Saves the object that belongs to category DbReport

Request Information

URI Parameters :

None.

Body Parameters :

db_info_data
NameDescriptionTypeAdditional information
id

Primary key

globally unique identifier
target_id

Foreign key of the object using his Odyssee Guid Primary Key

globally unique identifier

Optionally required : target_id or target_code must be provided

db_info_field_id

globally unique identifier

Optionally required : db_info_field_id, db_info_field_name or db_info_field must be provided

value

The value of this info fields for this targetId. Follow the formating rules (API / HELP / Info Fields)

string
sys_logical_delete

Logical delete

boolean
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Request Formats :

application/json, text/json

Sample:
{
  "id": "d42eb3e6-24c2-4de6-bb23-f3068af73118",
  "target_id": "8fed830e-1c35-4677-b0a8-60a1adb6a0cc",
  "db_info_field_id": "f98775fe-6a65-4568-9ac5-a51ddcb3255b",
  "value": "sample string 4",
  "sys_logical_delete": true,
  "modified_dateutc": "2026-01-12T00:24:55.5159417+00:00"
}

application/xml, text/xml

Sample:
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_info_field_id>f98775fe-6a65-4568-9ac5-a51ddcb3255b</db_info_field_id>
  <id>d42eb3e6-24c2-4de6-bb23-f3068af73118</id>
  <modified_dateutc>2026-01-12T00:24:55.515Z</modified_dateutc>
  <sys_logical_delete>true</sys_logical_delete>
  <target_id>8fed830e-1c35-4677-b0a8-60a1adb6a0cc</target_id>
  <value>sample string 4</value>
</db_info_data>

Response Information

Resource Description :

db_info_data
NameDescriptionTypeAdditional information
id

Primary key

globally unique identifier
target_id

Foreign key of the object using his Odyssee Guid Primary Key

globally unique identifier

Optionally required : target_id or target_code must be provided

db_info_field_id

globally unique identifier

Optionally required : db_info_field_id, db_info_field_name or db_info_field must be provided

value

The value of this info fields for this targetId. Follow the formating rules (API / HELP / Info Fields)

string
sys_logical_delete

Logical delete

boolean
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "64b08959-2d22-41ac-a3ca-41126239b4ba",
  "target_id": "3f33b6ac-ad53-4284-9d14-b9784924313f",
  "db_info_field_id": "3b96848d-b292-4980-8148-9ec86cef16f4",
  "value": "sample string 4",
  "sys_logical_delete": true,
  "modified_dateutc": "2026-01-12T00:24:55.5264018+00:00"
}

application/xml, text/xml

Sample:
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_info_field_id>3b96848d-b292-4980-8148-9ec86cef16f4</db_info_field_id>
  <id>64b08959-2d22-41ac-a3ca-41126239b4ba</id>
  <modified_dateutc>2026-01-12T00:24:55.526Z</modified_dateutc>
  <sys_logical_delete>true</sys_logical_delete>
  <target_id>3f33b6ac-ad53-4284-9d14-b9784924313f</target_id>
  <value>sample string 4</value>
</db_info_data>