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": "5368519c-98de-4076-b8c3-b1f53039f088",
  "db_report_type_id": "a7953e06-16ff-4cfa-88cb-b8a2b4c88bf8",
  "user_id": "da798053-09c7-4cf2-be2a-652061374356",
  "company_id": "07669ece-46da-4b02-b692-ae941c2798b3",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "3e7ef388-e158-4f73-81c3-e2c9dac7504c",
  "id_in_table": "b0d69042-ecd6-4e52-add4-43917abd0df9",
  "date_last_update": "2026-02-22T08:43:53.2269935+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-02-22T08:43:53.2269935+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": "e475f560-aaf5-4465-b2f9-2f94b8b4cac7",
  "db_report_type_id": "e310d9e2-dbec-49d2-850f-4aa0548086bd",
  "user_id": "b233fb02-3a18-4b11-bed7-0747415e0464",
  "company_id": "dc1e5a8b-3967-455b-9a81-cec50eacaf47",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "d782b980-b936-4351-8874-a23b3b963eb5",
  "id_in_table": "70c54c3d-f0b0-4349-a598-5213ac4992f5",
  "date_last_update": "2026-02-22T08:43:53.2425162+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-02-22T08:43:53.2425162+00:00"
}