Saves the object that belongs to category Jobs

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": "55606436-d5e4-411c-8077-48b09b5aa7d6",
  "target_id": "3508c362-08a4-461b-ae10-3c16a8697284",
  "db_info_field_id": "ca04161c-0f51-4d7b-84a9-ff3fd7c1a5a0",
  "value": "sample string 4",
  "sys_logical_delete": true,
  "modified_dateutc": "2026-01-11T21:03:28.8892214+00:00"
}

application/xml, text/xml

Sample:
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_info_field_id>ca04161c-0f51-4d7b-84a9-ff3fd7c1a5a0</db_info_field_id>
  <id>55606436-d5e4-411c-8077-48b09b5aa7d6</id>
  <modified_dateutc>2026-01-11T21:03:28.889Z</modified_dateutc>
  <sys_logical_delete>true</sys_logical_delete>
  <target_id>3508c362-08a4-461b-ae10-3c16a8697284</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": "dd31cabd-b837-443c-8ae7-c870ebe75189",
  "target_id": "efb0f5d1-f1e3-4b32-bdd2-20d2ce10a0d9",
  "db_info_field_id": "c98e4637-c0a8-49e5-948e-d7d9a56aa970",
  "value": "sample string 4",
  "sys_logical_delete": true,
  "modified_dateutc": "2026-01-11T21:03:28.8892214+00:00"
}

application/xml, text/xml

Sample:
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_info_field_id>c98e4637-c0a8-49e5-948e-d7d9a56aa970</db_info_field_id>
  <id>dd31cabd-b837-443c-8ae7-c870ebe75189</id>
  <modified_dateutc>2026-01-11T21:03:28.889Z</modified_dateutc>
  <sys_logical_delete>true</sys_logical_delete>
  <target_id>efb0f5d1-f1e3-4b32-bdd2-20d2ce10a0d9</target_id>
  <value>sample string 4</value>
</db_info_data>