Saves the object that belongs to category Article

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": "44a618a6-b2ff-46ec-814e-4b1c7cecac4b",
  "target_id": "8823d2b0-3377-4b5a-bd46-2703ab291cda",
  "db_info_field_id": "9445d533-4bb1-4ab3-becd-df9051bf51d8",
  "value": "sample string 4",
  "sys_logical_delete": true,
  "modified_dateutc": "2026-01-11T21:04:44.5957111+00:00"
}

application/xml, text/xml

Sample:
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_info_field_id>9445d533-4bb1-4ab3-becd-df9051bf51d8</db_info_field_id>
  <id>44a618a6-b2ff-46ec-814e-4b1c7cecac4b</id>
  <modified_dateutc>2026-01-11T21:04:44.595Z</modified_dateutc>
  <sys_logical_delete>true</sys_logical_delete>
  <target_id>8823d2b0-3377-4b5a-bd46-2703ab291cda</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": "ddef53b5-1d43-4a0d-acf6-950099db3669",
  "target_id": "ca04f10e-6063-44e0-bd76-77127e6966e8",
  "db_info_field_id": "91d35e45-2f14-40e2-b0d1-ac7d14ec253d",
  "value": "sample string 4",
  "sys_logical_delete": true,
  "modified_dateutc": "2026-01-11T21:04:44.6258119+00:00"
}

application/xml, text/xml

Sample:
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_info_field_id>91d35e45-2f14-40e2-b0d1-ac7d14ec253d</db_info_field_id>
  <id>ddef53b5-1d43-4a0d-acf6-950099db3669</id>
  <modified_dateutc>2026-01-11T21:04:44.625Z</modified_dateutc>
  <sys_logical_delete>true</sys_logical_delete>
  <target_id>ca04f10e-6063-44e0-bd76-77127e6966e8</target_id>
  <value>sample string 4</value>
</db_info_data>