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": "75b6a994-c2cc-45f6-ac91-7020a307d3d1",
"target_id": "99cea5d2-2d1c-493f-8be7-7eb84f1edef5",
"db_info_field_id": "571686d0-efc2-4fc6-b6ee-1845bea17d8d",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-06-16T21:16:26.9615546+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>571686d0-efc2-4fc6-b6ee-1845bea17d8d</db_info_field_id> <id>75b6a994-c2cc-45f6-ac91-7020a307d3d1</id> <modified_dateutc>2026-06-16T21:16:26.961Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>99cea5d2-2d1c-493f-8be7-7eb84f1edef5</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": "b8a6f662-bd95-4a8f-a855-213c3caef4fd",
"target_id": "0084ee06-feb5-4c26-8141-1d890244bf24",
"db_info_field_id": "ce4f9bd1-069f-48e2-8baa-16867f376398",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-06-16T21:16:26.9928045+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>ce4f9bd1-069f-48e2-8baa-16867f376398</db_info_field_id> <id>b8a6f662-bd95-4a8f-a855-213c3caef4fd</id> <modified_dateutc>2026-06-16T21:16:26.992Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>0084ee06-feb5-4c26-8141-1d890244bf24</target_id> <value>sample string 4</value> </db_info_data>