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": "ca4a3473-6a3e-4823-98ea-14d7f20fc00e",
"db_report_type_id": "b3efe509-52cf-4de5-beb9-850418ee35ea",
"user_id": "7edfe754-6c62-4f3c-950a-aec7f108fa9a",
"company_id": "fab5f71d-4a02-474a-a1d2-d5394534c673",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "f1dd7ebc-6dec-4713-b49b-614749aaffc7",
"id_in_table": "90096066-af1e-4de8-a55b-4f31b02aba12",
"date_last_update": "2026-09-22T06:39:24.3501687+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-09-22T06:39:24.3501687+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": "43693ea8-5adb-4891-8d78-8fdacf133171",
"db_report_type_id": "1ad5722d-4c1c-4cc0-a761-544d43c60f3d",
"user_id": "74e92296-20a5-45c2-a343-fd9b7b767131",
"company_id": "8437f6c7-2d93-4c61-9efa-ef7a435f58e7",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "2ddd46de-afb3-444d-81b1-4cfa629df878",
"id_in_table": "f2b46b1c-9b61-4c07-ba8c-0a705b108226",
"date_last_update": "2026-09-22T06:39:24.3657906+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-09-22T06:39:24.3657906+00:00"
}