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 | |
| 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 | |
| db_table_id |
Table ID which db report linked to. |
globally unique identifier | |
| id_in_table |
Item id of the table which db report linked to |
globally unique identifier | |
| date_start |
Date start |
date | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| is_completed |
is_completed flag |
boolean |
Request Formats :
application/json, text/json
{
"id": "cb3275ba-76d9-44c8-b95e-aba4d72cea07",
"db_report_type_id": "97090af0-ce75-4545-8ad2-ded2847cf583",
"user_id": "f1fd85ab-ee36-4ed6-9a0e-1eb2b6ba6bf3",
"company_id": "07cb4ef1-7b0d-4805-8ae0-8d8628222473",
"db_table_id": "56fc9a45-114b-4ae3-b764-5bf90eba46a4",
"id_in_table": "8704a6ff-1eca-4063-9ff9-b49019cb10f1",
"date_start": "2026-03-07T14:50:07.8100196+00:00",
"modified_dateutc": "2026-03-07T14:50:07.8100196+00:00",
"is_completed": true
}
application/xml, text/xml
<db_report xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <company_id>07cb4ef1-7b0d-4805-8ae0-8d8628222473</company_id> <date_start>2026-03-07T14:50:07.810Z</date_start> <db_report_type_id>97090af0-ce75-4545-8ad2-ded2847cf583</db_report_type_id> <db_table_id>56fc9a45-114b-4ae3-b764-5bf90eba46a4</db_table_id> <id>cb3275ba-76d9-44c8-b95e-aba4d72cea07</id> <id_in_table>8704a6ff-1eca-4063-9ff9-b49019cb10f1</id_in_table> <is_completed>true</is_completed> <modified_dateutc>2026-03-07T14:50:07.810Z</modified_dateutc> <user_id>f1fd85ab-ee36-4ed6-9a0e-1eb2b6ba6bf3</user_id> </db_report>
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 | |
| 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 | |
| db_table_id |
Table ID which db report linked to. |
globally unique identifier | |
| id_in_table |
Item id of the table which db report linked to |
globally unique identifier | |
| date_start |
Date start |
date | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| is_completed |
is_completed flag |
boolean |
Response Formats
application/json, text/json
{
"id": "144cfe90-1ab8-4e7e-8b4f-d37111c04ef8",
"db_report_type_id": "b6e8711f-bfff-4317-922b-a583d4741ae8",
"user_id": "eea3dbeb-f1ba-456d-bb8d-013872907a82",
"company_id": "dd6b3727-5843-4a09-a121-a2ce52311444",
"db_table_id": "a04e6aa9-a835-41be-999a-f0d11b823e31",
"id_in_table": "0ed20d5d-d99c-4084-b7ea-7ef6dd98223d",
"date_start": "2026-03-07T14:50:07.8100196+00:00",
"modified_dateutc": "2026-03-07T14:50:07.8100196+00:00",
"is_completed": true
}
application/xml, text/xml
<db_report xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <company_id>dd6b3727-5843-4a09-a121-a2ce52311444</company_id> <date_start>2026-03-07T14:50:07.810Z</date_start> <db_report_type_id>b6e8711f-bfff-4317-922b-a583d4741ae8</db_report_type_id> <db_table_id>a04e6aa9-a835-41be-999a-f0d11b823e31</db_table_id> <id>144cfe90-1ab8-4e7e-8b4f-d37111c04ef8</id> <id_in_table>0ed20d5d-d99c-4084-b7ea-7ef6dd98223d</id_in_table> <is_completed>true</is_completed> <modified_dateutc>2026-03-07T14:50:07.810Z</modified_dateutc> <user_id>eea3dbeb-f1ba-456d-bb8d-013872907a82</user_id> </db_report>