Saves the object that belongs to category Project

Request Information

URI Parameters :

None.

Body Parameters :

db_info_data
NameDescriptionTypeAdditional 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

Sample:
{
  "id": "a46a25d4-952e-4b52-a581-066191585fb4",
  "target_id": "822b33db-22f6-497d-bca8-a5b4038f6683",
  "db_info_field_id": "b57935ed-0894-4338-a747-d0866a2b0adb",
  "value": "sample string 4",
  "sys_logical_delete": true,
  "modified_dateutc": "2026-01-12T00:15:57.5196377+00:00"
}

application/xml, text/xml

Sample:
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_info_field_id>b57935ed-0894-4338-a747-d0866a2b0adb</db_info_field_id>
  <id>a46a25d4-952e-4b52-a581-066191585fb4</id>
  <modified_dateutc>2026-01-12T00:15:57.519Z</modified_dateutc>
  <sys_logical_delete>true</sys_logical_delete>
  <target_id>822b33db-22f6-497d-bca8-a5b4038f6683</target_id>
  <value>sample string 4</value>
</db_info_data>

Response Information

Resource Description :

db_info_data
NameDescriptionTypeAdditional 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

Sample:
{
  "id": "40fe8e41-be0b-4e5c-bbf6-eba367cf78e5",
  "target_id": "4636ea5a-8da8-427d-84f9-ff905d7411b1",
  "db_info_field_id": "9f1ab834-01f4-4f74-b9da-0611a391c58b",
  "value": "sample string 4",
  "sys_logical_delete": true,
  "modified_dateutc": "2026-01-12T00:15:57.5196377+00:00"
}

application/xml, text/xml

Sample:
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_info_field_id>9f1ab834-01f4-4f74-b9da-0611a391c58b</db_info_field_id>
  <id>40fe8e41-be0b-4e5c-bbf6-eba367cf78e5</id>
  <modified_dateutc>2026-01-12T00:15:57.519Z</modified_dateutc>
  <sys_logical_delete>true</sys_logical_delete>
  <target_id>4636ea5a-8da8-427d-84f9-ff905d7411b1</target_id>
  <value>sample string 4</value>
</db_info_data>