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": "19522726-5f2b-47e3-a4aa-6b8d59ad3b61",
  "db_report_type_id": "98b2eb7f-54d4-4615-92df-c84c83a337d3",
  "user_id": "c2c7515a-fc3c-4bf7-8bcc-69f82479fc3a",
  "company_id": "bd5768d8-decf-4a0a-b68d-d5c28bb5975c",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "c55ae2a1-cea9-42db-8686-1e5524a8790f",
  "id_in_table": "d84d2a14-c1a0-47be-9c0c-0c0a34ac330d",
  "date_last_update": "2026-02-14T06:22:44.4155323+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-02-14T06:22:44.4155323+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": "788acf6c-f17d-42f6-a2fe-838f9d4b389e",
  "db_report_type_id": "df6db1d8-19df-45eb-bc77-1acd39f3c0fa",
  "user_id": "0a059e93-4781-48d7-9506-af660bb74ad6",
  "company_id": "5943b2be-32a9-49e4-95d2-21c812b709ba",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "77f9a486-0aa7-40e1-801f-15ed35c5943f",
  "id_in_table": "a4c7d714-5005-422a-bbcf-442c78edbdae",
  "date_last_update": "2026-02-14T06:22:44.4155323+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-02-14T06:22:44.4155323+00:00"
}