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": "18061b53-2320-4446-8c33-3d81cd5bce18",
"db_report_type_id": "0ca07630-bd73-48fc-86b1-7df126f82d0f",
"user_id": "958f3149-6c49-44f3-940a-7154e29986c2",
"company_id": "3bd40a91-7e06-42cf-a235-bbf2f57ee57b",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "10ee5129-f246-46f8-b239-5b311ea5c5a3",
"id_in_table": "d22e6a64-77f0-47fa-bac5-9657eb7af2ca",
"date_last_update": "2026-08-31T06:14:09.9131891+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-08-31T06:14:09.9131891+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": "7ee85f22-2ebf-408f-a249-cd14c1e61e18",
"db_report_type_id": "6f7475a4-3289-4992-8dd1-f6565f1a55ae",
"user_id": "08c0dcb3-5c87-45c8-8511-5b495a48af98",
"company_id": "2e2cb6d2-025c-4062-927b-09eb635d27a1",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "6535d0f3-76b7-4215-a0fd-b4870de2528e",
"id_in_table": "4a043aa4-7d72-4957-a54d-4882adcbc048",
"date_last_update": "2026-08-31T06:14:09.9131891+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-08-31T06:14:09.9131891+00:00"
}