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": "b08b7619-8d93-49f1-80f5-d206781afa6b",
"target_id": "255f10d9-65f3-4812-8e39-55bc779f447e",
"db_info_field_id": "41252f7f-ebd5-4fbf-aed5-fbaa9327b18d",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-01-11T23:48:38.5750554+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>41252f7f-ebd5-4fbf-aed5-fbaa9327b18d</db_info_field_id> <id>b08b7619-8d93-49f1-80f5-d206781afa6b</id> <modified_dateutc>2026-01-11T23:48:38.575Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>255f10d9-65f3-4812-8e39-55bc779f447e</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": "fd110d27-1ba1-4f6b-9938-7c1ad5f0bb59",
"target_id": "8340d590-65e6-41d8-a20a-7269cf4f04f3",
"db_info_field_id": "d331bd4c-0d10-4065-8eb1-4b7986166e78",
"value": "sample string 4",
"sys_logical_delete": true,
"modified_dateutc": "2026-01-11T23:48:38.6051655+00:00"
}
application/xml, text/xml
<db_info_data xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>d331bd4c-0d10-4065-8eb1-4b7986166e78</db_info_field_id> <id>fd110d27-1ba1-4f6b-9938-7c1ad5f0bb59</id> <modified_dateutc>2026-01-11T23:48:38.605Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <target_id>8340d590-65e6-41d8-a20a-7269cf4f04f3</target_id> <value>sample string 4</value> </db_info_data>