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": "dea3c9be-efb6-44b4-9c38-5cb8c95b2c57",
"db_report_type_id": "95e10518-8232-40ba-96b3-33813f259c0d",
"user_id": "34782b48-34bc-4bc6-b4a8-227648e219ee",
"company_id": "d3e4a9a7-a883-4b47-8020-59023e96f4de",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "0984a084-f9a9-49c4-b8bf-ba3f965bb1dc",
"id_in_table": "7f723427-578b-4428-83fe-d549b3fd771a",
"date_last_update": "2026-01-12T06:41:34.7399658+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-01-12T06:41:34.7399658+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": "e050d330-10a3-4550-b717-fa136a2b718a",
"db_report_type_id": "847aafa2-da92-4164-a374-36087bc53562",
"user_id": "568bd795-0927-413f-9aa8-9040f69d51f7",
"company_id": "4beb834d-3b5e-45ae-b174-737ca15a64a5",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "339b4e2d-cfe3-496b-8e72-c2fe504c26a9",
"id_in_table": "6b99412c-2f80-4189-ba01-3610ba4deb18",
"date_last_update": "2026-01-12T06:41:34.7399658+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-01-12T06:41:34.7399658+00:00"
}