Creates a new object that belongs to category Company
Request Information
URI Parameters :
None.
Body Parameters :
db_info_data| Name | Description | Type | Additional 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
{
"id": "a4dd092e-2728-497d-af49-c430b3854536",
"target_id": "566119a7-f653-4657-8a01-0d002f39a6f9",
"db_info_field_id": "81918aad-fb09-4e48-938d-e4a68bcb74fe",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-01-11T23:51:51.9926067+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>81918aad-fb09-4e48-938d-e4a68bcb74fe</db_info_field_id> <id>a4dd092e-2728-497d-af49-c430b3854536</id> <modified_dateutc>2026-01-11T23:51:51.992Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>566119a7-f653-4657-8a01-0d002f39a6f9</target_id> <value>sample string 4</value> </db_info_data>
Response Information
Resource Description :
IHttpActionResult
db_info_data| Name | Description | Type | Additional 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
{
"id": "f87d0713-b794-4843-8a9f-bbd6f42bc41d",
"target_id": "0562a9c0-1565-4dc3-a35a-43f065e313ec",
"db_info_field_id": "c453a758-b2ed-4124-b822-fe1ff00a17dd",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-01-11T23:51:52.0127235+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>c453a758-b2ed-4124-b822-fe1ff00a17dd</db_info_field_id> <id>f87d0713-b794-4843-8a9f-bbd6f42bc41d</id> <modified_dateutc>2026-01-11T23:51:52.012Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>0562a9c0-1565-4dc3-a35a-43f065e313ec</target_id> <value>sample string 4</value> </db_info_data>