Saves the object that belongs to category Company

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": "1a61cc1e-38d0-4061-b11e-c63ff0872afa",
  "target_id": "ddf81587-8bc4-46a2-9750-0c3cd0bf27de",
  "db_info_field_id": "ea16e6ca-cbee-4014-9af4-57245125ad19",
  "value": "sample string 4",
  "sys_logical_delete": true,
  "modified_dateutc": "2026-01-11T21:05:29.6675666+00:00"
}

application/xml, text/xml

Sample:
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_info_field_id>ea16e6ca-cbee-4014-9af4-57245125ad19</db_info_field_id>
  <id>1a61cc1e-38d0-4061-b11e-c63ff0872afa</id>
  <modified_dateutc>2026-01-11T21:05:29.667Z</modified_dateutc>
  <sys_logical_delete>true</sys_logical_delete>
  <target_id>ddf81587-8bc4-46a2-9750-0c3cd0bf27de</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": "c20fb831-c2cf-4ff5-bc35-e5ae3bd88bc7",
  "target_id": "9780957a-5940-41f8-8ee8-80ceb59fb457",
  "db_info_field_id": "5b041f31-a0a2-42f8-95e7-e3e82009388d",
  "value": "sample string 4",
  "sys_logical_delete": true,
  "modified_dateutc": "2026-01-11T21:05:29.6675666+00:00"
}

application/xml, text/xml

Sample:
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_info_field_id>5b041f31-a0a2-42f8-95e7-e3e82009388d</db_info_field_id>
  <id>c20fb831-c2cf-4ff5-bc35-e5ae3bd88bc7</id>
  <modified_dateutc>2026-01-11T21:05:29.667Z</modified_dateutc>
  <sys_logical_delete>true</sys_logical_delete>
  <target_id>9780957a-5940-41f8-8ee8-80ceb59fb457</target_id>
  <value>sample string 4</value>
</db_info_data>