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": "c592b7b8-c946-4c6c-bc16-8d09ba5ce68e",
"target_id": "c51094ad-c6e8-4dcf-bdfa-6b3234841262",
"db_info_field_id": "701b17b1-035e-4ec8-92cf-32b8fd67077a",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-03-07T13:16:01.4339613+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>701b17b1-035e-4ec8-92cf-32b8fd67077a</db_info_field_id> <id>c592b7b8-c946-4c6c-bc16-8d09ba5ce68e</id> <modified_dateutc>2026-03-07T13:16:01.433Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>c51094ad-c6e8-4dcf-bdfa-6b3234841262</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": "3083acb3-4e41-4fbf-a936-a8b438a5da85",
"target_id": "68e782b5-e107-42a8-8380-a684b8c71306",
"db_info_field_id": "93210e84-3d68-4688-9bdd-8946b6a88804",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-03-07T13:16:01.4339613+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>93210e84-3d68-4688-9bdd-8946b6a88804</db_info_field_id> <id>3083acb3-4e41-4fbf-a936-a8b438a5da85</id> <modified_dateutc>2026-03-07T13:16:01.433Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>68e782b5-e107-42a8-8380-a684b8c71306</target_id> <value>sample string 4</value> </db_info_data>