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": "6f569eeb-27cb-46d8-8fe7-8281e6a9f8e6",
  "db_report_type_id": "00c1f610-bbb5-4235-9ec6-69b1f6f5e28a",
  "user_id": "8f801a7a-0026-486d-a9ee-aca8656404c0",
  "company_id": "72a73b7a-b223-4c2f-881f-f9a37cac4dc3",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "f93d1269-b10b-4975-8562-78cf7c5988b4",
  "id_in_table": "d59b620d-fa79-4507-81aa-bc1b3ef8ff4e",
  "date_last_update": "2026-01-27T07:28:35.5854703+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-01-27T07:28:35.5854703+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": "f3d980f1-cc28-45a8-bca8-5f298fc658ce",
  "db_report_type_id": "169a6f21-4091-4708-8cfe-90983179c923",
  "user_id": "5463fd23-984a-4ae8-acc0-adaa02a84a3b",
  "company_id": "06b34ee5-4653-4873-b6b3-7886f75b6f86",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "d2c24d7d-7a4f-4f75-9898-412dae84705e",
  "id_in_table": "08a7d25d-87fa-4c17-8b64-0536fa0cf048",
  "date_last_update": "2026-01-27T07:28:35.5854703+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-01-27T07:28:35.5854703+00:00"
}