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": "cf2f351f-8b36-40e2-b1e6-591c9578dfa4",
  "db_report_type_id": "bb1555d3-8e94-40dc-a527-deb20ff4d59c",
  "user_id": "fe7fd921-215a-4ca5-887c-d3ef5459d9e7",
  "company_id": "9f5bf597-22f6-4972-836f-48a3204ce6eb",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "b9df7405-a62d-40d6-b673-ee7f4d607d5d",
  "id_in_table": "56747a57-c67a-489d-bc9d-8a074e9b6dc0",
  "date_last_update": "2026-09-11T11:33:44.0949684+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-09-11T11:33:44.0949684+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": "241c929c-2e45-436d-b7bd-aa1adad251b5",
  "db_report_type_id": "e9d895f6-f64c-4e55-901e-bcec1154dcdd",
  "user_id": "ac82d371-95a1-4ae0-b4b4-98819c8c2876",
  "company_id": "5b8bb8a3-afe3-4730-a801-3a1f9ee7ec2b",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "f6831a5f-e185-49cc-8871-b212ff05928a",
  "id_in_table": "d992f2f8-2822-4c4b-931f-f1085b6e6803",
  "date_last_update": "2026-09-11T11:33:44.0949684+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-09-11T11:33:44.0949684+00:00"
}