Add/update 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": "63542e0e-a259-4eea-b0cd-66829be9823f",
  "db_report_type_id": "f7211759-66ae-412a-bc6b-9a10972bf1f4",
  "user_id": "4b2c4267-e24b-4d37-8b70-b9b85b3ab3a4",
  "company_id": "9b7dd543-435e-4886-a251-231ec62a332f",
  "db_table_id": "9661c456-dbd3-4104-91a7-866203486219",
  "id_in_table": "b474b688-e6db-49cc-ac2b-b0be9cb6c2e7",
  "date_start": "2026-01-11T23:41:32.7831248+00:00",
  "modified_dateutc": "2026-01-11T23:41:32.7831248+00:00",
  "is_completed": true
}

application/xml, text/xml

Sample:
<db_report xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <company_id>9b7dd543-435e-4886-a251-231ec62a332f</company_id>
  <date_start>2026-01-11T23:41:32.783Z</date_start>
  <db_report_type_id>f7211759-66ae-412a-bc6b-9a10972bf1f4</db_report_type_id>
  <db_table_id>9661c456-dbd3-4104-91a7-866203486219</db_table_id>
  <id>63542e0e-a259-4eea-b0cd-66829be9823f</id>
  <id_in_table>b474b688-e6db-49cc-ac2b-b0be9cb6c2e7</id_in_table>
  <is_completed>true</is_completed>
  <modified_dateutc>2026-01-11T23:41:32.783Z</modified_dateutc>
  <user_id>4b2c4267-e24b-4d37-8b70-b9b85b3ab3a4</user_id>
</db_report>

Response Information

Resource Description :

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": "cacc9732-2f74-470b-90cf-bef01f856a70",
  "db_report_type_id": "789e28cb-fa29-4384-890f-4679ccf31403",
  "user_id": "e613b526-7d83-4bc8-8f74-97da8696655f",
  "company_id": "868df25d-4c0d-454a-b740-18c365c2a182",
  "db_table_id": "86b4d589-8403-4019-9657-511129bf285e",
  "id_in_table": "4090d899-5bd3-43d4-adf8-39b37bf5417b",
  "date_start": "2026-01-11T23:41:32.7831248+00:00",
  "modified_dateutc": "2026-01-11T23:41:32.7831248+00:00",
  "is_completed": true
}

application/xml, text/xml

Sample:
<db_report xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <company_id>868df25d-4c0d-454a-b740-18c365c2a182</company_id>
  <date_start>2026-01-11T23:41:32.783Z</date_start>
  <db_report_type_id>789e28cb-fa29-4384-890f-4679ccf31403</db_report_type_id>
  <db_table_id>86b4d589-8403-4019-9657-511129bf285e</db_table_id>
  <id>cacc9732-2f74-470b-90cf-bef01f856a70</id>
  <id_in_table>4090d899-5bd3-43d4-adf8-39b37bf5417b</id_in_table>
  <is_completed>true</is_completed>
  <modified_dateutc>2026-01-11T23:41:32.783Z</modified_dateutc>
  <user_id>e613b526-7d83-4bc8-8f74-97da8696655f</user_id>
</db_report>