Creates a new 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": "5a7aa7ab-34e0-4bcf-b946-851e922a891e",
  "target_id": "9b8d53b0-6417-41cb-adeb-e953ab559316",
  "db_info_field_id": "fecceed9-12a2-4d29-9d5a-abaa35db8f78",
  "value": "sample string 4",
  "sys_logical_delete": true,
  "modified_dateutc": "2026-01-12T00:16:56.1914236+00:00"
}

application/xml, text/xml

Sample:
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_info_field_id>fecceed9-12a2-4d29-9d5a-abaa35db8f78</db_info_field_id>
  <id>5a7aa7ab-34e0-4bcf-b946-851e922a891e</id>
  <modified_dateutc>2026-01-12T00:16:56.191Z</modified_dateutc>
  <sys_logical_delete>true</sys_logical_delete>
  <target_id>9b8d53b0-6417-41cb-adeb-e953ab559316</target_id>
  <value>sample string 4</value>
</db_info_data>

Response Information

Resource Description :

IHttpActionResult

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": "528fe4f6-59d8-46ba-9e51-3521f77a15d5",
  "target_id": "86bf97ca-4ee6-42a7-a66a-bc9b4690d21a",
  "db_info_field_id": "920b7bf3-7fbc-4111-a962-b9bfa1f85fed",
  "value": "sample string 4",
  "sys_logical_delete": true,
  "modified_dateutc": "2026-01-12T00:16:56.1914236+00:00"
}

application/xml, text/xml

Sample:
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_info_field_id>920b7bf3-7fbc-4111-a962-b9bfa1f85fed</db_info_field_id>
  <id>528fe4f6-59d8-46ba-9e51-3521f77a15d5</id>
  <modified_dateutc>2026-01-12T00:16:56.191Z</modified_dateutc>
  <sys_logical_delete>true</sys_logical_delete>
  <target_id>86bf97ca-4ee6-42a7-a66a-bc9b4690d21a</target_id>
  <value>sample string 4</value>
</db_info_data>