POST api/v1/developer_projects/add
Request Information
URI Parameters
None.
Body Parameters
ChangeState| Name | Description | Type | Additional information |
|---|---|---|---|
| ids | Collection of globally unique identifier |
None. |
|
| user_id | globally unique identifier |
None. |
|
| state_id | integer |
None. |
|
| parent | CodeList |
None. |
|
| send_notifications | boolean |
None. |
|
| message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ids": [
"6b4dd463-a24b-442f-871c-e9eefa01d90e",
"b9620c4c-106d-406f-900d-9c5a3e66b25b"
],
"user_id": "4f68c1b9-2283-478e-8e60-c9b883410807",
"state_id": 1,
"parent": {
"id": "c63f4ac0-1d56-41f1-8d59-41c2eaf4a851",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "366d6495-e5a9-4d74-aa45-9f07c767d44c",
"image_id": "c274858a-3d5f-48d4-b496-9592aa82fb67",
"id_user_work_position": "43e35ac7-3f95-4904-b9d4-f2d7841eadcf",
"id_shift": "6661c1b6-cb34-4320-9419-fc4d3153454a",
"code": "sample string 5",
"code2": "sample string 6",
"title": "sample string 9",
"introduction": "sample string 10",
"first_name": "sample string 11",
"last_name": "sample string 12"
},
"date": "2026-01-02T22:12:16Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "366d6495-e5a9-4d74-aa45-9f07c767d44c",
"image_id": "c274858a-3d5f-48d4-b496-9592aa82fb67",
"id_user_work_position": "43e35ac7-3f95-4904-b9d4-f2d7841eadcf",
"id_shift": "6661c1b6-cb34-4320-9419-fc4d3153454a",
"code": "sample string 5",
"code2": "sample string 6",
"title": "sample string 9",
"introduction": "sample string 10",
"first_name": "sample string 11",
"last_name": "sample string 12"
},
"date": "2026-01-02T22:12:16Z"
}
}
},
"send_notifications": true,
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<ChangeState xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IO.Swagger.Models">
<ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6b4dd463-a24b-442f-871c-e9eefa01d90e</d2p1:guid>
<d2p1:guid>b9620c4c-106d-406f-900d-9c5a3e66b25b</d2p1:guid>
</ids>
<message>sample string 2</message>
<parent>
<deleted>true</deleted>
<id>c63f4ac0-1d56-41f1-8d59-41c2eaf4a851</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-01-02T23:12:16.2942933+01:00</date>
<user>
<code>sample string 5</code>
<code2>sample string 6</code2>
<first_name>sample string 11</first_name>
<full_name>sample string 12 sample string 11</full_name>
<id>366d6495-e5a9-4d74-aa45-9f07c767d44c</id>
<id_shift>6661c1b6-cb34-4320-9419-fc4d3153454a</id_shift>
<id_user_work_position>43e35ac7-3f95-4904-b9d4-f2d7841eadcf</id_user_work_position>
<image_id>c274858a-3d5f-48d4-b496-9592aa82fb67</image_id>
<introduction>sample string 10</introduction>
<last_name>sample string 12</last_name>
<title>sample string 9</title>
</user>
</creation>
<last_change>
<date>2026-01-02T23:12:16.2942933+01:00</date>
<user>
<code>sample string 5</code>
<code2>sample string 6</code2>
<first_name>sample string 11</first_name>
<full_name>sample string 12 sample string 11</full_name>
<id>366d6495-e5a9-4d74-aa45-9f07c767d44c</id>
<id_shift>6661c1b6-cb34-4320-9419-fc4d3153454a</id_shift>
<id_user_work_position>43e35ac7-3f95-4904-b9d4-f2d7841eadcf</id_user_work_position>
<image_id>c274858a-3d5f-48d4-b496-9592aa82fb67</image_id>
<introduction>sample string 10</introduction>
<last_name>sample string 12</last_name>
<title>sample string 9</title>
</user>
</last_change>
</system_information>
</parent>
<send_notifications>true</send_notifications>
<state_id>1</state_id>
<user_id>4f68c1b9-2283-478e-8e60-c9b883410807</user_id>
</ChangeState>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| messages | Collection of ResultMessage |
None. |
|
| count_of_errors | integer |
None. |
|
| id | Object |
None. |
|
| name | string |
None. |
|
| data | Object |
None. |
|
| url | string |
None. |
|
| text | string |
None. |
|
| inner_exception | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"messages": [
{
"type": 1,
"code": 1,
"message": "sample string 1",
"field": "sample string 2"
},
{
"type": 1,
"code": 1,
"message": "sample string 1",
"field": "sample string 2"
}
],
"count_of_errors": 1,
"id": {},
"name": "sample string 3",
"data": {},
"url": "sample string 5",
"text": "sample string 6",
"inner_exception": "sample string 7"
}
application/xml, text/xml
Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UP.Core.Data">
<count_of_errors>1</count_of_errors>
<data />
<id />
<inner_exception>sample string 7</inner_exception>
<messages>
<ResultMessage>
<code>1</code>
<field>sample string 2</field>
<message>sample string 1</message>
<type>1</type>
</ResultMessage>
<ResultMessage>
<code>1</code>
<field>sample string 2</field>
<message>sample string 1</message>
<type>1</type>
</ResultMessage>
</messages>
<name>sample string 3</name>
<text>sample string 6</text>
<url>sample string 5</url>
</Result>