Saves the object that belongs to category Task
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": "30161eff-20b0-4b0c-9a1c-7e9dfd3c0f1d",
"target_id": "a75ce936-3963-4db9-96f6-0689481f36b3",
"db_info_field_id": "f63d6eac-5ff6-4fd0-a168-cd22ec359aa1",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-03-07T14:48:28.058087+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>f63d6eac-5ff6-4fd0-a168-cd22ec359aa1</db_info_field_id> <id>30161eff-20b0-4b0c-9a1c-7e9dfd3c0f1d</id> <modified_dateutc>2026-03-07T14:48:28.058Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>a75ce936-3963-4db9-96f6-0689481f36b3</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": "ca6b37b6-da88-4fad-953e-3c703628aa97",
"target_id": "73d63530-ba43-4490-9e13-f5d78841f7d5",
"db_info_field_id": "5c58374f-1fb8-4b50-b0d9-d4ff74fedc2f",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-03-07T14:48:28.058087+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>5c58374f-1fb8-4b50-b0d9-d4ff74fedc2f</db_info_field_id> <id>ca6b37b6-da88-4fad-953e-3c703628aa97</id> <modified_dateutc>2026-03-07T14:48:28.058Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>73d63530-ba43-4490-9e13-f5d78841f7d5</target_id> <value>sample string 4</value> </db_info_data>