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": "06dd64d2-d250-4592-a848-80247fbeb563",
  "db_report_type_id": "68b9153b-3c9f-4b73-b2a2-77c7ac060ee0",
  "user_id": "b069cf4b-490c-4537-b0d0-d8401025447f",
  "company_id": "0807e671-f378-4502-96c7-2680c8403b28",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "dea4f935-a072-4cb3-9b85-ce048b5ee583",
  "id_in_table": "6d389870-9fc3-4307-8953-114764742108",
  "date_last_update": "2026-08-06T19:59:28.5148124+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-08-06T19:59:28.5148124+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": "ee330bbd-a781-435d-bb75-b5dc313fe13a",
  "db_report_type_id": "3a818581-107d-4f37-b909-cb6102a980aa",
  "user_id": "b7fb5fff-8d88-4aac-8955-08608429e5ee",
  "company_id": "da02c85e-ba7b-4ee0-b3eb-84a5489f7ac8",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "c7358e58-0667-43c4-ad99-7b796ae6043f",
  "id_in_table": "cfd381ec-8c16-44d3-9a13-289bc6d5addc",
  "date_last_update": "2026-08-06T19:59:28.5148124+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-08-06T19:59:28.5148124+00:00"
}