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": "211fde4d-4eb9-45a4-8fc5-82876f17880d",
"db_report_type_id": "b29ce841-e646-4477-bd48-1632ccd92250",
"user_id": "a5cb12d9-e994-41f7-b04f-c8d8364878cf",
"company_id": "e674b782-d305-4669-b6c7-afc3d1746a31",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "64c1e4a5-b246-4263-9752-ef1421200a60",
"id_in_table": "f68a21d4-0779-4b53-8943-33dee7d8bdf7",
"date_last_update": "2025-10-14T05:05:26.1923416+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2025-10-14T05:05:26.1923416+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": "2592a464-4270-4863-9e13-54b412fe634f",
"db_report_type_id": "b42a1d9b-78ff-4d4f-8831-85201def9a94",
"user_id": "356d0239-c34d-4c50-9a64-b91c1351dadb",
"company_id": "7028aea3-abeb-4cdc-9a49-279fd6abb226",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "ca27dc84-7958-4637-b8e6-30514aadfbc0",
"id_in_table": "6a516381-e1f6-433e-b577-bed2944e71d0",
"date_last_update": "2025-10-14T05:05:26.2079691+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2025-10-14T05:05:26.2079691+00:00"
}