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": "de03e8f7-648b-492f-9cc5-e84c63c3fb8b",
  "db_report_type_id": "d23ec37e-3ac3-4f49-9ac6-bc0a44fc66ea",
  "user_id": "76cdbd04-2e70-4666-8d79-5942d5098a94",
  "company_id": "6d3f7622-0885-49b6-a290-3aaed732024b",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "9636b377-bd6c-4698-b00e-332eee111d65",
  "id_in_table": "a046b928-c2a7-4866-b6fe-301c0af4dd83",
  "date_last_update": "2026-04-18T03:51:15.3196319+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-04-18T03:51:15.3196319+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": "e3b68712-076d-4458-bcb4-b8c93bfea9c3",
  "db_report_type_id": "37707eb4-fb19-4cbe-b065-4bdf313d0894",
  "user_id": "b9d9c725-469f-4d02-b8d6-cc74c16c5b85",
  "company_id": "d5530bd6-68a6-4ca1-b1ca-0ba746199ae6",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "72b8f49e-4aeb-43d5-8ec4-9d9e3375e271",
  "id_in_table": "75d6b501-66be-4dbb-9ad9-04de7132db58",
  "date_last_update": "2026-04-18T03:51:15.3196319+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-04-18T03:51:15.3196319+00:00"
}