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": "589d06da-4756-467e-9472-a81a535aa2ac",
"db_report_type_id": "088d79d8-d5ae-47c5-ac55-eaece1d6f685",
"user_id": "22e03999-e157-4687-905a-96d01dfb0548",
"company_id": "bfd11bd5-4479-477c-8bad-74dabe969870",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "c27d4350-ae11-42f9-bae8-f467fdbf198e",
"id_in_table": "546bff9e-ccaa-4ded-b549-1a9539d17b6f",
"date_last_update": "2026-07-15T01:06:51.9940434+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-07-15T01:06:51.9940434+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": "94938868-79b8-49ed-85a3-da233c761fc1",
"db_report_type_id": "7d48c296-1096-4a6e-9d1c-32485dbdd2db",
"user_id": "1974d3fc-cd05-48dc-a399-95ad25610f25",
"company_id": "ce263077-4f8d-4b5a-b531-2cb4adc92aa7",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "66b03b0b-f403-4703-9d5c-77809e1102d2",
"id_in_table": "96096a56-37d1-4d41-8008-ea12e2e8832a",
"date_last_update": "2026-07-15T01:06:51.9940434+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-07-15T01:06:51.9940434+00:00"
}