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": "1f6d2d95-0319-45f9-91b1-53f48751a451",
"db_report_type_id": "56e7007b-8b08-4d9e-8df4-bb296e80e7f2",
"user_id": "a5f05e63-aa1f-4d8f-96aa-c33c3fec04c4",
"company_id": "a3055c0e-823f-48b4-8a13-05716ef39d30",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "e7c51f46-7d61-4d04-a6fa-84043f9cc2c7",
"id_in_table": "c693ab73-a3c4-406c-ac77-ec8fa18edda6",
"date_last_update": "2026-06-17T09:45:47.6986+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-06-17T09:45:47.6986+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": "e7794c07-725d-415a-81c6-71210c06a01a",
"db_report_type_id": "431d5ff4-eee5-47fb-a95a-5341b4c12000",
"user_id": "6270b61a-06d5-4db9-b693-b6e4b0104b5d",
"company_id": "9df8850c-c64e-4845-826e-e18e95caaed1",
"company_code": "sample string 5",
"db_table_name": "sample string 6",
"db_table_id": "1398ae1b-36ce-4bc1-88be-98a18778712f",
"id_in_table": "3704515f-1fca-4881-b080-b81fce4be38f",
"date_last_update": "2026-06-17T09:45:47.7148371+00:00",
"reference_back_office": "sample string 10",
"modified_dateutc": "2026-06-17T09:45:47.7148371+00:00"
}