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": [
    "e35a95a3-0388-4598-8f79-e060b4479b0e",
    "021fc559-6382-45b4-9919-5c176b9bc363"
  ],
  "user_id": "0e6d49e4-7e52-4f03-9a22-d5749347b800",
  "state_id": 1,
  "parent": {
    "id": "43d67ab3-161d-4012-ae3b-7add91434f57",
    "name": "sample string 2",
    "deleted": true,
    "system_information": {
      "creation": {
        "user": {
          "full_name": "sample string 12 sample string 11",
          "id": "b674fcff-4fde-4cae-bf6a-3aed02189945",
          "image_id": "c9e1fbe9-9e12-4f7c-8892-df1902e7c880",
          "id_user_work_position": "9d754f1f-8d1f-4517-8a18-714e49a23c7c",
          "id_shift": "403f97f3-39db-491e-8c8e-bad5eb9b8a95",
          "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-05-08T08:37:17Z"
      },
      "last_change": {
        "user": {
          "full_name": "sample string 12 sample string 11",
          "id": "b674fcff-4fde-4cae-bf6a-3aed02189945",
          "image_id": "c9e1fbe9-9e12-4f7c-8892-df1902e7c880",
          "id_user_work_position": "9d754f1f-8d1f-4517-8a18-714e49a23c7c",
          "id_shift": "403f97f3-39db-491e-8c8e-bad5eb9b8a95",
          "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-05-08T08:37:17Z"
      }
    }
  },
  "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>e35a95a3-0388-4598-8f79-e060b4479b0e</d2p1:guid>
    <d2p1:guid>021fc559-6382-45b4-9919-5c176b9bc363</d2p1:guid>
  </ids>
  <message>sample string 2</message>
  <parent>
    <deleted>true</deleted>
    <id>43d67ab3-161d-4012-ae3b-7add91434f57</id>
    <name>sample string 2</name>
    <system_information>
      <creation>
        <date>2026-05-08T10:37:17.9819069+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>b674fcff-4fde-4cae-bf6a-3aed02189945</id>
          <id_shift>403f97f3-39db-491e-8c8e-bad5eb9b8a95</id_shift>
          <id_user_work_position>9d754f1f-8d1f-4517-8a18-714e49a23c7c</id_user_work_position>
          <image_id>c9e1fbe9-9e12-4f7c-8892-df1902e7c880</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-05-08T10:37:17.9819069+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>b674fcff-4fde-4cae-bf6a-3aed02189945</id>
          <id_shift>403f97f3-39db-491e-8c8e-bad5eb9b8a95</id_shift>
          <id_user_work_position>9d754f1f-8d1f-4517-8a18-714e49a23c7c</id_user_work_position>
          <image_id>c9e1fbe9-9e12-4f7c-8892-df1902e7c880</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>0e6d49e4-7e52-4f03-9a22-d5749347b800</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": "a970a3b3-9d37-4ab1-a5ee-91571014be7c",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "8d1612d4-ea85-403d-9f8e-8f20f97da3ee",
              "image_id": "cc0d4838-0040-48d0-8955-1743071b9a15",
              "id_user_work_position": "da3f92df-c0cb-4f24-9ad5-489d8d084c88",
              "id_shift": "f5016609-51c8-4270-9e06-a744d4a6c0a9",
              "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-05-08T08:37:17Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "8d1612d4-ea85-403d-9f8e-8f20f97da3ee",
              "image_id": "cc0d4838-0040-48d0-8955-1743071b9a15",
              "id_user_work_position": "da3f92df-c0cb-4f24-9ad5-489d8d084c88",
              "id_shift": "f5016609-51c8-4270-9e06-a744d4a6c0a9",
              "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-05-08T08:37:17Z"
          }
        }
      },
      {
        "id": "a970a3b3-9d37-4ab1-a5ee-91571014be7c",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "8d1612d4-ea85-403d-9f8e-8f20f97da3ee",
              "image_id": "cc0d4838-0040-48d0-8955-1743071b9a15",
              "id_user_work_position": "da3f92df-c0cb-4f24-9ad5-489d8d084c88",
              "id_shift": "f5016609-51c8-4270-9e06-a744d4a6c0a9",
              "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-05-08T08:37:17Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "8d1612d4-ea85-403d-9f8e-8f20f97da3ee",
              "image_id": "cc0d4838-0040-48d0-8955-1743071b9a15",
              "id_user_work_position": "da3f92df-c0cb-4f24-9ad5-489d8d084c88",
              "id_shift": "f5016609-51c8-4270-9e06-a744d4a6c0a9",
              "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-05-08T08:37:17Z"
          }
        }
      }
    ]
  },
  {
    "name": "sample string 1",
    "regions": [
      {
        "id": "a970a3b3-9d37-4ab1-a5ee-91571014be7c",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "8d1612d4-ea85-403d-9f8e-8f20f97da3ee",
              "image_id": "cc0d4838-0040-48d0-8955-1743071b9a15",
              "id_user_work_position": "da3f92df-c0cb-4f24-9ad5-489d8d084c88",
              "id_shift": "f5016609-51c8-4270-9e06-a744d4a6c0a9",
              "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-05-08T08:37:17Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "8d1612d4-ea85-403d-9f8e-8f20f97da3ee",
              "image_id": "cc0d4838-0040-48d0-8955-1743071b9a15",
              "id_user_work_position": "da3f92df-c0cb-4f24-9ad5-489d8d084c88",
              "id_shift": "f5016609-51c8-4270-9e06-a744d4a6c0a9",
              "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-05-08T08:37:17Z"
          }
        }
      },
      {
        "id": "a970a3b3-9d37-4ab1-a5ee-91571014be7c",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "8d1612d4-ea85-403d-9f8e-8f20f97da3ee",
              "image_id": "cc0d4838-0040-48d0-8955-1743071b9a15",
              "id_user_work_position": "da3f92df-c0cb-4f24-9ad5-489d8d084c88",
              "id_shift": "f5016609-51c8-4270-9e06-a744d4a6c0a9",
              "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-05-08T08:37:17Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "8d1612d4-ea85-403d-9f8e-8f20f97da3ee",
              "image_id": "cc0d4838-0040-48d0-8955-1743071b9a15",
              "id_user_work_position": "da3f92df-c0cb-4f24-9ad5-489d8d084c88",
              "id_shift": "f5016609-51c8-4270-9e06-a744d4a6c0a9",
              "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-05-08T08:37:17Z"
          }
        }
      }
    ]
  }
]

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>a970a3b3-9d37-4ab1-a5ee-91571014be7c</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-05-08T10:37:17.9819069+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>8d1612d4-ea85-403d-9f8e-8f20f97da3ee</id>
              <id_shift>f5016609-51c8-4270-9e06-a744d4a6c0a9</id_shift>
              <id_user_work_position>da3f92df-c0cb-4f24-9ad5-489d8d084c88</id_user_work_position>
              <image_id>cc0d4838-0040-48d0-8955-1743071b9a15</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-05-08T10:37:17.9819069+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>8d1612d4-ea85-403d-9f8e-8f20f97da3ee</id>
              <id_shift>f5016609-51c8-4270-9e06-a744d4a6c0a9</id_shift>
              <id_user_work_position>da3f92df-c0cb-4f24-9ad5-489d8d084c88</id_user_work_position>
              <image_id>cc0d4838-0040-48d0-8955-1743071b9a15</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>a970a3b3-9d37-4ab1-a5ee-91571014be7c</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-05-08T10:37:17.9819069+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>8d1612d4-ea85-403d-9f8e-8f20f97da3ee</id>
              <id_shift>f5016609-51c8-4270-9e06-a744d4a6c0a9</id_shift>
              <id_user_work_position>da3f92df-c0cb-4f24-9ad5-489d8d084c88</id_user_work_position>
              <image_id>cc0d4838-0040-48d0-8955-1743071b9a15</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-05-08T10:37:17.9819069+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>8d1612d4-ea85-403d-9f8e-8f20f97da3ee</id>
              <id_shift>f5016609-51c8-4270-9e06-a744d4a6c0a9</id_shift>
              <id_user_work_position>da3f92df-c0cb-4f24-9ad5-489d8d084c88</id_user_work_position>
              <image_id>cc0d4838-0040-48d0-8955-1743071b9a15</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>a970a3b3-9d37-4ab1-a5ee-91571014be7c</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-05-08T10:37:17.9819069+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>8d1612d4-ea85-403d-9f8e-8f20f97da3ee</id>
              <id_shift>f5016609-51c8-4270-9e06-a744d4a6c0a9</id_shift>
              <id_user_work_position>da3f92df-c0cb-4f24-9ad5-489d8d084c88</id_user_work_position>
              <image_id>cc0d4838-0040-48d0-8955-1743071b9a15</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-05-08T10:37:17.9819069+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>8d1612d4-ea85-403d-9f8e-8f20f97da3ee</id>
              <id_shift>f5016609-51c8-4270-9e06-a744d4a6c0a9</id_shift>
              <id_user_work_position>da3f92df-c0cb-4f24-9ad5-489d8d084c88</id_user_work_position>
              <image_id>cc0d4838-0040-48d0-8955-1743071b9a15</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>a970a3b3-9d37-4ab1-a5ee-91571014be7c</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-05-08T10:37:17.9819069+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>8d1612d4-ea85-403d-9f8e-8f20f97da3ee</id>
              <id_shift>f5016609-51c8-4270-9e06-a744d4a6c0a9</id_shift>
              <id_user_work_position>da3f92df-c0cb-4f24-9ad5-489d8d084c88</id_user_work_position>
              <image_id>cc0d4838-0040-48d0-8955-1743071b9a15</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-05-08T10:37:17.9819069+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>8d1612d4-ea85-403d-9f8e-8f20f97da3ee</id>
              <id_shift>f5016609-51c8-4270-9e06-a744d4a6c0a9</id_shift>
              <id_user_work_position>da3f92df-c0cb-4f24-9ad5-489d8d084c88</id_user_work_position>
              <image_id>cc0d4838-0040-48d0-8955-1743071b9a15</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>