Saves the object that belongs to category DbReport
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": "ec7b2f3d-d8c1-4ad2-b5e5-3b4942ac8c27",
"target_id": "68865e8c-8290-4392-8e2f-bb981269f790",
"db_info_field_id": "01d8516c-d2e8-40d6-80a9-eb87a264c8f2",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-03-07T14:52:16.0277846+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>01d8516c-d2e8-40d6-80a9-eb87a264c8f2</db_info_field_id> <id>ec7b2f3d-d8c1-4ad2-b5e5-3b4942ac8c27</id> <modified_dateutc>2026-03-07T14:52:16.027Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>68865e8c-8290-4392-8e2f-bb981269f790</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": "b9914842-7d06-46ac-bd0e-bb0e275cfe82",
"target_id": "9384364b-e390-409e-9168-016279a51a85",
"db_info_field_id": "8d37a3f2-6705-4bd5-821b-0ce95bff6927",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-03-07T14:52:16.0277846+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>8d37a3f2-6705-4bd5-821b-0ce95bff6927</db_info_field_id> <id>b9914842-7d06-46ac-bd0e-bb0e275cfe82</id> <modified_dateutc>2026-03-07T14:52:16.027Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>9384364b-e390-409e-9168-016279a51a85</target_id> <value>sample string 4</value> </db_info_data>