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": [
    "06df0f07-3a2e-471e-a7fb-3c087e44963e",
    "8406713d-acd2-4dea-9448-993b4941cb5b"
  ],
  "user_id": "f9ce56c1-5386-44b4-ba01-e939d5ee3c93",
  "state_id": 1,
  "parent": {
    "id": "38f288f7-5610-48d8-8fbb-c5c00a464456",
    "name": "sample string 2",
    "deleted": true,
    "system_information": {
      "creation": {
        "user": {
          "full_name": "sample string 12 sample string 11",
          "id": "aea0aa67-c5d1-4d4e-92d7-7d2a1504f13b",
          "image_id": "ab48e685-734d-490e-bf0a-09ec40149f1d",
          "id_user_work_position": "e3c3df15-f7b9-42e4-af25-14890b7e2258",
          "id_shift": "db31ed9e-6b22-418d-9bae-e059dcfb2b50",
          "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-08-06T16:11:19Z"
      },
      "last_change": {
        "user": {
          "full_name": "sample string 12 sample string 11",
          "id": "aea0aa67-c5d1-4d4e-92d7-7d2a1504f13b",
          "image_id": "ab48e685-734d-490e-bf0a-09ec40149f1d",
          "id_user_work_position": "e3c3df15-f7b9-42e4-af25-14890b7e2258",
          "id_shift": "db31ed9e-6b22-418d-9bae-e059dcfb2b50",
          "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-08-06T16:11:19Z"
      }
    }
  },
  "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>06df0f07-3a2e-471e-a7fb-3c087e44963e</d2p1:guid>
    <d2p1:guid>8406713d-acd2-4dea-9448-993b4941cb5b</d2p1:guid>
  </ids>
  <message>sample string 2</message>
  <parent>
    <deleted>true</deleted>
    <id>38f288f7-5610-48d8-8fbb-c5c00a464456</id>
    <name>sample string 2</name>
    <system_information>
      <creation>
        <date>2026-08-06T18:11:19.5951595+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>aea0aa67-c5d1-4d4e-92d7-7d2a1504f13b</id>
          <id_shift>db31ed9e-6b22-418d-9bae-e059dcfb2b50</id_shift>
          <id_user_work_position>e3c3df15-f7b9-42e4-af25-14890b7e2258</id_user_work_position>
          <image_id>ab48e685-734d-490e-bf0a-09ec40149f1d</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-08-06T18:11:19.5951595+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>aea0aa67-c5d1-4d4e-92d7-7d2a1504f13b</id>
          <id_shift>db31ed9e-6b22-418d-9bae-e059dcfb2b50</id_shift>
          <id_user_work_position>e3c3df15-f7b9-42e4-af25-14890b7e2258</id_user_work_position>
          <image_id>ab48e685-734d-490e-bf0a-09ec40149f1d</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>f9ce56c1-5386-44b4-ba01-e939d5ee3c93</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": "0c227f31-e616-4753-a14e-2b20be6309c1",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "d9614a72-0406-4170-a67e-c6209656c161",
              "image_id": "951534df-1982-4b8e-9747-68210658ee7e",
              "id_user_work_position": "a60dfc9d-bc2e-4649-a6e2-71caf0c948cb",
              "id_shift": "7851c9fb-90d0-41f3-9dc1-4f2a5dd0addc",
              "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-08-06T16:11:19Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "d9614a72-0406-4170-a67e-c6209656c161",
              "image_id": "951534df-1982-4b8e-9747-68210658ee7e",
              "id_user_work_position": "a60dfc9d-bc2e-4649-a6e2-71caf0c948cb",
              "id_shift": "7851c9fb-90d0-41f3-9dc1-4f2a5dd0addc",
              "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-08-06T16:11:19Z"
          }
        }
      },
      {
        "id": "0c227f31-e616-4753-a14e-2b20be6309c1",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "d9614a72-0406-4170-a67e-c6209656c161",
              "image_id": "951534df-1982-4b8e-9747-68210658ee7e",
              "id_user_work_position": "a60dfc9d-bc2e-4649-a6e2-71caf0c948cb",
              "id_shift": "7851c9fb-90d0-41f3-9dc1-4f2a5dd0addc",
              "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-08-06T16:11:19Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "d9614a72-0406-4170-a67e-c6209656c161",
              "image_id": "951534df-1982-4b8e-9747-68210658ee7e",
              "id_user_work_position": "a60dfc9d-bc2e-4649-a6e2-71caf0c948cb",
              "id_shift": "7851c9fb-90d0-41f3-9dc1-4f2a5dd0addc",
              "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-08-06T16:11:19Z"
          }
        }
      }
    ]
  },
  {
    "name": "sample string 1",
    "regions": [
      {
        "id": "0c227f31-e616-4753-a14e-2b20be6309c1",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "d9614a72-0406-4170-a67e-c6209656c161",
              "image_id": "951534df-1982-4b8e-9747-68210658ee7e",
              "id_user_work_position": "a60dfc9d-bc2e-4649-a6e2-71caf0c948cb",
              "id_shift": "7851c9fb-90d0-41f3-9dc1-4f2a5dd0addc",
              "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-08-06T16:11:19Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "d9614a72-0406-4170-a67e-c6209656c161",
              "image_id": "951534df-1982-4b8e-9747-68210658ee7e",
              "id_user_work_position": "a60dfc9d-bc2e-4649-a6e2-71caf0c948cb",
              "id_shift": "7851c9fb-90d0-41f3-9dc1-4f2a5dd0addc",
              "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-08-06T16:11:19Z"
          }
        }
      },
      {
        "id": "0c227f31-e616-4753-a14e-2b20be6309c1",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "d9614a72-0406-4170-a67e-c6209656c161",
              "image_id": "951534df-1982-4b8e-9747-68210658ee7e",
              "id_user_work_position": "a60dfc9d-bc2e-4649-a6e2-71caf0c948cb",
              "id_shift": "7851c9fb-90d0-41f3-9dc1-4f2a5dd0addc",
              "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-08-06T16:11:19Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "d9614a72-0406-4170-a67e-c6209656c161",
              "image_id": "951534df-1982-4b8e-9747-68210658ee7e",
              "id_user_work_position": "a60dfc9d-bc2e-4649-a6e2-71caf0c948cb",
              "id_shift": "7851c9fb-90d0-41f3-9dc1-4f2a5dd0addc",
              "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-08-06T16:11:19Z"
          }
        }
      }
    ]
  }
]

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>0c227f31-e616-4753-a14e-2b20be6309c1</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-08-06T18:11:19.5951595+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>d9614a72-0406-4170-a67e-c6209656c161</id>
              <id_shift>7851c9fb-90d0-41f3-9dc1-4f2a5dd0addc</id_shift>
              <id_user_work_position>a60dfc9d-bc2e-4649-a6e2-71caf0c948cb</id_user_work_position>
              <image_id>951534df-1982-4b8e-9747-68210658ee7e</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-08-06T18:11:19.5951595+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>d9614a72-0406-4170-a67e-c6209656c161</id>
              <id_shift>7851c9fb-90d0-41f3-9dc1-4f2a5dd0addc</id_shift>
              <id_user_work_position>a60dfc9d-bc2e-4649-a6e2-71caf0c948cb</id_user_work_position>
              <image_id>951534df-1982-4b8e-9747-68210658ee7e</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>0c227f31-e616-4753-a14e-2b20be6309c1</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-08-06T18:11:19.5951595+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>d9614a72-0406-4170-a67e-c6209656c161</id>
              <id_shift>7851c9fb-90d0-41f3-9dc1-4f2a5dd0addc</id_shift>
              <id_user_work_position>a60dfc9d-bc2e-4649-a6e2-71caf0c948cb</id_user_work_position>
              <image_id>951534df-1982-4b8e-9747-68210658ee7e</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-08-06T18:11:19.5951595+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>d9614a72-0406-4170-a67e-c6209656c161</id>
              <id_shift>7851c9fb-90d0-41f3-9dc1-4f2a5dd0addc</id_shift>
              <id_user_work_position>a60dfc9d-bc2e-4649-a6e2-71caf0c948cb</id_user_work_position>
              <image_id>951534df-1982-4b8e-9747-68210658ee7e</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>0c227f31-e616-4753-a14e-2b20be6309c1</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-08-06T18:11:19.5951595+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>d9614a72-0406-4170-a67e-c6209656c161</id>
              <id_shift>7851c9fb-90d0-41f3-9dc1-4f2a5dd0addc</id_shift>
              <id_user_work_position>a60dfc9d-bc2e-4649-a6e2-71caf0c948cb</id_user_work_position>
              <image_id>951534df-1982-4b8e-9747-68210658ee7e</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-08-06T18:11:19.5951595+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>d9614a72-0406-4170-a67e-c6209656c161</id>
              <id_shift>7851c9fb-90d0-41f3-9dc1-4f2a5dd0addc</id_shift>
              <id_user_work_position>a60dfc9d-bc2e-4649-a6e2-71caf0c948cb</id_user_work_position>
              <image_id>951534df-1982-4b8e-9747-68210658ee7e</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>0c227f31-e616-4753-a14e-2b20be6309c1</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-08-06T18:11:19.5951595+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>d9614a72-0406-4170-a67e-c6209656c161</id>
              <id_shift>7851c9fb-90d0-41f3-9dc1-4f2a5dd0addc</id_shift>
              <id_user_work_position>a60dfc9d-bc2e-4649-a6e2-71caf0c948cb</id_user_work_position>
              <image_id>951534df-1982-4b8e-9747-68210658ee7e</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-08-06T18:11:19.5951595+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>d9614a72-0406-4170-a67e-c6209656c161</id>
              <id_shift>7851c9fb-90d0-41f3-9dc1-4f2a5dd0addc</id_shift>
              <id_user_work_position>a60dfc9d-bc2e-4649-a6e2-71caf0c948cb</id_user_work_position>
              <image_id>951534df-1982-4b8e-9747-68210658ee7e</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>