Creates a new db report
Request Information
URI Parameters :
None.
Body Parameters :
db_report| Name | Description | Type | Additional 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
{
"id": "73d9fbaf-ba37-465c-8728-4f4252d58c03",
"db_report_type_id": "a267f1bb-923c-403c-b0c1-34905c876923",
"user_id": "c61eeef8-a04f-4e03-9943-ceba4af73d8a",
"company_id": "db92358d-9108-450a-8cd3-18c6ae350a8d",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "a1cb895b-9cde-4b96-bc83-e44b42642b88",
"id_in_table": "781757f3-feb0-4833-88d2-f92e25544114",
"date_last_update": "2026-07-21T13:50:37.5475082+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-07-21T13:50:37.5475082+00:00"
}
Response Information
Resource Description :
IHttpActionResult
db_report| Name | Description | Type | Additional 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
{
"id": "55b38b34-5bdf-48e0-b25c-e6a777aa4df6",
"db_report_type_id": "66d0c612-abec-4436-b88f-f01b66b9da93",
"user_id": "f2c7849d-4f28-466a-878c-6ff4b1c8194f",
"company_id": "8256b1cf-7640-4417-8d44-bc490518468b",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "12f4f57f-7248-40d6-9296-a3731a793524",
"id_in_table": "4a437ab9-d1e8-4b33-973c-f9e5cecb824d",
"date_last_update": "2026-07-21T13:50:37.5598355+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-07-21T13:50:37.5598355+00:00"
}