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": [
"921cedf2-f3fd-4cc8-bf0f-1fe54b660d00",
"cad010fa-b9f6-4e23-9522-272676adb142"
],
"user_id": "d743d950-1617-4efc-9aa1-2941e5abcd6f",
"state_id": 1,
"parent": {
"id": "b3a8397f-284a-471e-9795-a6ce6fc5abd5",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "e12b3f3a-7154-4d44-9937-2e63522312be",
"image_id": "6a4e320d-1195-4ee2-8035-a8fd98186f43",
"id_user_work_position": "9cf08df0-e7e7-4591-b537-ebdcad270da1",
"id_shift": "121f7a09-8003-443d-b3bf-74e444be8e2b",
"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-04T01:49:52Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "e12b3f3a-7154-4d44-9937-2e63522312be",
"image_id": "6a4e320d-1195-4ee2-8035-a8fd98186f43",
"id_user_work_position": "9cf08df0-e7e7-4591-b537-ebdcad270da1",
"id_shift": "121f7a09-8003-443d-b3bf-74e444be8e2b",
"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-04T01:49:52Z"
}
}
},
"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>921cedf2-f3fd-4cc8-bf0f-1fe54b660d00</d2p1:guid>
<d2p1:guid>cad010fa-b9f6-4e23-9522-272676adb142</d2p1:guid>
</ids>
<message>sample string 2</message>
<parent>
<deleted>true</deleted>
<id>b3a8397f-284a-471e-9795-a6ce6fc5abd5</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-02-04T02:49:52.8986729+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>e12b3f3a-7154-4d44-9937-2e63522312be</id>
<id_shift>121f7a09-8003-443d-b3bf-74e444be8e2b</id_shift>
<id_user_work_position>9cf08df0-e7e7-4591-b537-ebdcad270da1</id_user_work_position>
<image_id>6a4e320d-1195-4ee2-8035-a8fd98186f43</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-04T02:49:52.8986729+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>e12b3f3a-7154-4d44-9937-2e63522312be</id>
<id_shift>121f7a09-8003-443d-b3bf-74e444be8e2b</id_shift>
<id_user_work_position>9cf08df0-e7e7-4591-b537-ebdcad270da1</id_user_work_position>
<image_id>6a4e320d-1195-4ee2-8035-a8fd98186f43</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>d743d950-1617-4efc-9aa1-2941e5abcd6f</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. |