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": "8260b357-7b06-439a-b8e2-3602e52bab7a",
"db_report_type_id": "f5abb65c-7877-492c-a773-76e84e83b1a8",
"user_id": "dea938af-c45f-4cb5-91f3-58c3d5ebf33a",
"company_id": "41c7bde4-cc3a-45f6-b61d-a6a911587753",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "710ce265-60d8-4469-9426-e62c893dc11a",
"id_in_table": "0d500b48-f078-472f-b69a-57c98ddf60fe",
"date_last_update": "2026-08-13T05:33:23.3981587+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-08-13T05:33:23.3981587+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": "93381993-10ca-4710-90d6-1852aba156ab",
"db_report_type_id": "4d4556a5-1828-45ef-b10c-da2c2d06ff94",
"user_id": "049b5277-8153-4cc6-96f0-6261d9b95bf7",
"company_id": "e077b058-3e9f-409c-8302-9e08c10b8db6",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "936a8004-e0e3-45e1-a424-4670f99c651a",
"id_in_table": "722b1265-c4dc-4fb5-bedf-92a3881c297a",
"date_last_update": "2026-08-13T05:33:23.3981587+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-08-13T05:33:23.3981587+00:00"
}