Creates a new db report

Request Information

URI Parameters :

None.

Body Parameters :

db_report
NameDescriptionTypeAdditional 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

Sample:
{
  "id": "b17ac966-84ab-4766-9df6-e1ba2f2b3896",
  "db_report_type_id": "37872f0e-0c5f-4759-88a0-c4d0a0a82d5f",
  "user_id": "d030b3a0-1ad5-440c-9d38-5fc6fe8f238b",
  "company_id": "cd97c087-7fa7-45b8-9931-3c7f59edb875",
  "db_table_id": "d7558314-2d21-45cc-90ba-a537dc32171c",
  "id_in_table": "e9225b1d-ac13-45b0-b950-3ada38fe970b",
  "date_start": "2026-06-16T21:17:29.715867+00:00",
  "modified_dateutc": "2026-06-16T21:17:29.715867+00:00",
  "is_completed": true
}

application/xml, text/xml

Sample:
<db_report xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <company_id>cd97c087-7fa7-45b8-9931-3c7f59edb875</company_id>
  <date_start>2026-06-16T21:17:29.715Z</date_start>
  <db_report_type_id>37872f0e-0c5f-4759-88a0-c4d0a0a82d5f</db_report_type_id>
  <db_table_id>d7558314-2d21-45cc-90ba-a537dc32171c</db_table_id>
  <id>b17ac966-84ab-4766-9df6-e1ba2f2b3896</id>
  <id_in_table>e9225b1d-ac13-45b0-b950-3ada38fe970b</id_in_table>
  <is_completed>true</is_completed>
  <modified_dateutc>2026-06-16T21:17:29.715Z</modified_dateutc>
  <user_id>d030b3a0-1ad5-440c-9d38-5fc6fe8f238b</user_id>
</db_report>

Response Information

Resource Description :

IHttpActionResult

db_report
NameDescriptionTypeAdditional 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

Sample:
{
  "id": "1ac3f089-786e-4c9a-b19d-c43a576ed2d1",
  "db_report_type_id": "82de16c6-4419-46cf-9c17-d2bb0282a466",
  "user_id": "f093cb58-b1da-4384-8edf-540961c3188d",
  "company_id": "36d7b1fc-ef0e-4f12-b241-21a4b79033c1",
  "db_table_id": "5d19bdf1-ec13-4053-9460-54032be88611",
  "id_in_table": "ab06773c-2d7d-41e2-bdc3-494c692c83f3",
  "date_start": "2026-06-16T21:17:29.7356488+00:00",
  "modified_dateutc": "2026-06-16T21:17:29.7356488+00:00",
  "is_completed": true
}

application/xml, text/xml

Sample:
<db_report xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <company_id>36d7b1fc-ef0e-4f12-b241-21a4b79033c1</company_id>
  <date_start>2026-06-16T21:17:29.735Z</date_start>
  <db_report_type_id>82de16c6-4419-46cf-9c17-d2bb0282a466</db_report_type_id>
  <db_table_id>5d19bdf1-ec13-4053-9460-54032be88611</db_table_id>
  <id>1ac3f089-786e-4c9a-b19d-c43a576ed2d1</id>
  <id_in_table>ab06773c-2d7d-41e2-bdc3-494c692c83f3</id_in_table>
  <is_completed>true</is_completed>
  <modified_dateutc>2026-06-16T21:17:29.735Z</modified_dateutc>
  <user_id>f093cb58-b1da-4384-8edf-540961c3188d</user_id>
</db_report>