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": "c4849bb7-454c-4a3f-9cf3-dacfb1ab6691",
  "target_id": "bdcf3d10-4220-43e8-ade1-fa82fc039b64",
  "db_info_field_id": "ba92cb55-3f17-409e-9574-c8042927ee08",
  "value": "sample string 4",
  "sys_logical_delete": true,
  "modified_dateutc": "2026-06-16T21:17:52.8353272+00:00"
}

application/xml, text/xml

Sample:
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_info_field_id>ba92cb55-3f17-409e-9574-c8042927ee08</db_info_field_id>
  <id>c4849bb7-454c-4a3f-9cf3-dacfb1ab6691</id>
  <modified_dateutc>2026-06-16T21:17:52.835Z</modified_dateutc>
  <sys_logical_delete>true</sys_logical_delete>
  <target_id>bdcf3d10-4220-43e8-ade1-fa82fc039b64</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": "fc0a34cb-f8e0-44cb-8fca-95d03853f797",
  "target_id": "48d65c5e-09f7-4d23-81ba-953f36e0e4d2",
  "db_info_field_id": "a57dab18-dc2c-44ea-964f-a7866f521454",
  "value": "sample string 4",
  "sys_logical_delete": true,
  "modified_dateutc": "2026-06-16T21:17:52.8353272+00:00"
}

application/xml, text/xml

Sample:
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_info_field_id>a57dab18-dc2c-44ea-964f-a7866f521454</db_info_field_id>
  <id>fc0a34cb-f8e0-44cb-8fca-95d03853f797</id>
  <modified_dateutc>2026-06-16T21:17:52.835Z</modified_dateutc>
  <sys_logical_delete>true</sys_logical_delete>
  <target_id>48d65c5e-09f7-4d23-81ba-953f36e0e4d2</target_id>
  <value>sample string 4</value>
</db_info_data>