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": "417fadbf-de4c-4f5e-a090-940b25b1db58",
  "db_report_type_id": "94bfdffa-b00f-4dc9-8f42-5da684213352",
  "user_id": "7761c014-e713-4f6d-9dc6-713927318f85",
  "company_id": "f598fbf2-c53d-4841-a35c-9b66aacd0416",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "acc5dd67-91d0-459a-bce0-56b54b0e947d",
  "id_in_table": "4b2e5673-fff4-4d2e-9888-12b8517d5b62",
  "date_last_update": "2026-03-13T22:04:51.6748778+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-03-13T22:04:51.6748778+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": "bf4bee20-aec3-4d00-a4df-d8e5244315e4",
  "db_report_type_id": "22399622-647f-40cd-9b84-2f64363019d0",
  "user_id": "6b03a9e7-284e-4e58-9da8-fd3bb49c57af",
  "company_id": "3a61f284-b542-46f1-a132-4cb33144c29a",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "e61f9526-1fc4-4672-9952-348ec6822ec7",
  "id_in_table": "63a758a6-374d-4f38-aa65-6e87939d252a",
  "date_last_update": "2026-03-13T22:04:51.9660553+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-03-13T22:04:51.9660553+00:00"
}