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": "b6363574-b407-451a-855c-7b7888c8bb49",
  "db_report_type_id": "1dd9bfc5-cf17-4d82-bf00-07ade133463b",
  "user_id": "75e090ac-58e3-4c2a-8eee-c8443c787554",
  "company_id": "b9736671-ec08-46eb-aa59-319b04af8754",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "907beaa0-5811-4574-ba1f-1ffb0ec1bc6a",
  "id_in_table": "b0d09d63-3062-4f74-aae8-ddbf5df904db",
  "date_last_update": "2026-05-25T00:53:11.5619964+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-05-25T00:53:11.5619964+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": "ff232c02-bc14-4139-bc8b-75d7d1796112",
  "db_report_type_id": "ef56d09d-e962-484c-8c69-321351d1da4f",
  "user_id": "f676aacc-71a7-4970-ae69-7860c39d6d98",
  "company_id": "5725e53d-30c7-4094-a271-8ea14f3f7110",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "939fd63b-a23f-4625-84eb-eba61dcb4fcf",
  "id_in_table": "dd27ed10-74cb-4ffc-83fa-6ca3be1b7507",
  "date_last_update": "2026-05-25T00:53:11.5932483+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-05-25T00:53:11.5932483+00:00"
}