POST api/v1/properties/export_pptx_en
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": [
"c8a4ed39-1224-40eb-8785-16e2d1729ba2",
"399365aa-a2dd-4def-b34f-133ec117fc93"
],
"user_id": "a7057162-2ce3-4e81-b11f-b07aa94de4ab",
"state_id": 1,
"parent": {
"id": "bb3abb5b-4120-4a17-be2b-7143de2a1584",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "ff4c122a-dd76-467e-97f8-ad54e8c4002a",
"image_id": "af0559a3-031c-4d77-be36-d93aa553b6db",
"id_user_work_position": "ece73e36-5ccf-4b3c-9ca8-3c8c5966dc78",
"id_shift": "e7be566e-d73c-4ea9-af5e-1870416d3e11",
"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-09-19T21:12:41Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "ff4c122a-dd76-467e-97f8-ad54e8c4002a",
"image_id": "af0559a3-031c-4d77-be36-d93aa553b6db",
"id_user_work_position": "ece73e36-5ccf-4b3c-9ca8-3c8c5966dc78",
"id_shift": "e7be566e-d73c-4ea9-af5e-1870416d3e11",
"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-09-19T21:12:41Z"
}
}
},
"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>c8a4ed39-1224-40eb-8785-16e2d1729ba2</d2p1:guid>
<d2p1:guid>399365aa-a2dd-4def-b34f-133ec117fc93</d2p1:guid>
</ids>
<message>sample string 2</message>
<parent>
<deleted>true</deleted>
<id>bb3abb5b-4120-4a17-be2b-7143de2a1584</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-09-19T23:12:41.3646009+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>ff4c122a-dd76-467e-97f8-ad54e8c4002a</id>
<id_shift>e7be566e-d73c-4ea9-af5e-1870416d3e11</id_shift>
<id_user_work_position>ece73e36-5ccf-4b3c-9ca8-3c8c5966dc78</id_user_work_position>
<image_id>af0559a3-031c-4d77-be36-d93aa553b6db</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-09-19T23:12:41.3646009+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>ff4c122a-dd76-467e-97f8-ad54e8c4002a</id>
<id_shift>e7be566e-d73c-4ea9-af5e-1870416d3e11</id_shift>
<id_user_work_position>ece73e36-5ccf-4b3c-9ca8-3c8c5966dc78</id_user_work_position>
<image_id>af0559a3-031c-4d77-be36-d93aa553b6db</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>a7057162-2ce3-4e81-b11f-b07aa94de4ab</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. |