POST api/v1/properties/export_pptx
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": [ "db28c622-5740-472a-8c26-eb0f280fb498", "d3b3c71e-bae2-4a47-8c45-b5878927fbdc" ], "user_id": "ca716254-ecda-4ed6-8b36-f00df6ca02f1", "state_id": 1, "parent": { "id": "27a21948-37a3-4802-bf6b-a0c297f105e2", "name": "sample string 2", "deleted": true, "system_information": { "creation": { "user": { "full_name": "sample string 12 sample string 11", "id": "875a6596-2ff6-4cd8-9b37-0a011e142800", "image_id": "93f55dcf-3353-4b7c-9843-e97bc4e27d7b", "id_user_work_position": "7404c1a3-5679-4e99-83d4-5eb46519ce5b", "id_shift": "49035bd0-f046-4958-8441-3532f8d4c39e", "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-13T10:20:50Z" }, "last_change": { "user": { "full_name": "sample string 12 sample string 11", "id": "875a6596-2ff6-4cd8-9b37-0a011e142800", "image_id": "93f55dcf-3353-4b7c-9843-e97bc4e27d7b", "id_user_work_position": "7404c1a3-5679-4e99-83d4-5eb46519ce5b", "id_shift": "49035bd0-f046-4958-8441-3532f8d4c39e", "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-13T10:20:50Z" } } }, "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>db28c622-5740-472a-8c26-eb0f280fb498</d2p1:guid> <d2p1:guid>d3b3c71e-bae2-4a47-8c45-b5878927fbdc</d2p1:guid> </ids> <message>sample string 2</message> <parent> <deleted>true</deleted> <id>27a21948-37a3-4802-bf6b-a0c297f105e2</id> <name>sample string 2</name> <system_information> <creation> <date>2025-09-13T12:20:50.1229476+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>875a6596-2ff6-4cd8-9b37-0a011e142800</id> <id_shift>49035bd0-f046-4958-8441-3532f8d4c39e</id_shift> <id_user_work_position>7404c1a3-5679-4e99-83d4-5eb46519ce5b</id_user_work_position> <image_id>93f55dcf-3353-4b7c-9843-e97bc4e27d7b</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-13T12:20:50.1229476+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>875a6596-2ff6-4cd8-9b37-0a011e142800</id> <id_shift>49035bd0-f046-4958-8441-3532f8d4c39e</id_shift> <id_user_work_position>7404c1a3-5679-4e99-83d4-5eb46519ce5b</id_user_work_position> <image_id>93f55dcf-3353-4b7c-9843-e97bc4e27d7b</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>ca716254-ecda-4ed6-8b36-f00df6ca02f1</user_id> </ChangeState>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |