POST api/v1/properties/export_pptx
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": [
"afba4a46-409a-4afc-8389-59d11eb0c96c",
"e53cd819-c257-4fbc-8821-9b85e7d24ae7"
],
"user_id": "e61cec4c-6fa6-41dc-b732-2c890e2121f6",
"state_id": 1,
"parent": {
"id": "4c6a93c3-ca48-4b0a-982c-fa19af7cf8e3",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "1bc2aa7d-97db-4952-8b85-4a0e8cf52290",
"image_id": "18ae0356-44de-4548-b104-8d2c53f007db",
"id_user_work_position": "1328d620-a28b-4d7d-99ae-234c71d0db83",
"id_shift": "22cc72ec-9e06-4ebe-b672-8d261cde181e",
"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-12-29T04:51:04Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "1bc2aa7d-97db-4952-8b85-4a0e8cf52290",
"image_id": "18ae0356-44de-4548-b104-8d2c53f007db",
"id_user_work_position": "1328d620-a28b-4d7d-99ae-234c71d0db83",
"id_shift": "22cc72ec-9e06-4ebe-b672-8d261cde181e",
"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-12-29T04:51:04Z"
}
}
},
"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>afba4a46-409a-4afc-8389-59d11eb0c96c</d2p1:guid>
<d2p1:guid>e53cd819-c257-4fbc-8821-9b85e7d24ae7</d2p1:guid>
</ids>
<message>sample string 2</message>
<parent>
<deleted>true</deleted>
<id>4c6a93c3-ca48-4b0a-982c-fa19af7cf8e3</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2025-12-29T05:51:04.8372352+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>1bc2aa7d-97db-4952-8b85-4a0e8cf52290</id>
<id_shift>22cc72ec-9e06-4ebe-b672-8d261cde181e</id_shift>
<id_user_work_position>1328d620-a28b-4d7d-99ae-234c71d0db83</id_user_work_position>
<image_id>18ae0356-44de-4548-b104-8d2c53f007db</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-12-29T05:51:04.8372352+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>1bc2aa7d-97db-4952-8b85-4a0e8cf52290</id>
<id_shift>22cc72ec-9e06-4ebe-b672-8d261cde181e</id_shift>
<id_user_work_position>1328d620-a28b-4d7d-99ae-234c71d0db83</id_user_work_position>
<image_id>18ae0356-44de-4548-b104-8d2c53f007db</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>e61cec4c-6fa6-41dc-b732-2c890e2121f6</user_id>
</ChangeState>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |