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": "00fd51c2-1793-4a0f-afc3-331936efcfaa",
  "db_report_type_id": "48d742b4-21a0-4d9a-890c-cb3555825362",
  "user_id": "9cb4820c-3e38-466a-8693-63b83687a8c3",
  "company_id": "58de105a-09ee-49d2-86d4-d1a705798236",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "3fca3646-a026-4b87-8d52-0d508e9c7795",
  "id_in_table": "ec22eeb3-604a-429b-9fd8-ccb60069478d",
  "date_last_update": "2026-08-13T02:49:17.8015474+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-08-13T02:49:17.8015474+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": "bea68646-32ae-45ff-b475-47466e8dccb7",
  "db_report_type_id": "45a2deab-f41f-4deb-ab6f-904971a22488",
  "user_id": "3c804224-1ac7-4c47-8ea9-e9b7fede34ce",
  "company_id": "e7264ec3-846a-4b37-b6d7-30bfc8c9b0a1",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "21eac5ab-7812-4f30-bf1b-3fab91bfab6f",
  "id_in_table": "83fe1e56-ba85-4701-bede-f573d8417b6f",
  "date_last_update": "2026-08-13T02:49:17.8015474+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-08-13T02:49:17.8015474+00:00"
}