Creates a new db report

Request Information

URI Parameters :

None.

Body Parameters :

db_report
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
db_report_type_id

db report type id

globally unique identifier

Required

user_id

Created user id

globally unique identifier
company_id

The Final company that own this report (If WO Report, the company that owns the installation/project)

globally unique identifier

Optionally required : company_id,company_code or node company must be provided

company_code

Embedded entity "company" using ERP PK when adding/updating db_report

string

Optionally required : company_id, company_code or company must be provided

company

Embedded entity "company" when adding/updating db_report

company

Optionally required : company_id, company_code or company must be provided

db_table_name

TableName which db report linked to. Possible value are jobs or meeting

string

Optionally required : db_table_id or db_table_name must be provided

db_table_id

Table ID which db report linked to.

globally unique identifier

Optionally required : db_table_id or db_table_name must be provided

id_in_table

Item id of the table which db report linked to

globally unique identifier
date_last_update

Date last updated

date
reference_back_office

string

Max length: 255

modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Request Formats :

application/json, text/json

Sample:
{
  "id": "f46addf7-673f-4304-8f96-0b3b595187a0",
  "db_report_type_id": "7c139791-3ea5-4ef8-9b63-f2c4c3d4049a",
  "user_id": "9d0e77af-9886-4b54-abb5-82feaeec0d6a",
  "company_id": "a4ad5934-92a8-494c-b96a-725b6ee1baa5",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "76a6d1f1-9efe-4918-8c86-f982323cbe39",
  "id_in_table": "bc98536c-ea64-446b-8f5f-3305ec34f5f4",
  "date_last_update": "2026-09-23T19:48:06.6244209+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-09-23T19:48:06.6244209+00:00"
}

Response Information

Resource Description :

IHttpActionResult

db_report
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
db_report_type_id

db report type id

globally unique identifier

Required

user_id

Created user id

globally unique identifier
company_id

The Final company that own this report (If WO Report, the company that owns the installation/project)

globally unique identifier

Optionally required : company_id,company_code or node company must be provided

company_code

Embedded entity "company" using ERP PK when adding/updating db_report

string

Optionally required : company_id, company_code or company must be provided

company

Embedded entity "company" when adding/updating db_report

company

Optionally required : company_id, company_code or company must be provided

db_table_name

TableName which db report linked to. Possible value are jobs or meeting

string

Optionally required : db_table_id or db_table_name must be provided

db_table_id

Table ID which db report linked to.

globally unique identifier

Optionally required : db_table_id or db_table_name must be provided

id_in_table

Item id of the table which db report linked to

globally unique identifier
date_last_update

Date last updated

date
reference_back_office

string

Max length: 255

modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "ae0e5433-f1e8-4e08-8ef6-2e8a346bf13f",
  "db_report_type_id": "e0c71387-e0a5-4f92-95e2-70c394cbfa61",
  "user_id": "cfc5a29e-2489-46e5-b3af-9bf9aa8869c7",
  "company_id": "1558f12d-3f46-47ae-8afa-c347cb944a5d",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "25cbd4e9-2cb5-496d-876f-8f3c4cd11e5c",
  "id_in_table": "72b02aef-60b7-45cc-adf7-4c9ba1e36574",
  "date_last_update": "2026-09-23T19:48:06.6244209+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-09-23T19:48:06.6244209+00:00"
}