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": "a1c5254d-5535-4601-9c63-c3d00d6feded",
"db_report_type_id": "b41bb689-d62a-441b-88d7-10fca5a92700",
"user_id": "8444a2b1-c753-4484-8de5-07026ae7441d",
"company_id": "1f594175-aa52-4e86-8d4b-df4d88f680e0",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "d92f54b5-9700-43ef-a029-91e959b6ca95",
"id_in_table": "2678671a-89f8-44b7-84af-531bba6b29c7",
"date_last_update": "2026-09-18T13:42:42.577348+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-09-18T13:42:42.577348+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": "f403541b-f18d-476d-b90b-aa1d9009a79b",
"db_report_type_id": "5b2f51f4-43fe-42f3-9537-90afdfb65595",
"user_id": "9a06e259-5ce5-4737-a464-aaf1f7dcce63",
"company_id": "e0c4c8f7-74ae-48d5-9ffc-15d455d30539",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "9b68de67-f0a0-4697-a6d2-964c1095db14",
"id_in_table": "d9d641bc-306e-421f-a5d8-b05fd216f6a7",
"date_last_update": "2026-09-18T13:42:42.577348+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-09-18T13:42:42.577348+00:00"
}