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": "39fff5e6-f365-4314-8eeb-a0688db9bf12",
"db_report_type_id": "6afc31bf-1431-49b0-84c8-fcb0cc5f767b",
"user_id": "4bf6d3c4-8394-426e-8038-a8ae2b8fbccf",
"company_id": "49d99e88-00a6-4fb2-9ea9-ed44b995a896",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "2111d1dd-0489-4249-b46c-c3adc41815c4",
"id_in_table": "c633a138-b749-4047-80a3-7cf6f6cf8cd3",
"date_last_update": "2026-02-14T05:02:23.4079935+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-02-14T05:02:23.4079935+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": "1a30fa7b-fb52-45b7-925d-d7a34e7bbb32",
"db_report_type_id": "3b5f1d52-1c73-454f-9158-553ccb34eac9",
"user_id": "eed37a3f-a4db-41d3-82a8-db5fd02286d0",
"company_id": "d96686e4-0742-4560-aefd-3ae802d51549",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "77e7e025-8d24-429b-b07b-38a3e6c33601",
"id_in_table": "7f407857-e7bb-4801-9b60-86ba37884172",
"date_last_update": "2026-02-14T05:02:23.4079935+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-02-14T05:02:23.4079935+00:00"
}