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": "9a902824-dc4b-4a23-bbb0-6a97c05d7c79",
  "db_report_type_id": "50181760-4186-46af-a9f5-39ceae0bdad9",
  "user_id": "4d125dfd-951b-4dfd-89db-5bc74819ef57",
  "company_id": "20dd5ddc-283f-4a1d-86fc-043c5ac39c59",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "7dc357bc-dc3d-4d5c-962c-b212f851a742",
  "id_in_table": "9faff8df-f529-46c7-a398-75128457b830",
  "date_last_update": "2026-06-17T01:41:53.0832416+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-06-17T01:41:53.0832416+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": "eb42fe50-8629-4fe6-9a7a-4bf8c8297d75",
  "db_report_type_id": "7dfdf20c-521e-4862-9e79-cbdf46a3dbf4",
  "user_id": "316d7209-1741-492a-9e2f-ab8351083d50",
  "company_id": "3ff394de-06c6-4250-b259-1fa6f31e6576",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "07683f60-6b2b-4a53-b7d6-2046065323ce",
  "id_in_table": "7bca0895-14ef-4bf8-87aa-22dd21e4ec91",
  "date_last_update": "2026-06-17T01:41:53.0832416+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-06-17T01:41:53.0832416+00:00"
}