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": "d307443b-6291-4b54-bf06-94a9ecb34d9e",
  "db_report_type_id": "8b9dfca3-eb3d-432a-9c77-955944e5649c",
  "user_id": "3533dc84-334e-4c0b-9422-108f05fd5d1f",
  "company_id": "43549dcc-70ec-4b1a-ad42-f7e38ba9c1b5",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "492588ac-161c-4528-99af-368ed9220266",
  "id_in_table": "0ff6306a-294e-4f99-b41f-7b5840ab9c49",
  "date_last_update": "2026-04-14T05:32:29.9798604+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-04-14T05:32:29.9798604+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": "fe64e009-3888-40d0-8013-18a09cd94db8",
  "db_report_type_id": "9f1a0c5f-d20d-4bf5-b549-1e2f1409d8fc",
  "user_id": "b02dfa91-a2a2-42f2-9a3c-32ff149f2511",
  "company_id": "35268f17-4a80-49bf-8a01-1ebf7d915424",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "0cb5355e-c064-4ed4-bb6e-f7740506de51",
  "id_in_table": "4a77d2da-97bd-4aea-9135-0b2ade5c9d4c",
  "date_last_update": "2026-04-14T05:32:29.9982717+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-04-14T05:32:29.9982717+00:00"
}