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": "1b19a9e9-bd94-4493-82a9-e8597da7170d",
"db_report_type_id": "435acca7-46f1-4d7b-b482-28f15ac04915",
"user_id": "8a5c962a-dc5f-470e-9678-67daff067c53",
"company_id": "0cb4eb78-aeba-4f69-baba-cb2d917ed432",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "739d08f4-449f-4dc2-ba36-b642b06674f5",
"id_in_table": "0e690af0-a5ce-4b29-9c81-f156e2d256a8",
"date_last_update": "2026-03-05T23:49:54.0489487+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-03-05T23:49:54.0489487+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": "5c6c1aab-0772-4fdb-a826-b31fd8f7f6d5",
"db_report_type_id": "4fdabbc9-5892-41fd-8c11-a4d6f8f5ca67",
"user_id": "7477f274-1718-4d3f-9068-32a51ba29c90",
"company_id": "280e1c91-a6ec-4919-8a73-6be8f3d4d60d",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "092c5bda-7bb5-4f6d-a5b8-87be8ebeddec",
"id_in_table": "f3a2424f-43ae-468a-8bbc-1133f511a791",
"date_last_update": "2026-03-05T23:49:54.0489487+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-03-05T23:49:54.0489487+00:00"
}