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": [
"965409a9-ac46-4c11-afaa-67bddec8b765",
"5e856a15-6919-46f6-b113-edcc39c97679"
],
"user_id": "45a6ce6e-5afb-4d83-af4c-69e1fb773826",
"state_id": 1,
"parent": {
"id": "5b9c3afc-63a1-4d6d-9d99-ca69f3c6c0f2",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "5004efaa-cc9d-429d-8abe-f48f58e1c767",
"image_id": "e0a8bf6a-ab16-496d-85b5-a28afd98675f",
"id_user_work_position": "8c9c1d73-60f5-44c2-b655-b3c6c5c07a27",
"id_shift": "54760dc1-8662-4369-b7da-28b4f9eb7444",
"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-11-06T00:18:03Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "5004efaa-cc9d-429d-8abe-f48f58e1c767",
"image_id": "e0a8bf6a-ab16-496d-85b5-a28afd98675f",
"id_user_work_position": "8c9c1d73-60f5-44c2-b655-b3c6c5c07a27",
"id_shift": "54760dc1-8662-4369-b7da-28b4f9eb7444",
"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-11-06T00:18:03Z"
}
}
},
"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>965409a9-ac46-4c11-afaa-67bddec8b765</d2p1:guid>
<d2p1:guid>5e856a15-6919-46f6-b113-edcc39c97679</d2p1:guid>
</ids>
<message>sample string 2</message>
<parent>
<deleted>true</deleted>
<id>5b9c3afc-63a1-4d6d-9d99-ca69f3c6c0f2</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2025-11-06T01:18:03.7599342+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>5004efaa-cc9d-429d-8abe-f48f58e1c767</id>
<id_shift>54760dc1-8662-4369-b7da-28b4f9eb7444</id_shift>
<id_user_work_position>8c9c1d73-60f5-44c2-b655-b3c6c5c07a27</id_user_work_position>
<image_id>e0a8bf6a-ab16-496d-85b5-a28afd98675f</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-11-06T01:18:03.7599342+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>5004efaa-cc9d-429d-8abe-f48f58e1c767</id>
<id_shift>54760dc1-8662-4369-b7da-28b4f9eb7444</id_shift>
<id_user_work_position>8c9c1d73-60f5-44c2-b655-b3c6c5c07a27</id_user_work_position>
<image_id>e0a8bf6a-ab16-496d-85b5-a28afd98675f</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>45a6ce6e-5afb-4d83-af4c-69e1fb773826</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. |