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": "42367c14-433c-47fa-bebe-86830b57927f",
"db_report_type_id": "a38c5e89-02c2-4bc5-b14c-fd93d56a05b2",
"user_id": "e890f8ed-5527-4b8d-8319-f60a495e0cd4",
"company_id": "3cb89658-601b-4534-a311-a4a1fd900be0",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "1a55285d-2463-45e0-a77e-d165bd46d2a7",
"id_in_table": "a3fe863c-6691-4d91-99c6-b1eaeb7e6796",
"date_last_update": "2026-05-15T23:24:07.4329996+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-05-15T23:24:07.4329996+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": "3b809b30-8ed9-48a0-99c8-2582c995c0d6",
"db_report_type_id": "2705c3e1-cf8d-400a-9e5d-f4e2569c24d2",
"user_id": "34e45bd2-e26b-47d0-b6a1-598587d87d31",
"company_id": "75141188-b52f-4922-a81d-11a517f269b7",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "21aa34ce-0bd2-4c90-b748-371cc7d743f2",
"id_in_table": "6ea7d5ed-fc7f-4385-ae85-ed012a9e0b46",
"date_last_update": "2026-05-15T23:24:07.4329996+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-05-15T23:24:07.4329996+00:00"
}