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": [
"5f11a2a5-b536-4788-9b61-e4fcfebeff38",
"2b5ece26-3850-471b-b0c1-3b2315ab57d8"
],
"user_id": "018dbbab-c0c1-40c6-8dc0-9e8d9acf31c5",
"state_id": 1,
"parent": {
"id": "c30a9e4d-c4f6-441c-9a60-4c45dd48e395",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "501f481b-076c-4a64-ad86-2485ef4967bb",
"image_id": "bd2be381-77cc-42a0-92c9-49aac87516b5",
"id_user_work_position": "acd6e221-53b2-4b38-83fc-9f37e5f3d335",
"id_shift": "61c49bb6-6c9b-4bbe-8dd6-1643ac5da8d6",
"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-20T09:36:30Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "501f481b-076c-4a64-ad86-2485ef4967bb",
"image_id": "bd2be381-77cc-42a0-92c9-49aac87516b5",
"id_user_work_position": "acd6e221-53b2-4b38-83fc-9f37e5f3d335",
"id_shift": "61c49bb6-6c9b-4bbe-8dd6-1643ac5da8d6",
"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-20T09:36:30Z"
}
}
},
"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>5f11a2a5-b536-4788-9b61-e4fcfebeff38</d2p1:guid>
<d2p1:guid>2b5ece26-3850-471b-b0c1-3b2315ab57d8</d2p1:guid>
</ids>
<message>sample string 2</message>
<parent>
<deleted>true</deleted>
<id>c30a9e4d-c4f6-441c-9a60-4c45dd48e395</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-06-20T11:36:30.952824+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>501f481b-076c-4a64-ad86-2485ef4967bb</id>
<id_shift>61c49bb6-6c9b-4bbe-8dd6-1643ac5da8d6</id_shift>
<id_user_work_position>acd6e221-53b2-4b38-83fc-9f37e5f3d335</id_user_work_position>
<image_id>bd2be381-77cc-42a0-92c9-49aac87516b5</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-20T11:36:30.952824+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>501f481b-076c-4a64-ad86-2485ef4967bb</id>
<id_shift>61c49bb6-6c9b-4bbe-8dd6-1643ac5da8d6</id_shift>
<id_user_work_position>acd6e221-53b2-4b38-83fc-9f37e5f3d335</id_user_work_position>
<image_id>bd2be381-77cc-42a0-92c9-49aac87516b5</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>018dbbab-c0c1-40c6-8dc0-9e8d9acf31c5</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. |