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": "f37f507a-036f-4b08-87d7-b1149ba276c1",
"target_id": "c81e24e7-2ed3-41d8-aee5-829f2b5135cd",
"db_info_field_id": "ea53d367-2398-483c-a3ae-ba0e09ce43b8",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-06-16T21:19:59.8388198+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>ea53d367-2398-483c-a3ae-ba0e09ce43b8</db_info_field_id> <id>f37f507a-036f-4b08-87d7-b1149ba276c1</id> <modified_dateutc>2026-06-16T21:19:59.838Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>c81e24e7-2ed3-41d8-aee5-829f2b5135cd</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": "e87e6d80-aaee-44e0-be40-22ad157b4105",
"target_id": "e020b441-ef48-4cd0-9cdd-60c06a2fb281",
"db_info_field_id": "cc79f08a-113f-4f71-943c-6a3af9f6b069",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-06-16T21:19:59.8388198+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>cc79f08a-113f-4f71-943c-6a3af9f6b069</db_info_field_id> <id>e87e6d80-aaee-44e0-be40-22ad157b4105</id> <modified_dateutc>2026-06-16T21:19:59.838Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>e020b441-ef48-4cd0-9cdd-60c06a2fb281</target_id> <value>sample string 4</value> </db_info_data>