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": "c62f8ab0-840b-44b9-89d8-fa195712d288",
  "db_report_type_id": "004bc257-3d46-4201-b40a-7f94f6e75cf8",
  "user_id": "1c1cc347-27b3-491b-bb02-b606f7e38402",
  "company_id": "48a673cf-2b31-481f-9682-96f587b11843",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "e76a54a6-15af-4625-8850-5f7cf869e3d9",
  "id_in_table": "232b550d-7f65-402f-b020-7adb82191bfe",
  "date_last_update": "2025-10-18T01:41:35.8447322+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2025-10-18T01:41:35.8447322+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": "791a46b2-1e3d-462b-a3d5-f8a18ed766da",
  "db_report_type_id": "06b8d2c5-0786-487e-9304-88dc44a968f1",
  "user_id": "efb246b2-a480-493c-a851-7160ef13069b",
  "company_id": "3783e761-435a-489e-85a8-f4d290e099fe",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "f7d505e0-d818-4a01-85bd-6dffefe18d6b",
  "id_in_table": "1bdd2c47-c63f-495d-ae4d-9456f8a169f1",
  "date_last_update": "2025-10-18T01:41:35.8759613+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2025-10-18T01:41:35.8759613+00:00"
}