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": "61356497-d186-4da5-972e-9a85681c503b",
  "db_report_type_id": "9a6ac19a-83e5-4fa7-a989-68bfbadb45f9",
  "user_id": "11025681-19c2-4290-9818-ff812d51cab9",
  "company_id": "0f7689ec-3b36-4060-87bc-72998e969c06",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "3080757e-8ea2-4344-955c-e0ee58912ca0",
  "id_in_table": "c890b15d-9066-477a-94b1-5c97c1a532b2",
  "date_last_update": "2026-04-28T18:15:00.4763537+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-04-28T18:15:00.4763537+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": "9f7dcc78-ade3-47de-b6bd-588b8631c412",
  "db_report_type_id": "8110168d-05cb-49c2-bb64-499c449b40d5",
  "user_id": "496d979c-139b-4598-b70e-89a43cf17522",
  "company_id": "fa8c5a23-d6ad-4725-b185-3641d72e78ba",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "5c8e1ade-8d40-46be-8281-6c377afd6bbc",
  "id_in_table": "251f76db-8561-4640-a72b-dc6e03a2b5de",
  "date_last_update": "2026-04-28T18:15:00.4863512+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-04-28T18:15:00.4863512+00:00"
}