Creates a new db report
Request Information
URI Parameters :
None.
Body Parameters :
db_reportName | 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": "869797a2-a711-43d4-b6d7-c7e2d5b2d3ca", "db_report_type_id": "1540daba-1e15-497e-99ef-1886602939cb", "user_id": "490eb5f6-7d47-4b1c-a9bb-74b151279c2b", "company_id": "a24328c1-5936-44b0-bf17-6fc193748bf2", "company_code": "sample string 5", "db_table_name": "sample string 6", "db_table_id": "152417aa-5bc9-47a4-ace8-73b4b15ecae8", "id_in_table": "b96e60ad-ad41-4d23-910a-c7ae1ffbdb76", "date_last_update": "2025-01-02T13:07:28.0178867+00:00", "reference_back_office": "sample string 10", "modified_dateutc": "2025-01-02T13:07:28.0178867+00:00" }
Response Information
Resource Description :
IHttpActionResult
db_reportName | 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": "4d63425d-0681-4072-bc8a-08760eb79ab1", "db_report_type_id": "95800295-968c-48c3-a794-37b9e655d351", "user_id": "4bfb4fed-af4e-4db6-aecd-0198353fe4d2", "company_id": "0a9f0180-3007-4931-9eaa-a646ac837554", "company_code": "sample string 5", "db_table_name": "sample string 6", "db_table_id": "70cd007c-45c3-44cc-9602-675e818f909e", "id_in_table": "7787315e-4a87-422e-bef0-bf4266b97062", "date_last_update": "2025-01-02T13:07:28.0178867+00:00", "reference_back_office": "sample string 10", "modified_dateutc": "2025-01-02T13:07:28.0178867+00:00" }