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": "855088ed-a8be-45f0-af21-62014f55e55d",
"db_report_type_id": "15b8766a-b2cc-42b7-9dd9-7b1d44e22b9d",
"user_id": "dc23d7c1-79cc-4799-83aa-f0eb85b1569c",
"company_id": "51a8624a-9eb2-4dfc-ac60-079deadee7bd",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "2e7b622a-9680-476d-b878-dbdc963ea2ce",
"id_in_table": "11513f4d-ff54-4bfa-9863-dd6208092f87",
"date_last_update": "2026-02-10T06:41:50.0865239+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-02-10T06:41:50.0865239+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": "ff85a2bd-499f-4ee5-92e9-1de6975abf17",
"db_report_type_id": "090a7147-010c-4eb5-aa7a-c3fbe39f8779",
"user_id": "849b3122-06f3-42e6-93cd-0715792ccd6e",
"company_id": "c5bd3342-4aa6-4324-be89-230807b721cb",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "ec8fad8c-ee69-4285-9bc1-ad574f128086",
"id_in_table": "65224738-67d7-4add-804f-99f648eb6d8f",
"date_last_update": "2026-02-10T06:41:50.0865239+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-02-10T06:41:50.0865239+00:00"
}