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": "97d1d396-affb-4615-aa2c-ba7c9787d7bc",
"db_report_type_id": "26ce63e0-0fca-4500-a739-95018695495f",
"user_id": "92b4b50c-5b09-4eca-9eac-0b8e50053a4f",
"company_id": "74292fb7-e3f4-47dd-bca4-334a6f8f531b",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "072a6f83-e10f-41d1-b67a-010ca1de8210",
"id_in_table": "7cc5845f-db42-4b9b-9837-246870015a4b",
"date_last_update": "2026-05-04T16:58:35.0105189+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-05-04T16:58:35.0105189+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": "e17542b8-4682-456f-b7ee-52a7245b1baf",
"db_report_type_id": "a6910cdb-e0e9-4a44-9632-8fa08f39b629",
"user_id": "823d5f67-6a26-4de2-b0e1-ba59ae48bb73",
"company_id": "1d0e7ebd-95be-421b-9511-9054621f119a",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "6f26853b-c67e-4107-aa81-359c4f3c593f",
"id_in_table": "10db3764-8662-4719-8a3a-ac06a290cf90",
"date_last_update": "2026-05-04T16:58:35.0295724+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-05-04T16:58:35.0295724+00:00"
}