Saves the object that belongs to category Article
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": "69e7f4f9-8194-47fb-a364-41a87ce0a323",
"target_id": "685de701-b579-42b0-86a5-545bcbe1965e",
"db_info_field_id": "7152e9bb-1fd2-4a43-a6f9-022025ae5b80",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-06-16T21:21:09.671718+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>7152e9bb-1fd2-4a43-a6f9-022025ae5b80</db_info_field_id> <id>69e7f4f9-8194-47fb-a364-41a87ce0a323</id> <modified_dateutc>2026-06-16T21:21:09.671Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>685de701-b579-42b0-86a5-545bcbe1965e</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": "99f7a99f-58b9-477e-b3b7-d80cd587ad2f",
"target_id": "33dff1f6-8f1a-4ba8-bba0-e0b59904441d",
"db_info_field_id": "0afc0371-96d6-49ac-8efa-0dfb52f94b9b",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-06-16T21:21:09.671718+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>0afc0371-96d6-49ac-8efa-0dfb52f94b9b</db_info_field_id> <id>99f7a99f-58b9-477e-b3b7-d80cd587ad2f</id> <modified_dateutc>2026-06-16T21:21:09.671Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>33dff1f6-8f1a-4ba8-bba0-e0b59904441d</target_id> <value>sample string 4</value> </db_info_data>