POST api/v1/properties/address

Request Information

URI Parameters

None.

Body Parameters

ChangeState
NameDescriptionTypeAdditional 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": [
    "6a40a8d8-f01e-4a62-b23f-57b7429cead6",
    "25ef949c-42b7-4146-9097-dbb701eedc2b"
  ],
  "user_id": "4bfb017e-4fcd-4302-846f-7c7425f8bbaf",
  "state_id": 1,
  "parent": {
    "id": "f5397e91-83c0-4519-9063-3971a29a5e5d",
    "name": "sample string 2",
    "deleted": true,
    "system_information": {
      "creation": {
        "user": {
          "full_name": "sample string 12 sample string 11",
          "id": "4407164c-0e73-4238-82a2-61f2badb28cd",
          "image_id": "41ac9f2f-1533-494f-b944-583bbbd589a8",
          "id_user_work_position": "d09b95e4-5185-4dd2-904d-8b640d25179f",
          "id_shift": "96fb20e4-6b14-44d8-aba2-3975422a0ac7",
          "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-07-25T08:36:59Z"
      },
      "last_change": {
        "user": {
          "full_name": "sample string 12 sample string 11",
          "id": "4407164c-0e73-4238-82a2-61f2badb28cd",
          "image_id": "41ac9f2f-1533-494f-b944-583bbbd589a8",
          "id_user_work_position": "d09b95e4-5185-4dd2-904d-8b640d25179f",
          "id_shift": "96fb20e4-6b14-44d8-aba2-3975422a0ac7",
          "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-07-25T08:36:59Z"
      }
    }
  },
  "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>6a40a8d8-f01e-4a62-b23f-57b7429cead6</d2p1:guid>
    <d2p1:guid>25ef949c-42b7-4146-9097-dbb701eedc2b</d2p1:guid>
  </ids>
  <message>sample string 2</message>
  <parent>
    <deleted>true</deleted>
    <id>f5397e91-83c0-4519-9063-3971a29a5e5d</id>
    <name>sample string 2</name>
    <system_information>
      <creation>
        <date>2026-07-25T10:36:59.9342377+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>4407164c-0e73-4238-82a2-61f2badb28cd</id>
          <id_shift>96fb20e4-6b14-44d8-aba2-3975422a0ac7</id_shift>
          <id_user_work_position>d09b95e4-5185-4dd2-904d-8b640d25179f</id_user_work_position>
          <image_id>41ac9f2f-1533-494f-b944-583bbbd589a8</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-07-25T10:36:59.9342377+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>4407164c-0e73-4238-82a2-61f2badb28cd</id>
          <id_shift>96fb20e4-6b14-44d8-aba2-3975422a0ac7</id_shift>
          <id_user_work_position>d09b95e4-5185-4dd2-904d-8b640d25179f</id_user_work_position>
          <image_id>41ac9f2f-1533-494f-b944-583bbbd589a8</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>4bfb017e-4fcd-4302-846f-7c7425f8bbaf</user_id>
</ChangeState>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Country
NameDescriptionTypeAdditional information
name

string

None.

regions

Collection of CodeList

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "name": "sample string 1",
    "regions": [
      {
        "id": "8b29dfbb-3fc8-4fdf-9d0a-f2d32063cc1b",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "d3181f13-43da-4c7f-b6aa-b1cb2254bc9b",
              "image_id": "6fc36857-05ba-4cb8-b894-1543f9fa3209",
              "id_user_work_position": "239ee5d2-9b97-47de-a365-b50825756e35",
              "id_shift": "559f3442-4dfe-45df-a776-7cd1b3946404",
              "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-07-25T08:36:59Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "d3181f13-43da-4c7f-b6aa-b1cb2254bc9b",
              "image_id": "6fc36857-05ba-4cb8-b894-1543f9fa3209",
              "id_user_work_position": "239ee5d2-9b97-47de-a365-b50825756e35",
              "id_shift": "559f3442-4dfe-45df-a776-7cd1b3946404",
              "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-07-25T08:36:59Z"
          }
        }
      },
      {
        "id": "8b29dfbb-3fc8-4fdf-9d0a-f2d32063cc1b",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "d3181f13-43da-4c7f-b6aa-b1cb2254bc9b",
              "image_id": "6fc36857-05ba-4cb8-b894-1543f9fa3209",
              "id_user_work_position": "239ee5d2-9b97-47de-a365-b50825756e35",
              "id_shift": "559f3442-4dfe-45df-a776-7cd1b3946404",
              "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-07-25T08:36:59Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "d3181f13-43da-4c7f-b6aa-b1cb2254bc9b",
              "image_id": "6fc36857-05ba-4cb8-b894-1543f9fa3209",
              "id_user_work_position": "239ee5d2-9b97-47de-a365-b50825756e35",
              "id_shift": "559f3442-4dfe-45df-a776-7cd1b3946404",
              "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-07-25T08:36:59Z"
          }
        }
      }
    ]
  },
  {
    "name": "sample string 1",
    "regions": [
      {
        "id": "8b29dfbb-3fc8-4fdf-9d0a-f2d32063cc1b",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "d3181f13-43da-4c7f-b6aa-b1cb2254bc9b",
              "image_id": "6fc36857-05ba-4cb8-b894-1543f9fa3209",
              "id_user_work_position": "239ee5d2-9b97-47de-a365-b50825756e35",
              "id_shift": "559f3442-4dfe-45df-a776-7cd1b3946404",
              "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-07-25T08:36:59Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "d3181f13-43da-4c7f-b6aa-b1cb2254bc9b",
              "image_id": "6fc36857-05ba-4cb8-b894-1543f9fa3209",
              "id_user_work_position": "239ee5d2-9b97-47de-a365-b50825756e35",
              "id_shift": "559f3442-4dfe-45df-a776-7cd1b3946404",
              "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-07-25T08:36:59Z"
          }
        }
      },
      {
        "id": "8b29dfbb-3fc8-4fdf-9d0a-f2d32063cc1b",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "d3181f13-43da-4c7f-b6aa-b1cb2254bc9b",
              "image_id": "6fc36857-05ba-4cb8-b894-1543f9fa3209",
              "id_user_work_position": "239ee5d2-9b97-47de-a365-b50825756e35",
              "id_shift": "559f3442-4dfe-45df-a776-7cd1b3946404",
              "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-07-25T08:36:59Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "d3181f13-43da-4c7f-b6aa-b1cb2254bc9b",
              "image_id": "6fc36857-05ba-4cb8-b894-1543f9fa3209",
              "id_user_work_position": "239ee5d2-9b97-47de-a365-b50825756e35",
              "id_shift": "559f3442-4dfe-45df-a776-7cd1b3946404",
              "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-07-25T08:36:59Z"
          }
        }
      }
    ]
  }
]

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>8b29dfbb-3fc8-4fdf-9d0a-f2d32063cc1b</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-07-25T10:36:59.9499963+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>d3181f13-43da-4c7f-b6aa-b1cb2254bc9b</id>
              <id_shift>559f3442-4dfe-45df-a776-7cd1b3946404</id_shift>
              <id_user_work_position>239ee5d2-9b97-47de-a365-b50825756e35</id_user_work_position>
              <image_id>6fc36857-05ba-4cb8-b894-1543f9fa3209</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-07-25T10:36:59.9499963+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>d3181f13-43da-4c7f-b6aa-b1cb2254bc9b</id>
              <id_shift>559f3442-4dfe-45df-a776-7cd1b3946404</id_shift>
              <id_user_work_position>239ee5d2-9b97-47de-a365-b50825756e35</id_user_work_position>
              <image_id>6fc36857-05ba-4cb8-b894-1543f9fa3209</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>8b29dfbb-3fc8-4fdf-9d0a-f2d32063cc1b</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-07-25T10:36:59.9499963+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>d3181f13-43da-4c7f-b6aa-b1cb2254bc9b</id>
              <id_shift>559f3442-4dfe-45df-a776-7cd1b3946404</id_shift>
              <id_user_work_position>239ee5d2-9b97-47de-a365-b50825756e35</id_user_work_position>
              <image_id>6fc36857-05ba-4cb8-b894-1543f9fa3209</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-07-25T10:36:59.9499963+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>d3181f13-43da-4c7f-b6aa-b1cb2254bc9b</id>
              <id_shift>559f3442-4dfe-45df-a776-7cd1b3946404</id_shift>
              <id_user_work_position>239ee5d2-9b97-47de-a365-b50825756e35</id_user_work_position>
              <image_id>6fc36857-05ba-4cb8-b894-1543f9fa3209</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>8b29dfbb-3fc8-4fdf-9d0a-f2d32063cc1b</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-07-25T10:36:59.9499963+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>d3181f13-43da-4c7f-b6aa-b1cb2254bc9b</id>
              <id_shift>559f3442-4dfe-45df-a776-7cd1b3946404</id_shift>
              <id_user_work_position>239ee5d2-9b97-47de-a365-b50825756e35</id_user_work_position>
              <image_id>6fc36857-05ba-4cb8-b894-1543f9fa3209</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-07-25T10:36:59.9499963+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>d3181f13-43da-4c7f-b6aa-b1cb2254bc9b</id>
              <id_shift>559f3442-4dfe-45df-a776-7cd1b3946404</id_shift>
              <id_user_work_position>239ee5d2-9b97-47de-a365-b50825756e35</id_user_work_position>
              <image_id>6fc36857-05ba-4cb8-b894-1543f9fa3209</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>8b29dfbb-3fc8-4fdf-9d0a-f2d32063cc1b</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-07-25T10:36:59.9499963+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>d3181f13-43da-4c7f-b6aa-b1cb2254bc9b</id>
              <id_shift>559f3442-4dfe-45df-a776-7cd1b3946404</id_shift>
              <id_user_work_position>239ee5d2-9b97-47de-a365-b50825756e35</id_user_work_position>
              <image_id>6fc36857-05ba-4cb8-b894-1543f9fa3209</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-07-25T10:36:59.9499963+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>d3181f13-43da-4c7f-b6aa-b1cb2254bc9b</id>
              <id_shift>559f3442-4dfe-45df-a776-7cd1b3946404</id_shift>
              <id_user_work_position>239ee5d2-9b97-47de-a365-b50825756e35</id_user_work_position>
              <image_id>6fc36857-05ba-4cb8-b894-1543f9fa3209</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>