Saves the object that belongs to category User
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": "658a423b-1d8b-4ef1-bc64-aa32eaddb661",
"target_id": "b6ee0710-455b-4f54-8440-2a092fe458fb",
"db_info_field_id": "ef2bfb5b-74e7-4a7d-a42b-41822d9368c4",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-06-16T21:19:29.4883792+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>ef2bfb5b-74e7-4a7d-a42b-41822d9368c4</db_info_field_id> <id>658a423b-1d8b-4ef1-bc64-aa32eaddb661</id> <modified_dateutc>2026-06-16T21:19:29.488Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>b6ee0710-455b-4f54-8440-2a092fe458fb</target_id> <value>sample string 4</value> </db_info_data>
Response Information
Resource Description :
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": "b1191755-385c-4104-a1e2-17d2adebb1c4",
"target_id": "c4b2251d-aca4-48c2-b242-880d459a64c1",
"db_info_field_id": "e9fc7ede-322a-491a-9424-4de5b2d8623c",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-06-16T21:19:29.4883792+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>e9fc7ede-322a-491a-9424-4de5b2d8623c</db_info_field_id> <id>b1191755-385c-4104-a1e2-17d2adebb1c4</id> <modified_dateutc>2026-06-16T21:19:29.488Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>c4b2251d-aca4-48c2-b242-880d459a64c1</target_id> <value>sample string 4</value> </db_info_data>