POST api/v1/developer_projects/add
Request Information
URI Parameters
None.
Body Parameters
ChangeStateName | 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": [ "5be30536-a075-4d35-b20b-be650ab6fd28", "7aa05ff1-c36f-4c66-8313-8981b22e40c4" ], "user_id": "966ec444-099f-42c9-921e-0ddeff588c3e", "state_id": 1, "parent": { "id": "6009f8e5-173a-4782-a778-d53dcc643fbd", "name": "sample string 2", "deleted": true, "system_information": { "creation": { "user": { "full_name": "sample string 12 sample string 11", "id": "f34cfdbe-0bf9-46d2-9eac-2293a204aea6", "image_id": "804560ff-45b3-487a-a341-7849e61553aa", "id_user_work_position": "ba537db7-1f55-4aa2-af85-ca6acca85766", "id_shift": "21178206-27b4-42ef-80e4-373db6c5ba8c", "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": "2025-09-13T08:33:23Z" }, "last_change": { "user": { "full_name": "sample string 12 sample string 11", "id": "f34cfdbe-0bf9-46d2-9eac-2293a204aea6", "image_id": "804560ff-45b3-487a-a341-7849e61553aa", "id_user_work_position": "ba537db7-1f55-4aa2-af85-ca6acca85766", "id_shift": "21178206-27b4-42ef-80e4-373db6c5ba8c", "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": "2025-09-13T08:33:23Z" } } }, "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>5be30536-a075-4d35-b20b-be650ab6fd28</d2p1:guid> <d2p1:guid>7aa05ff1-c36f-4c66-8313-8981b22e40c4</d2p1:guid> </ids> <message>sample string 2</message> <parent> <deleted>true</deleted> <id>6009f8e5-173a-4782-a778-d53dcc643fbd</id> <name>sample string 2</name> <system_information> <creation> <date>2025-09-13T10:33:23.8568571+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>f34cfdbe-0bf9-46d2-9eac-2293a204aea6</id> <id_shift>21178206-27b4-42ef-80e4-373db6c5ba8c</id_shift> <id_user_work_position>ba537db7-1f55-4aa2-af85-ca6acca85766</id_user_work_position> <image_id>804560ff-45b3-487a-a341-7849e61553aa</image_id> <introduction>sample string 10</introduction> <last_name>sample string 12</last_name> <title>sample string 9</title> </user> </creation> <last_change> <date>2025-09-13T10:33:23.8568571+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>f34cfdbe-0bf9-46d2-9eac-2293a204aea6</id> <id_shift>21178206-27b4-42ef-80e4-373db6c5ba8c</id_shift> <id_user_work_position>ba537db7-1f55-4aa2-af85-ca6acca85766</id_user_work_position> <image_id>804560ff-45b3-487a-a341-7849e61553aa</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>966ec444-099f-42c9-921e-0ddeff588c3e</user_id> </ChangeState>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultName | 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>