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": "fce3032a-2ab5-4d42-9f8d-9eaf9766dc58",
  "db_report_type_id": "36069fc4-77df-4494-b72f-9470804f717d",
  "user_id": "251eb99d-e251-468f-a32d-0c9750ff3115",
  "company_id": "308c9d6d-d1e9-41f3-a155-d105e0430d03",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "c746e5dd-745f-409c-8fc3-2d0548f0e1e5",
  "id_in_table": "aee3abe3-85a2-4afc-930d-c411eae106ed",
  "date_last_update": "2026-06-05T18:03:35.8239303+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-06-05T18:03:35.8239303+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": "e6637b12-12cd-4f09-b9f5-c73e34be24b4",
  "db_report_type_id": "d54f363e-cc7e-44b1-a1f5-ab8379056d18",
  "user_id": "4d29c381-f985-45f0-a4b4-d0c2ef40e23d",
  "company_id": "1c91cb33-a7f2-46bf-9077-3587055e0186",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "e61f8df0-aba2-436e-a8bc-fb766cc8a4e3",
  "id_in_table": "91f24e38-b17d-4cfb-b396-95aa5d0406a5",
  "date_last_update": "2026-06-05T18:03:35.8239303+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-06-05T18:03:35.8239303+00:00"
}