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": [
"9a9ef4dc-4988-45a9-818d-05e2f8e72517",
"44655660-22c9-4371-bd52-c12a6d5e70a4"
],
"user_id": "9e6d29dc-5ccf-4601-85ea-0ac04567722d",
"state_id": 1,
"parent": {
"id": "dcd30c9f-733c-4ff1-9533-585e59c928a7",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "9c10e19a-4508-44d1-b123-443dffb6ad69",
"image_id": "a0ecbccd-d5d5-4fbb-aaee-f653c703fd7e",
"id_user_work_position": "cc6218c0-97a4-4e3f-8226-f180979dece7",
"id_shift": "388542be-3466-4152-8c6c-b178b4a62224",
"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-26T18:36:53Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "9c10e19a-4508-44d1-b123-443dffb6ad69",
"image_id": "a0ecbccd-d5d5-4fbb-aaee-f653c703fd7e",
"id_user_work_position": "cc6218c0-97a4-4e3f-8226-f180979dece7",
"id_shift": "388542be-3466-4152-8c6c-b178b4a62224",
"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-26T18:36:53Z"
}
}
},
"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>9a9ef4dc-4988-45a9-818d-05e2f8e72517</d2p1:guid>
<d2p1:guid>44655660-22c9-4371-bd52-c12a6d5e70a4</d2p1:guid>
</ids>
<message>sample string 2</message>
<parent>
<deleted>true</deleted>
<id>dcd30c9f-733c-4ff1-9533-585e59c928a7</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-06-26T20:36:53.9246719+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>9c10e19a-4508-44d1-b123-443dffb6ad69</id>
<id_shift>388542be-3466-4152-8c6c-b178b4a62224</id_shift>
<id_user_work_position>cc6218c0-97a4-4e3f-8226-f180979dece7</id_user_work_position>
<image_id>a0ecbccd-d5d5-4fbb-aaee-f653c703fd7e</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-26T20:36:53.9246719+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>9c10e19a-4508-44d1-b123-443dffb6ad69</id>
<id_shift>388542be-3466-4152-8c6c-b178b4a62224</id_shift>
<id_user_work_position>cc6218c0-97a4-4e3f-8226-f180979dece7</id_user_work_position>
<image_id>a0ecbccd-d5d5-4fbb-aaee-f653c703fd7e</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>9e6d29dc-5ccf-4601-85ea-0ac04567722d</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. |