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": "51b6fe77-55a1-4ecc-879f-42b35d748247",
  "db_report_type_id": "be173f1f-0253-44f4-bfd3-89066af26651",
  "user_id": "e346ba30-0751-4000-aa7c-944292724349",
  "company_id": "3d5c184c-0f89-4c26-9a24-212519dc2d52",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "5e50eb39-39b2-4b61-a280-40cb2d99e412",
  "id_in_table": "11c0fc02-4598-414a-bdcb-6b40d47ee06a",
  "date_last_update": "2026-07-27T22:14:59.7482472+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-07-27T22:14:59.7482472+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": "40d6b6e2-20ca-43b8-b1dc-c06c87e16252",
  "db_report_type_id": "aec353ca-375a-4396-a199-f6f1aef4a95a",
  "user_id": "847e39e3-a92a-436b-8182-0bf8e054ce5a",
  "company_id": "05da353b-b000-473e-9ca6-dcf50053fb79",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "d2774f69-b707-48ef-94dc-559778056fc7",
  "id_in_table": "cb704719-e728-4bd4-a42d-e08a4db9515c",
  "date_last_update": "2026-07-27T22:14:59.7482472+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-07-27T22:14:59.7482472+00:00"
}