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": "15defe02-04ca-46ae-8dfd-2c9a0374f9c8",
"db_report_type_id": "ab95f59d-8c30-472e-a19e-656e6eeddf41",
"user_id": "c175e4d2-2c7d-4bb0-9ee9-616748d8e11a",
"company_id": "4e4aede1-dbd7-401e-b8fd-5f10d8b95b10",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "13e04daa-5b13-4072-bf48-d3119650464f",
"id_in_table": "bb08a4a9-3fdf-4417-97b4-0981817c5472",
"date_last_update": "2026-09-06T08:15:03.235818+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-09-06T08:15:03.235818+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": "802cedf7-a2e8-4bb2-9da6-7c3d3f3fad1e",
"db_report_type_id": "31815e91-2532-4a36-85db-99c04ba5933e",
"user_id": "fec0a23e-82b9-4d27-9b9f-6183ca6abbb6",
"company_id": "4157671c-8802-41ef-9b35-bb5c9c2e2446",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "6ca5cb94-5f02-4af4-b621-f14df9c094de",
"id_in_table": "0dc2417b-37fa-4274-8776-9c45daf731fe",
"date_last_update": "2026-09-06T08:15:03.3295592+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-09-06T08:15:03.3295592+00:00"
}