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": "853715a7-54d5-4383-946d-39ffffa5c128",
"db_report_type_id": "7799ce47-970d-402a-b715-9278d715e628",
"user_id": "38044b6c-8655-43f5-bbcd-317f4852174f",
"company_id": "07b31b05-15c9-4fb2-affe-b09be5e76d4b",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "6719e6bf-5f96-48c3-8afb-631f26aafec1",
"id_in_table": "ad25e284-2d97-42a4-8682-0e5f85ca8ab1",
"date_last_update": "2026-06-02T03:48:43.5249181+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-06-02T03:48:43.5249181+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": "8e5b2b0c-dafd-4fbd-9256-7c5aa00966bd",
"db_report_type_id": "8f094c28-2b21-4353-bac4-1e34a50bc0e3",
"user_id": "5206f6fc-bfab-4b5a-b0f0-fffba51ef04d",
"company_id": "77e77b9f-018f-4b4a-a234-3f39888bedac",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "a2995d98-58df-49b1-bcb3-9b1f0e92ed3e",
"id_in_table": "7ec99766-5662-44d6-8e0f-63373e0947cd",
"date_last_update": "2026-06-02T03:48:43.5249181+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-06-02T03:48:43.5249181+00:00"
}