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": "4f5e11c8-00cb-4b71-b720-18ac35320fc1",
  "db_report_type_id": "67861928-538e-4203-9ccd-b8af492afc48",
  "user_id": "c4a4c152-60bd-46ba-8c9c-48d759ea9dc7",
  "company_id": "35cd908d-d1ad-4adf-9199-253b9d019f96",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "cfedaa06-8e25-4550-9d07-f1cbf7ecd28e",
  "id_in_table": "e66701c8-0205-4e12-b02f-860271dad884",
  "date_last_update": "2026-02-04T14:11:39.0701865+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-02-04T14:11:39.0701865+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": "aa22a8d8-cbab-4a1b-a6de-ef8fe67109d1",
  "db_report_type_id": "a1681050-54b5-41f3-88a7-9f4f1d3d15a4",
  "user_id": "953abd2a-e2da-4adb-8400-a2de9e76ace9",
  "company_id": "d9e1d634-8810-4282-99ba-f3ecada1e696",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "624d089e-fcfb-4da5-991e-94b47670188c",
  "id_in_table": "663631c2-9873-4c5e-bab1-1ce05217499f",
  "date_last_update": "2026-02-04T14:11:39.0995239+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-02-04T14:11:39.0995239+00:00"
}