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": [
"c6b6db28-5a22-4087-b147-c65772078134",
"641de421-fc64-4edc-a2d3-291ef610a9e2"
],
"user_id": "85a168b6-bcd0-43e9-ae73-b35c872391f9",
"state_id": 1,
"parent": {
"id": "3901f542-f78d-4820-9cf2-6c32b31bff8c",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "f2c5517b-2b9c-4d31-b7ad-102d9eef4906",
"image_id": "b81d02c8-6e77-40d3-a17d-5d87046caeb8",
"id_user_work_position": "0c14b02f-77f9-4360-ab48-385ad2cf2052",
"id_shift": "d4a94630-c83c-4f1b-8404-bbdce0f4439c",
"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-02-03T20:48:03Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "f2c5517b-2b9c-4d31-b7ad-102d9eef4906",
"image_id": "b81d02c8-6e77-40d3-a17d-5d87046caeb8",
"id_user_work_position": "0c14b02f-77f9-4360-ab48-385ad2cf2052",
"id_shift": "d4a94630-c83c-4f1b-8404-bbdce0f4439c",
"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-02-03T20:48:03Z"
}
}
},
"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>c6b6db28-5a22-4087-b147-c65772078134</d2p1:guid>
<d2p1:guid>641de421-fc64-4edc-a2d3-291ef610a9e2</d2p1:guid>
</ids>
<message>sample string 2</message>
<parent>
<deleted>true</deleted>
<id>3901f542-f78d-4820-9cf2-6c32b31bff8c</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-02-03T21:48:03.9347629+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>f2c5517b-2b9c-4d31-b7ad-102d9eef4906</id>
<id_shift>d4a94630-c83c-4f1b-8404-bbdce0f4439c</id_shift>
<id_user_work_position>0c14b02f-77f9-4360-ab48-385ad2cf2052</id_user_work_position>
<image_id>b81d02c8-6e77-40d3-a17d-5d87046caeb8</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-02-03T21:48:03.9347629+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>f2c5517b-2b9c-4d31-b7ad-102d9eef4906</id>
<id_shift>d4a94630-c83c-4f1b-8404-bbdce0f4439c</id_shift>
<id_user_work_position>0c14b02f-77f9-4360-ab48-385ad2cf2052</id_user_work_position>
<image_id>b81d02c8-6e77-40d3-a17d-5d87046caeb8</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>85a168b6-bcd0-43e9-ae73-b35c872391f9</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. |