Updates the db report with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

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

Sample:
{
  "id": "3dca4dab-5d83-4cc4-b3fc-26c5da816e6d",
  "db_report_type_id": "d082938f-bee3-4b55-afba-947d1d32bfeb",
  "user_id": "5a847082-5af2-4702-bf0b-6a3a318f075b",
  "company_id": "870dfe28-0368-4d69-8b03-174a6b73471d",
  "company_code": "sample string 5",
  "db_table_name": "sample string 6",
  "db_table_id": "e31f4d45-2ff3-4bdb-9645-933cf95c8430",
  "id_in_table": "1336ead4-e4f4-4ecc-97bc-89b77be73e3b",
  "date_last_update": "2026-08-12T19:05:03.3771749+00:00",
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2026-08-12T19:05:03.3771749+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.