POST api/v1/properties/address
Request Information
URI Parameters
None.
Body Parameters
ChangeStateName | 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": [ "6d9ac37d-aeb6-4a24-94a1-19d4584fb1a9", "fc9a1244-240a-4c40-8d53-fd35a9fd6d73" ], "user_id": "a8c9f1ca-0195-48b7-aeba-e6ef5b218627", "state_id": 1, "parent": { "id": "cafb643d-6080-47c7-87eb-fec0ff352bc6", "name": "sample string 2", "deleted": true, "system_information": { "creation": { "user": { "full_name": "sample string 12 sample string 11", "id": "e0dadc13-5723-432d-9821-e4659eccd270", "image_id": "6d7974c7-fe84-4798-8da6-b5d47dbd0660", "id_user_work_position": "dee7fe50-f7ac-4fe3-b9dc-ab4a59fc9af7", "id_shift": "e049e2ed-a155-4ce7-bb63-d21f25b25880", "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-09-13T10:19:45Z" }, "last_change": { "user": { "full_name": "sample string 12 sample string 11", "id": "e0dadc13-5723-432d-9821-e4659eccd270", "image_id": "6d7974c7-fe84-4798-8da6-b5d47dbd0660", "id_user_work_position": "dee7fe50-f7ac-4fe3-b9dc-ab4a59fc9af7", "id_shift": "e049e2ed-a155-4ce7-bb63-d21f25b25880", "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-09-13T10:19:45Z" } } }, "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>6d9ac37d-aeb6-4a24-94a1-19d4584fb1a9</d2p1:guid> <d2p1:guid>fc9a1244-240a-4c40-8d53-fd35a9fd6d73</d2p1:guid> </ids> <message>sample string 2</message> <parent> <deleted>true</deleted> <id>cafb643d-6080-47c7-87eb-fec0ff352bc6</id> <name>sample string 2</name> <system_information> <creation> <date>2025-09-13T12:19:45.2316882+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>e0dadc13-5723-432d-9821-e4659eccd270</id> <id_shift>e049e2ed-a155-4ce7-bb63-d21f25b25880</id_shift> <id_user_work_position>dee7fe50-f7ac-4fe3-b9dc-ab4a59fc9af7</id_user_work_position> <image_id>6d7974c7-fe84-4798-8da6-b5d47dbd0660</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-09-13T12:19:45.2316882+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>e0dadc13-5723-432d-9821-e4659eccd270</id> <id_shift>e049e2ed-a155-4ce7-bb63-d21f25b25880</id_shift> <id_user_work_position>dee7fe50-f7ac-4fe3-b9dc-ab4a59fc9af7</id_user_work_position> <image_id>6d7974c7-fe84-4798-8da6-b5d47dbd0660</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>a8c9f1ca-0195-48b7-aeba-e6ef5b218627</user_id> </ChangeState>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of CountryName | Description | Type | Additional information |
---|---|---|---|
name | string |
None. |
|
regions | Collection of CodeList |
None. |
Response Formats
application/json, text/json
Sample:
[ { "name": "sample string 1", "regions": [ { "id": "72e62bcf-20c7-4ca3-8c50-b84e66ed7163", "name": "sample string 2", "deleted": true, "system_information": { "creation": { "user": { "full_name": "sample string 12 sample string 11", "id": "ccb7798b-9ed7-4676-9a31-5dd6893efab0", "image_id": "da900670-4320-4cd9-a743-ce15f2a3fed0", "id_user_work_position": "3a7693c5-421f-4ff4-82ad-d97efbb3da8d", "id_shift": "31fe8ea2-00bf-4394-9680-28e26a8899ff", "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-09-13T10:19:45Z" }, "last_change": { "user": { "full_name": "sample string 12 sample string 11", "id": "ccb7798b-9ed7-4676-9a31-5dd6893efab0", "image_id": "da900670-4320-4cd9-a743-ce15f2a3fed0", "id_user_work_position": "3a7693c5-421f-4ff4-82ad-d97efbb3da8d", "id_shift": "31fe8ea2-00bf-4394-9680-28e26a8899ff", "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-09-13T10:19:45Z" } } }, { "id": "72e62bcf-20c7-4ca3-8c50-b84e66ed7163", "name": "sample string 2", "deleted": true, "system_information": { "creation": { "user": { "full_name": "sample string 12 sample string 11", "id": "ccb7798b-9ed7-4676-9a31-5dd6893efab0", "image_id": "da900670-4320-4cd9-a743-ce15f2a3fed0", "id_user_work_position": "3a7693c5-421f-4ff4-82ad-d97efbb3da8d", "id_shift": "31fe8ea2-00bf-4394-9680-28e26a8899ff", "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-09-13T10:19:45Z" }, "last_change": { "user": { "full_name": "sample string 12 sample string 11", "id": "ccb7798b-9ed7-4676-9a31-5dd6893efab0", "image_id": "da900670-4320-4cd9-a743-ce15f2a3fed0", "id_user_work_position": "3a7693c5-421f-4ff4-82ad-d97efbb3da8d", "id_shift": "31fe8ea2-00bf-4394-9680-28e26a8899ff", "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-09-13T10:19:45Z" } } } ] }, { "name": "sample string 1", "regions": [ { "id": "72e62bcf-20c7-4ca3-8c50-b84e66ed7163", "name": "sample string 2", "deleted": true, "system_information": { "creation": { "user": { "full_name": "sample string 12 sample string 11", "id": "ccb7798b-9ed7-4676-9a31-5dd6893efab0", "image_id": "da900670-4320-4cd9-a743-ce15f2a3fed0", "id_user_work_position": "3a7693c5-421f-4ff4-82ad-d97efbb3da8d", "id_shift": "31fe8ea2-00bf-4394-9680-28e26a8899ff", "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-09-13T10:19:45Z" }, "last_change": { "user": { "full_name": "sample string 12 sample string 11", "id": "ccb7798b-9ed7-4676-9a31-5dd6893efab0", "image_id": "da900670-4320-4cd9-a743-ce15f2a3fed0", "id_user_work_position": "3a7693c5-421f-4ff4-82ad-d97efbb3da8d", "id_shift": "31fe8ea2-00bf-4394-9680-28e26a8899ff", "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-09-13T10:19:45Z" } } }, { "id": "72e62bcf-20c7-4ca3-8c50-b84e66ed7163", "name": "sample string 2", "deleted": true, "system_information": { "creation": { "user": { "full_name": "sample string 12 sample string 11", "id": "ccb7798b-9ed7-4676-9a31-5dd6893efab0", "image_id": "da900670-4320-4cd9-a743-ce15f2a3fed0", "id_user_work_position": "3a7693c5-421f-4ff4-82ad-d97efbb3da8d", "id_shift": "31fe8ea2-00bf-4394-9680-28e26a8899ff", "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-09-13T10:19:45Z" }, "last_change": { "user": { "full_name": "sample string 12 sample string 11", "id": "ccb7798b-9ed7-4676-9a31-5dd6893efab0", "image_id": "da900670-4320-4cd9-a743-ce15f2a3fed0", "id_user_work_position": "3a7693c5-421f-4ff4-82ad-d97efbb3da8d", "id_shift": "31fe8ea2-00bf-4394-9680-28e26a8899ff", "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-09-13T10:19:45Z" } } } ] } ]
application/xml, text/xml
Sample:
<ArrayOfCountry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IO.Swagger.Models"> <Country> <name>sample string 1</name> <regions> <CodeList> <deleted>true</deleted> <id>72e62bcf-20c7-4ca3-8c50-b84e66ed7163</id> <name>sample string 2</name> <system_information> <creation> <date>2025-09-13T12:19:45.2468849+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>ccb7798b-9ed7-4676-9a31-5dd6893efab0</id> <id_shift>31fe8ea2-00bf-4394-9680-28e26a8899ff</id_shift> <id_user_work_position>3a7693c5-421f-4ff4-82ad-d97efbb3da8d</id_user_work_position> <image_id>da900670-4320-4cd9-a743-ce15f2a3fed0</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-09-13T12:19:45.2468849+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>ccb7798b-9ed7-4676-9a31-5dd6893efab0</id> <id_shift>31fe8ea2-00bf-4394-9680-28e26a8899ff</id_shift> <id_user_work_position>3a7693c5-421f-4ff4-82ad-d97efbb3da8d</id_user_work_position> <image_id>da900670-4320-4cd9-a743-ce15f2a3fed0</image_id> <introduction>sample string 10</introduction> <last_name>sample string 12</last_name> <title>sample string 9</title> </user> </last_change> </system_information> </CodeList> <CodeList> <deleted>true</deleted> <id>72e62bcf-20c7-4ca3-8c50-b84e66ed7163</id> <name>sample string 2</name> <system_information> <creation> <date>2025-09-13T12:19:45.2468849+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>ccb7798b-9ed7-4676-9a31-5dd6893efab0</id> <id_shift>31fe8ea2-00bf-4394-9680-28e26a8899ff</id_shift> <id_user_work_position>3a7693c5-421f-4ff4-82ad-d97efbb3da8d</id_user_work_position> <image_id>da900670-4320-4cd9-a743-ce15f2a3fed0</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-09-13T12:19:45.2468849+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>ccb7798b-9ed7-4676-9a31-5dd6893efab0</id> <id_shift>31fe8ea2-00bf-4394-9680-28e26a8899ff</id_shift> <id_user_work_position>3a7693c5-421f-4ff4-82ad-d97efbb3da8d</id_user_work_position> <image_id>da900670-4320-4cd9-a743-ce15f2a3fed0</image_id> <introduction>sample string 10</introduction> <last_name>sample string 12</last_name> <title>sample string 9</title> </user> </last_change> </system_information> </CodeList> </regions> </Country> <Country> <name>sample string 1</name> <regions> <CodeList> <deleted>true</deleted> <id>72e62bcf-20c7-4ca3-8c50-b84e66ed7163</id> <name>sample string 2</name> <system_information> <creation> <date>2025-09-13T12:19:45.2468849+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>ccb7798b-9ed7-4676-9a31-5dd6893efab0</id> <id_shift>31fe8ea2-00bf-4394-9680-28e26a8899ff</id_shift> <id_user_work_position>3a7693c5-421f-4ff4-82ad-d97efbb3da8d</id_user_work_position> <image_id>da900670-4320-4cd9-a743-ce15f2a3fed0</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-09-13T12:19:45.2468849+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>ccb7798b-9ed7-4676-9a31-5dd6893efab0</id> <id_shift>31fe8ea2-00bf-4394-9680-28e26a8899ff</id_shift> <id_user_work_position>3a7693c5-421f-4ff4-82ad-d97efbb3da8d</id_user_work_position> <image_id>da900670-4320-4cd9-a743-ce15f2a3fed0</image_id> <introduction>sample string 10</introduction> <last_name>sample string 12</last_name> <title>sample string 9</title> </user> </last_change> </system_information> </CodeList> <CodeList> <deleted>true</deleted> <id>72e62bcf-20c7-4ca3-8c50-b84e66ed7163</id> <name>sample string 2</name> <system_information> <creation> <date>2025-09-13T12:19:45.2468849+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>ccb7798b-9ed7-4676-9a31-5dd6893efab0</id> <id_shift>31fe8ea2-00bf-4394-9680-28e26a8899ff</id_shift> <id_user_work_position>3a7693c5-421f-4ff4-82ad-d97efbb3da8d</id_user_work_position> <image_id>da900670-4320-4cd9-a743-ce15f2a3fed0</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-09-13T12:19:45.2468849+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>ccb7798b-9ed7-4676-9a31-5dd6893efab0</id> <id_shift>31fe8ea2-00bf-4394-9680-28e26a8899ff</id_shift> <id_user_work_position>3a7693c5-421f-4ff4-82ad-d97efbb3da8d</id_user_work_position> <image_id>da900670-4320-4cd9-a743-ce15f2a3fed0</image_id> <introduction>sample string 10</introduction> <last_name>sample string 12</last_name> <title>sample string 9</title> </user> </last_change> </system_information> </CodeList> </regions> </Country> </ArrayOfCountry>