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": "a4674495-15b8-4474-87dc-de9911d55f53",
  "db_report_type_id": "e4310bab-eb02-42ff-938e-b8381ea3c5e5",
  "user_id": "ac6c5af7-5faa-467b-a184-1baca1d3db39",
  "company_id": "5cc2aace-e177-4af5-bba6-1a7dc975cf1c",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "29b0ac18-e0b9-4d52-80d4-a8963bb0ae27",
  "id_in_table": "cd90577e-8163-4b7c-a780-4511b3708159",
  "date_last_update": "2026-06-25T21:01:58.1846649+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-06-25T21:01:58.1846649+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": "3adfbb6f-2364-4de5-ba1e-c1c6388320e2",
  "db_report_type_id": "c367d803-29f4-4596-9683-426aaa164a46",
  "user_id": "99c95a0d-87d3-4510-85e9-3b056b71e414",
  "company_id": "ee72099c-4091-4637-8027-0bd9ba592d7f",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "fc973770-6cc7-4dfa-b4bf-cbc88a5963db",
  "id_in_table": "7ba6ae46-23a7-4497-98b9-5ed6ed184471",
  "date_last_update": "2026-06-25T21:01:58.1846649+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-06-25T21:01:58.1846649+00:00"
}