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": "aea19203-4b43-4db7-ae23-b42968dc9f3a",
"db_report_type_id": "f3fa4da0-4d1f-486b-b536-731c7b07017b",
"user_id": "1ea62e0b-fc53-43c3-b233-c604d90b8552",
"company_id": "b6bb0280-9365-4c17-aaca-5098883b6812",
"db_table_id": "57c9f8be-443b-4f5f-8bea-bd1b9a62f24a",
"id_in_table": "999840e5-cdcc-49b2-b611-57bfd02739a9",
"date_start": "2026-01-11T21:00:41.7433256+00:00",
"modified_dateutc": "2026-01-11T21:00:41.7433256+00:00",
"is_completed": true
}
application/xml, text/xml
<db_report xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <company_id>b6bb0280-9365-4c17-aaca-5098883b6812</company_id> <date_start>2026-01-11T21:00:41.743Z</date_start> <db_report_type_id>f3fa4da0-4d1f-486b-b536-731c7b07017b</db_report_type_id> <db_table_id>57c9f8be-443b-4f5f-8bea-bd1b9a62f24a</db_table_id> <id>aea19203-4b43-4db7-ae23-b42968dc9f3a</id> <id_in_table>999840e5-cdcc-49b2-b611-57bfd02739a9</id_in_table> <is_completed>true</is_completed> <modified_dateutc>2026-01-11T21:00:41.743Z</modified_dateutc> <user_id>1ea62e0b-fc53-43c3-b233-c604d90b8552</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": "c70b914d-08e3-4a79-b996-d441efa9c468",
"db_report_type_id": "dd976067-1130-4b4e-905b-f21d37810d78",
"user_id": "441db01e-824f-494d-85b1-cbff6fb46db0",
"company_id": "771948d0-0e18-470f-a6cb-45d667c3d1e4",
"db_table_id": "038172f7-f6bf-47f9-a15a-f47f2702087c",
"id_in_table": "0bf97e21-782c-4b7e-924e-3110f1a6ab14",
"date_start": "2026-01-11T21:00:41.7734863+00:00",
"modified_dateutc": "2026-01-11T21:00:41.7734863+00:00",
"is_completed": true
}
application/xml, text/xml
<db_report xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <company_id>771948d0-0e18-470f-a6cb-45d667c3d1e4</company_id> <date_start>2026-01-11T21:00:41.773Z</date_start> <db_report_type_id>dd976067-1130-4b4e-905b-f21d37810d78</db_report_type_id> <db_table_id>038172f7-f6bf-47f9-a15a-f47f2702087c</db_table_id> <id>c70b914d-08e3-4a79-b996-d441efa9c468</id> <id_in_table>0bf97e21-782c-4b7e-924e-3110f1a6ab14</id_in_table> <is_completed>true</is_completed> <modified_dateutc>2026-01-11T21:00:41.773Z</modified_dateutc> <user_id>441db01e-824f-494d-85b1-cbff6fb46db0</user_id> </db_report>