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": "c8605ac2-aeee-49b0-a177-46096923d2ea",
"target_id": "55fe75cd-999d-4b03-95b5-ec55df7735b2",
"db_info_field_id": "83200738-7051-4202-9745-d660726f54ce",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-03-07T13:14:42.4526724+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>83200738-7051-4202-9745-d660726f54ce</db_info_field_id> <id>c8605ac2-aeee-49b0-a177-46096923d2ea</id> <modified_dateutc>2026-03-07T13:14:42.452Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>55fe75cd-999d-4b03-95b5-ec55df7735b2</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": "970d0666-9414-49ea-a797-0387f6bad159",
"target_id": "9306a874-b890-4808-a044-477d5d269799",
"db_info_field_id": "8eba80ea-1c94-426a-9219-f6470f29d983",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-03-07T13:14:42.468907+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>8eba80ea-1c94-426a-9219-f6470f29d983</db_info_field_id> <id>970d0666-9414-49ea-a797-0387f6bad159</id> <modified_dateutc>2026-03-07T13:14:42.468Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>9306a874-b890-4808-a044-477d5d269799</target_id> <value>sample string 4</value> </db_info_data>