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": "57b30c0e-7e7f-416b-b40b-556b250de316",
"db_report_type_id": "11655949-b817-4124-955c-9da5c9c88835",
"user_id": "56894a3a-8b66-4f06-b3d0-30f6cd88a0c3",
"company_id": "35500a4a-5ca9-4819-a8bc-dcac53f5e2c4",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "123c257a-9bf7-4c45-ad8b-5aaf3840d582",
"id_in_table": "e7ef7c89-3cdc-43c8-aec9-af98eac52b52",
"date_last_update": "2026-07-29T14:51:15.7635899+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-07-29T14:51:15.7635899+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": "6511b9b3-2f92-49f7-8ae7-e8ee9204b537",
"db_report_type_id": "d02743c3-bf01-4938-92b3-0acd5cd43169",
"user_id": "4c79fde8-f21a-49c0-8f04-33d70e53d6c4",
"company_id": "1f9ea60c-3f42-4eba-862e-d62931a89212",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "dd47b690-f48a-45a5-8cbd-a57e0d1fd53b",
"id_in_table": "2da4502b-ce80-439a-b3ac-0466e59d38c1",
"date_last_update": "2026-07-29T14:51:15.7785654+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-07-29T14:51:15.7785654+00:00"
}