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": [
"52bb8886-59ba-469c-9aa6-a25d0eafa6c4",
"2a01b6a7-b906-466f-a1df-7c3dfbfbefd8"
],
"user_id": "a6ea21fd-6093-48c6-a9d5-3158f38fde81",
"state_id": 1,
"parent": {
"id": "a2dc4753-c4ae-4eeb-8298-154b17b2e9cd",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "27f4f54c-f001-459b-bd1b-203b1430e1e2",
"image_id": "5c2ce05f-1886-436f-9a66-40c1b3ea6c6c",
"id_user_work_position": "ad9fe0ce-8a06-4c5d-8f9b-f71f6e8b08a5",
"id_shift": "6b1e9c03-0597-4f8a-919e-c66a07b4155e",
"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-06-14T16:25:27Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "27f4f54c-f001-459b-bd1b-203b1430e1e2",
"image_id": "5c2ce05f-1886-436f-9a66-40c1b3ea6c6c",
"id_user_work_position": "ad9fe0ce-8a06-4c5d-8f9b-f71f6e8b08a5",
"id_shift": "6b1e9c03-0597-4f8a-919e-c66a07b4155e",
"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-06-14T16:25:27Z"
}
}
},
"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>52bb8886-59ba-469c-9aa6-a25d0eafa6c4</d2p1:guid>
<d2p1:guid>2a01b6a7-b906-466f-a1df-7c3dfbfbefd8</d2p1:guid>
</ids>
<message>sample string 2</message>
<parent>
<deleted>true</deleted>
<id>a2dc4753-c4ae-4eeb-8298-154b17b2e9cd</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-06-14T18:25:27.0271328+02: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>27f4f54c-f001-459b-bd1b-203b1430e1e2</id>
<id_shift>6b1e9c03-0597-4f8a-919e-c66a07b4155e</id_shift>
<id_user_work_position>ad9fe0ce-8a06-4c5d-8f9b-f71f6e8b08a5</id_user_work_position>
<image_id>5c2ce05f-1886-436f-9a66-40c1b3ea6c6c</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-06-14T18:25:27.0271328+02: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>27f4f54c-f001-459b-bd1b-203b1430e1e2</id>
<id_shift>6b1e9c03-0597-4f8a-919e-c66a07b4155e</id_shift>
<id_user_work_position>ad9fe0ce-8a06-4c5d-8f9b-f71f6e8b08a5</id_user_work_position>
<image_id>5c2ce05f-1886-436f-9a66-40c1b3ea6c6c</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>a6ea21fd-6093-48c6-a9d5-3158f38fde81</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>