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": "bc59a252-2ef1-4941-9c3a-07069c05c13c",
"db_report_type_id": "086fac56-7936-4913-a4b1-274cce32f0e6",
"user_id": "3ea1ef3e-95b8-4c17-b5d0-59fb8d1d7881",
"company_id": "38a466c0-1748-45e2-99e8-ddaeb0045441",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "1011fd15-73a3-4059-a070-ea3a78e11e25",
"id_in_table": "7b7e7896-2833-4c67-a00b-fc812e56285f",
"date_last_update": "2026-03-12T06:11:22.0295999+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-03-12T06:11:22.0295999+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": "127bee50-3021-4dbb-8f12-9b4d1cd2cf02",
"db_report_type_id": "863743bb-572c-41b2-b328-a979a36af8c9",
"user_id": "cf44ac3e-d5e3-4bcb-bd26-a34d3f8cc5a8",
"company_id": "9f9f661e-bc72-4429-8e11-25929b6ce672",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "fb1ec797-8918-4aea-b7f0-0035bb56e8dd",
"id_in_table": "16216e55-beac-48fa-b08f-3f6288353bcc",
"date_last_update": "2026-03-12T06:11:22.0452239+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-03-12T06:11:22.0452239+00:00"
}