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": "aba7dc56-141b-4ac6-abcc-b3f0de1fa030",
  "db_report_type_id": "9a1b953d-3644-4b1d-9c49-b7ac89935b06",
  "user_id": "ce7bb6a8-03cb-47e1-bc15-fe41e67a23dc",
  "company_id": "91035bb0-1dd6-4983-a3db-6994c1bd12e5",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "95b76373-3a1d-4fab-be77-a7e5170441c5",
  "id_in_table": "2c57123b-6bba-437e-83d0-1f6c7f4d701f",
  "date_last_update": "2026-03-24T07:14:48.5878425+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-03-24T07:14:48.5878425+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": "00f8b525-b912-4733-b0bb-4700da34f9cf",
  "db_report_type_id": "cbfbb826-77df-4b40-a186-ff8d5e546e0e",
  "user_id": "418b1b6a-8d9e-4ab7-8cc3-2f83640e5fa5",
  "company_id": "59bd80cf-5a84-456e-9b4f-ab9acf315209",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "bc4c067f-b9aa-4208-a7f5-edd327f97dec",
  "id_in_table": "f39bb360-dbe5-4183-8704-fad4878ab81a",
  "date_last_update": "2026-03-24T07:14:48.6057822+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-03-24T07:14:48.6057822+00:00"
}