Creates a new object that belongs to category Project
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": "d87d3deb-9a72-45b3-a97f-aa9882a23183",
"target_id": "9b2b9994-426b-4573-87d0-e3adfe2e9582",
"db_info_field_id": "36b2a1b8-13d6-489e-bd83-8ccf590c3a42",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-03-07T13:13:41.3440148+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>36b2a1b8-13d6-489e-bd83-8ccf590c3a42</db_info_field_id> <id>d87d3deb-9a72-45b3-a97f-aa9882a23183</id> <modified_dateutc>2026-03-07T13:13:41.344Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>9b2b9994-426b-4573-87d0-e3adfe2e9582</target_id> <value>sample string 4</value> </db_info_data>
Response Information
Resource Description :
IHttpActionResult
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": "642680b5-abe9-4008-9f94-cc2bdbf37513",
"target_id": "84bd6e38-d908-48df-9282-8f1e5f0fb1f5",
"db_info_field_id": "1376ba07-31a5-472a-9250-352f696827df",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-03-07T13:13:41.3637099+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>1376ba07-31a5-472a-9250-352f696827df</db_info_field_id> <id>642680b5-abe9-4008-9f94-cc2bdbf37513</id> <modified_dateutc>2026-03-07T13:13:41.363Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>84bd6e38-d908-48df-9282-8f1e5f0fb1f5</target_id> <value>sample string 4</value> </db_info_data>