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": "a1c9cabb-d4b8-4dcb-906d-721f596d514f",
"db_report_type_id": "06d6c8a5-2a83-449c-8294-772904bd6937",
"user_id": "4e458ad5-9877-41a2-aeab-ab3c3d8c9f0a",
"company_id": "cff55286-83d2-47a0-9b44-a369b30cbb85",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "0763f674-5b88-4166-8038-4024fdd3b227",
"id_in_table": "f2379c0a-2cfe-4203-8507-45d630436663",
"date_last_update": "2026-04-12T18:50:17.8960823+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-04-12T18:50:17.8960823+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": "32e40734-10df-418d-9601-c206f6569595",
"db_report_type_id": "d67dcfb4-c6b8-4d96-b146-b9d7d1b38938",
"user_id": "2fbf14fa-fe3d-4d1d-9afc-2a8e4dbe962a",
"company_id": "c10fbb74-f2bd-4869-9e98-e71964096874",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "387f827f-5458-4c65-ab53-29bd05542022",
"id_in_table": "11d2137a-3e8d-49d1-bae0-26f039adc957",
"date_last_update": "2026-04-12T18:50:18.0037403+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-04-12T18:50:18.0037403+00:00"
}