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": "77a48dbb-c8de-4a03-a57a-08eaba62bca0",
  "db_report_type_id": "1a39f8f7-71a2-4d3e-906a-e5cbd5e78e74",
  "user_id": "5f910a4d-99f4-4cf2-a377-b42a6592dd5e",
  "company_id": "b6bdd946-8978-48c1-af6c-c64e4b3aa476",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "36d5a7d2-8d6c-497f-9b89-c15f3b0932a4",
  "id_in_table": "22103cf7-a5e3-42ac-8edc-d7beeeb61373",
  "date_last_update": "2025-10-13T20:37:51.9520819+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2025-10-13T20:37:51.9520819+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": "5defb9dd-cea4-445e-9efe-2618ce511f76",
  "db_report_type_id": "6ee75410-9743-4dfc-8c9f-c83a47a0e069",
  "user_id": "4f43ad5f-42d6-4473-a93a-8275fe38ac04",
  "company_id": "ee5881e2-2fc9-4fcb-9877-f6550894dc60",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "bdf5484d-4232-42ad-a735-cb84e2d22b78",
  "id_in_table": "245f0410-dcf6-4429-9719-74c85bf3e7e5",
  "date_last_update": "2025-10-13T20:37:51.9696094+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2025-10-13T20:37:51.9696094+00:00"
}