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": "f9ee0718-469e-48cc-bfd4-004d9882450a",
"db_report_type_id": "1fb508e2-f34a-41df-9790-d24579ab2ce9",
"user_id": "3d383bec-84c5-431e-a80e-d07ccc4f7738",
"company_id": "70f035b5-e1d1-47d5-b2af-34d87122f1b2",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "3c9a30a2-9af3-415f-a935-55f45637b5c2",
"id_in_table": "32203aee-72b2-4601-a1a1-661f3daa36ba",
"date_last_update": "2026-06-12T20:08:33.7512196+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-06-12T20:08:33.7512196+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": "418bf10d-66b5-43c0-98e5-44e55586ab74",
"db_report_type_id": "349290e9-1cf7-4ed2-bd72-b8eed3a81644",
"user_id": "9808c8c3-0700-475f-81a7-cd9c73b4eb02",
"company_id": "48c95bf7-4df9-4450-b8e7-39ff381890f2",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "1234f0e8-f44b-4642-86cd-4d3e38b9ef4d",
"id_in_table": "fc1d6d79-b6e9-4712-8bd2-e35e873e9692",
"date_last_update": "2026-06-12T20:08:33.7512196+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-06-12T20:08:33.7512196+00:00"
}