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": [
"138f11a2-ecf1-4949-a46e-0b0afe22711c",
"5cf2a286-5ff7-469b-b711-4bf8f1fb3539"
],
"user_id": "b9554a0b-3de0-451b-8d70-ce776939ec2d",
"state_id": 1,
"parent": {
"id": "742e6c49-db1e-4290-abd9-56997dd58e17",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "0bd0e019-b6a3-4dd0-921f-d6b8888ba6d4",
"image_id": "723b131c-8b26-4938-b048-f083b1068610",
"id_user_work_position": "c7b7580a-acc3-4886-9a62-a4e4e72f3cdd",
"id_shift": "0b784c6d-93a3-466e-abeb-76a553dd21c0",
"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": "2025-12-05T04:53:31Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "0bd0e019-b6a3-4dd0-921f-d6b8888ba6d4",
"image_id": "723b131c-8b26-4938-b048-f083b1068610",
"id_user_work_position": "c7b7580a-acc3-4886-9a62-a4e4e72f3cdd",
"id_shift": "0b784c6d-93a3-466e-abeb-76a553dd21c0",
"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": "2025-12-05T04:53:31Z"
}
}
},
"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>138f11a2-ecf1-4949-a46e-0b0afe22711c</d2p1:guid>
<d2p1:guid>5cf2a286-5ff7-469b-b711-4bf8f1fb3539</d2p1:guid>
</ids>
<message>sample string 2</message>
<parent>
<deleted>true</deleted>
<id>742e6c49-db1e-4290-abd9-56997dd58e17</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2025-12-05T05:53:31.5761656+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>0bd0e019-b6a3-4dd0-921f-d6b8888ba6d4</id>
<id_shift>0b784c6d-93a3-466e-abeb-76a553dd21c0</id_shift>
<id_user_work_position>c7b7580a-acc3-4886-9a62-a4e4e72f3cdd</id_user_work_position>
<image_id>723b131c-8b26-4938-b048-f083b1068610</image_id>
<introduction>sample string 10</introduction>
<last_name>sample string 12</last_name>
<title>sample string 9</title>
</user>
</creation>
<last_change>
<date>2025-12-05T05:53:31.5761656+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>0bd0e019-b6a3-4dd0-921f-d6b8888ba6d4</id>
<id_shift>0b784c6d-93a3-466e-abeb-76a553dd21c0</id_shift>
<id_user_work_position>c7b7580a-acc3-4886-9a62-a4e4e72f3cdd</id_user_work_position>
<image_id>723b131c-8b26-4938-b048-f083b1068610</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>b9554a0b-3de0-451b-8d70-ce776939ec2d</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. |