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": [
    "505c63f6-89b9-423a-a8b1-fb2a00a01ac9",
    "9e0c93f7-f53e-4965-bc86-7f6ee4b54545"
  ],
  "user_id": "7e69fa56-0082-431d-a31f-ab137196181b",
  "state_id": 1,
  "parent": {
    "id": "549e2d4f-effe-406b-8e86-14923b298b5f",
    "name": "sample string 2",
    "deleted": true,
    "system_information": {
      "creation": {
        "user": {
          "full_name": "sample string 12 sample string 11",
          "id": "ff817f76-1bc7-4c2b-b368-623cf47d7f37",
          "image_id": "e7627415-dc46-47ec-96a3-126401aa4bca",
          "id_user_work_position": "86be423e-abfa-4c4e-8a91-a8f18611b0b3",
          "id_shift": "fc2cd7ea-93c5-46f6-9d34-f22c2d83caf6",
          "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-02-18T15:13:41Z"
      },
      "last_change": {
        "user": {
          "full_name": "sample string 12 sample string 11",
          "id": "ff817f76-1bc7-4c2b-b368-623cf47d7f37",
          "image_id": "e7627415-dc46-47ec-96a3-126401aa4bca",
          "id_user_work_position": "86be423e-abfa-4c4e-8a91-a8f18611b0b3",
          "id_shift": "fc2cd7ea-93c5-46f6-9d34-f22c2d83caf6",
          "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-02-18T15:13:41Z"
      }
    }
  },
  "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>505c63f6-89b9-423a-a8b1-fb2a00a01ac9</d2p1:guid>
    <d2p1:guid>9e0c93f7-f53e-4965-bc86-7f6ee4b54545</d2p1:guid>
  </ids>
  <message>sample string 2</message>
  <parent>
    <deleted>true</deleted>
    <id>549e2d4f-effe-406b-8e86-14923b298b5f</id>
    <name>sample string 2</name>
    <system_information>
      <creation>
        <date>2026-02-18T16:13:41.4851799+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>ff817f76-1bc7-4c2b-b368-623cf47d7f37</id>
          <id_shift>fc2cd7ea-93c5-46f6-9d34-f22c2d83caf6</id_shift>
          <id_user_work_position>86be423e-abfa-4c4e-8a91-a8f18611b0b3</id_user_work_position>
          <image_id>e7627415-dc46-47ec-96a3-126401aa4bca</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-02-18T16:13:41.4851799+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>ff817f76-1bc7-4c2b-b368-623cf47d7f37</id>
          <id_shift>fc2cd7ea-93c5-46f6-9d34-f22c2d83caf6</id_shift>
          <id_user_work_position>86be423e-abfa-4c4e-8a91-a8f18611b0b3</id_user_work_position>
          <image_id>e7627415-dc46-47ec-96a3-126401aa4bca</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>7e69fa56-0082-431d-a31f-ab137196181b</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": "f61a3c43-a23d-486f-afcc-0f57ea76ae60",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "1bdda3bc-8853-469b-94f9-7b3076185d3c",
              "image_id": "06fd20f4-3200-43d9-994f-a2652a51e4e6",
              "id_user_work_position": "00f15e61-6b5b-48a8-ba53-beadb2fd2e25",
              "id_shift": "3d465a4f-c5a0-4a6a-93a2-bdade5522b49",
              "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-02-18T15:13:41Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "1bdda3bc-8853-469b-94f9-7b3076185d3c",
              "image_id": "06fd20f4-3200-43d9-994f-a2652a51e4e6",
              "id_user_work_position": "00f15e61-6b5b-48a8-ba53-beadb2fd2e25",
              "id_shift": "3d465a4f-c5a0-4a6a-93a2-bdade5522b49",
              "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-02-18T15:13:41Z"
          }
        }
      },
      {
        "id": "f61a3c43-a23d-486f-afcc-0f57ea76ae60",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "1bdda3bc-8853-469b-94f9-7b3076185d3c",
              "image_id": "06fd20f4-3200-43d9-994f-a2652a51e4e6",
              "id_user_work_position": "00f15e61-6b5b-48a8-ba53-beadb2fd2e25",
              "id_shift": "3d465a4f-c5a0-4a6a-93a2-bdade5522b49",
              "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-02-18T15:13:41Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "1bdda3bc-8853-469b-94f9-7b3076185d3c",
              "image_id": "06fd20f4-3200-43d9-994f-a2652a51e4e6",
              "id_user_work_position": "00f15e61-6b5b-48a8-ba53-beadb2fd2e25",
              "id_shift": "3d465a4f-c5a0-4a6a-93a2-bdade5522b49",
              "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-02-18T15:13:41Z"
          }
        }
      }
    ]
  },
  {
    "name": "sample string 1",
    "regions": [
      {
        "id": "f61a3c43-a23d-486f-afcc-0f57ea76ae60",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "1bdda3bc-8853-469b-94f9-7b3076185d3c",
              "image_id": "06fd20f4-3200-43d9-994f-a2652a51e4e6",
              "id_user_work_position": "00f15e61-6b5b-48a8-ba53-beadb2fd2e25",
              "id_shift": "3d465a4f-c5a0-4a6a-93a2-bdade5522b49",
              "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-02-18T15:13:41Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "1bdda3bc-8853-469b-94f9-7b3076185d3c",
              "image_id": "06fd20f4-3200-43d9-994f-a2652a51e4e6",
              "id_user_work_position": "00f15e61-6b5b-48a8-ba53-beadb2fd2e25",
              "id_shift": "3d465a4f-c5a0-4a6a-93a2-bdade5522b49",
              "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-02-18T15:13:41Z"
          }
        }
      },
      {
        "id": "f61a3c43-a23d-486f-afcc-0f57ea76ae60",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "1bdda3bc-8853-469b-94f9-7b3076185d3c",
              "image_id": "06fd20f4-3200-43d9-994f-a2652a51e4e6",
              "id_user_work_position": "00f15e61-6b5b-48a8-ba53-beadb2fd2e25",
              "id_shift": "3d465a4f-c5a0-4a6a-93a2-bdade5522b49",
              "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-02-18T15:13:41Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "1bdda3bc-8853-469b-94f9-7b3076185d3c",
              "image_id": "06fd20f4-3200-43d9-994f-a2652a51e4e6",
              "id_user_work_position": "00f15e61-6b5b-48a8-ba53-beadb2fd2e25",
              "id_shift": "3d465a4f-c5a0-4a6a-93a2-bdade5522b49",
              "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-02-18T15:13:41Z"
          }
        }
      }
    ]
  }
]

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>f61a3c43-a23d-486f-afcc-0f57ea76ae60</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-02-18T16:13:41.4851799+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>1bdda3bc-8853-469b-94f9-7b3076185d3c</id>
              <id_shift>3d465a4f-c5a0-4a6a-93a2-bdade5522b49</id_shift>
              <id_user_work_position>00f15e61-6b5b-48a8-ba53-beadb2fd2e25</id_user_work_position>
              <image_id>06fd20f4-3200-43d9-994f-a2652a51e4e6</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-02-18T16:13:41.4851799+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>1bdda3bc-8853-469b-94f9-7b3076185d3c</id>
              <id_shift>3d465a4f-c5a0-4a6a-93a2-bdade5522b49</id_shift>
              <id_user_work_position>00f15e61-6b5b-48a8-ba53-beadb2fd2e25</id_user_work_position>
              <image_id>06fd20f4-3200-43d9-994f-a2652a51e4e6</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>f61a3c43-a23d-486f-afcc-0f57ea76ae60</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-02-18T16:13:41.4851799+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>1bdda3bc-8853-469b-94f9-7b3076185d3c</id>
              <id_shift>3d465a4f-c5a0-4a6a-93a2-bdade5522b49</id_shift>
              <id_user_work_position>00f15e61-6b5b-48a8-ba53-beadb2fd2e25</id_user_work_position>
              <image_id>06fd20f4-3200-43d9-994f-a2652a51e4e6</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-02-18T16:13:41.4851799+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>1bdda3bc-8853-469b-94f9-7b3076185d3c</id>
              <id_shift>3d465a4f-c5a0-4a6a-93a2-bdade5522b49</id_shift>
              <id_user_work_position>00f15e61-6b5b-48a8-ba53-beadb2fd2e25</id_user_work_position>
              <image_id>06fd20f4-3200-43d9-994f-a2652a51e4e6</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>f61a3c43-a23d-486f-afcc-0f57ea76ae60</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-02-18T16:13:41.4851799+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>1bdda3bc-8853-469b-94f9-7b3076185d3c</id>
              <id_shift>3d465a4f-c5a0-4a6a-93a2-bdade5522b49</id_shift>
              <id_user_work_position>00f15e61-6b5b-48a8-ba53-beadb2fd2e25</id_user_work_position>
              <image_id>06fd20f4-3200-43d9-994f-a2652a51e4e6</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-02-18T16:13:41.4851799+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>1bdda3bc-8853-469b-94f9-7b3076185d3c</id>
              <id_shift>3d465a4f-c5a0-4a6a-93a2-bdade5522b49</id_shift>
              <id_user_work_position>00f15e61-6b5b-48a8-ba53-beadb2fd2e25</id_user_work_position>
              <image_id>06fd20f4-3200-43d9-994f-a2652a51e4e6</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>f61a3c43-a23d-486f-afcc-0f57ea76ae60</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-02-18T16:13:41.4851799+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>1bdda3bc-8853-469b-94f9-7b3076185d3c</id>
              <id_shift>3d465a4f-c5a0-4a6a-93a2-bdade5522b49</id_shift>
              <id_user_work_position>00f15e61-6b5b-48a8-ba53-beadb2fd2e25</id_user_work_position>
              <image_id>06fd20f4-3200-43d9-994f-a2652a51e4e6</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-02-18T16:13:41.4851799+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>1bdda3bc-8853-469b-94f9-7b3076185d3c</id>
              <id_shift>3d465a4f-c5a0-4a6a-93a2-bdade5522b49</id_shift>
              <id_user_work_position>00f15e61-6b5b-48a8-ba53-beadb2fd2e25</id_user_work_position>
              <image_id>06fd20f4-3200-43d9-994f-a2652a51e4e6</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>