Creates a new 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": "0165807d-b9dc-4499-acf1-8b0e213460de",
  "target_id": "543c5da4-c172-4d1f-98c3-412612dcd1dd",
  "db_info_field_id": "2e5d34b6-c35c-43a5-961c-63a95c1f1da0",
  "value": "sample string 4",
  "sys_logical_delete": true,
  "modified_dateutc": "2026-03-07T14:53:10.1287679+00:00"
}

application/xml, text/xml

Sample:
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_info_field_id>2e5d34b6-c35c-43a5-961c-63a95c1f1da0</db_info_field_id>
  <id>0165807d-b9dc-4499-acf1-8b0e213460de</id>
  <modified_dateutc>2026-03-07T14:53:10.128Z</modified_dateutc>
  <sys_logical_delete>true</sys_logical_delete>
  <target_id>543c5da4-c172-4d1f-98c3-412612dcd1dd</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": "884553ac-d376-433e-9f44-5d83378594ad",
  "target_id": "e7177a06-d296-47a3-800a-379c678cf6af",
  "db_info_field_id": "16fed735-36f3-43f6-84e7-01c9c164056e",
  "value": "sample string 4",
  "sys_logical_delete": true,
  "modified_dateutc": "2026-03-07T14:53:10.1287679+00:00"
}

application/xml, text/xml

Sample:
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_info_field_id>16fed735-36f3-43f6-84e7-01c9c164056e</db_info_field_id>
  <id>884553ac-d376-433e-9f44-5d83378594ad</id>
  <modified_dateutc>2026-03-07T14:53:10.128Z</modified_dateutc>
  <sys_logical_delete>true</sys_logical_delete>
  <target_id>e7177a06-d296-47a3-800a-379c678cf6af</target_id>
  <value>sample string 4</value>
</db_info_data>