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": "40efea01-50f3-4aa8-9f9e-dabd4ed63e0f",
  "db_report_type_id": "69ae6dec-984c-4fef-9db4-d13d528e5dc3",
  "user_id": "3ea78d05-e09e-46cd-8e68-ebd8022e0ebd",
  "company_id": "c7a0f8ac-517d-4409-b73d-a0ff155c89a3",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "41458755-ae0d-4191-8e95-076a9586dbd4",
  "id_in_table": "317a8805-d153-4832-98b0-290cede66d34",
  "date_last_update": "2026-05-31T00:40:42.6057398+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-05-31T00:40:42.6057398+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": "8fc54075-e61c-45c1-86cd-ce7b1a5c4b8e",
  "db_report_type_id": "e922f0a2-f226-4275-98e6-4abe8a3b1fce",
  "user_id": "a23b83a8-8e8c-4197-b604-8a1766c39a10",
  "company_id": "65a4dcc3-a65c-4716-914c-d09b5f2e1423",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "44a85ce0-cb84-4e2f-9bd9-a136c9cac13c",
  "id_in_table": "ab029bd6-c422-486c-b28c-f4f138ac994b",
  "date_last_update": "2026-05-31T00:40:42.6057398+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-05-31T00:40:42.6057398+00:00"
}