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": [
    "0edfb00f-fe03-43b4-aa62-e37e247c5707",
    "45de867d-6c77-426d-a681-c39e6d38b759"
  ],
  "user_id": "62f3fa51-6f81-4282-a6ca-34c90af9394f",
  "state_id": 1,
  "parent": {
    "id": "a0c2add3-51ab-4c49-9b50-7f97d3477ff9",
    "name": "sample string 2",
    "deleted": true,
    "system_information": {
      "creation": {
        "user": {
          "full_name": "sample string 12 sample string 11",
          "id": "a32b071d-3a22-49e3-9039-676fe1be43e9",
          "image_id": "daed5b10-153b-408c-9596-12a7141a6349",
          "id_user_work_position": "29c9b37a-4289-44fe-bafe-9de366df3a0b",
          "id_shift": "06e810c9-8ef4-4b46-b0eb-6e6e9fd67f81",
          "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-01-31T06:48:41Z"
      },
      "last_change": {
        "user": {
          "full_name": "sample string 12 sample string 11",
          "id": "a32b071d-3a22-49e3-9039-676fe1be43e9",
          "image_id": "daed5b10-153b-408c-9596-12a7141a6349",
          "id_user_work_position": "29c9b37a-4289-44fe-bafe-9de366df3a0b",
          "id_shift": "06e810c9-8ef4-4b46-b0eb-6e6e9fd67f81",
          "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-01-31T06:48: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>0edfb00f-fe03-43b4-aa62-e37e247c5707</d2p1:guid>
    <d2p1:guid>45de867d-6c77-426d-a681-c39e6d38b759</d2p1:guid>
  </ids>
  <message>sample string 2</message>
  <parent>
    <deleted>true</deleted>
    <id>a0c2add3-51ab-4c49-9b50-7f97d3477ff9</id>
    <name>sample string 2</name>
    <system_information>
      <creation>
        <date>2026-01-31T07:48:41.3878847+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>a32b071d-3a22-49e3-9039-676fe1be43e9</id>
          <id_shift>06e810c9-8ef4-4b46-b0eb-6e6e9fd67f81</id_shift>
          <id_user_work_position>29c9b37a-4289-44fe-bafe-9de366df3a0b</id_user_work_position>
          <image_id>daed5b10-153b-408c-9596-12a7141a6349</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-01-31T07:48:41.3878847+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>a32b071d-3a22-49e3-9039-676fe1be43e9</id>
          <id_shift>06e810c9-8ef4-4b46-b0eb-6e6e9fd67f81</id_shift>
          <id_user_work_position>29c9b37a-4289-44fe-bafe-9de366df3a0b</id_user_work_position>
          <image_id>daed5b10-153b-408c-9596-12a7141a6349</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>62f3fa51-6f81-4282-a6ca-34c90af9394f</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": "d91b10d2-a910-4469-998a-8e5c0ba34544",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "4a012b76-af28-4481-8143-d4ab637f36a2",
              "image_id": "fef0ad93-5117-424c-a99c-65e867e360fc",
              "id_user_work_position": "e8f506b9-a0c9-4106-bdc5-a8b95aa1bc99",
              "id_shift": "c045590d-5897-44bd-81eb-995023bbb1b4",
              "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-01-31T06:48:41Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "4a012b76-af28-4481-8143-d4ab637f36a2",
              "image_id": "fef0ad93-5117-424c-a99c-65e867e360fc",
              "id_user_work_position": "e8f506b9-a0c9-4106-bdc5-a8b95aa1bc99",
              "id_shift": "c045590d-5897-44bd-81eb-995023bbb1b4",
              "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-01-31T06:48:41Z"
          }
        }
      },
      {
        "id": "d91b10d2-a910-4469-998a-8e5c0ba34544",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "4a012b76-af28-4481-8143-d4ab637f36a2",
              "image_id": "fef0ad93-5117-424c-a99c-65e867e360fc",
              "id_user_work_position": "e8f506b9-a0c9-4106-bdc5-a8b95aa1bc99",
              "id_shift": "c045590d-5897-44bd-81eb-995023bbb1b4",
              "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-01-31T06:48:41Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "4a012b76-af28-4481-8143-d4ab637f36a2",
              "image_id": "fef0ad93-5117-424c-a99c-65e867e360fc",
              "id_user_work_position": "e8f506b9-a0c9-4106-bdc5-a8b95aa1bc99",
              "id_shift": "c045590d-5897-44bd-81eb-995023bbb1b4",
              "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-01-31T06:48:41Z"
          }
        }
      }
    ]
  },
  {
    "name": "sample string 1",
    "regions": [
      {
        "id": "d91b10d2-a910-4469-998a-8e5c0ba34544",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "4a012b76-af28-4481-8143-d4ab637f36a2",
              "image_id": "fef0ad93-5117-424c-a99c-65e867e360fc",
              "id_user_work_position": "e8f506b9-a0c9-4106-bdc5-a8b95aa1bc99",
              "id_shift": "c045590d-5897-44bd-81eb-995023bbb1b4",
              "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-01-31T06:48:41Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "4a012b76-af28-4481-8143-d4ab637f36a2",
              "image_id": "fef0ad93-5117-424c-a99c-65e867e360fc",
              "id_user_work_position": "e8f506b9-a0c9-4106-bdc5-a8b95aa1bc99",
              "id_shift": "c045590d-5897-44bd-81eb-995023bbb1b4",
              "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-01-31T06:48:41Z"
          }
        }
      },
      {
        "id": "d91b10d2-a910-4469-998a-8e5c0ba34544",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "4a012b76-af28-4481-8143-d4ab637f36a2",
              "image_id": "fef0ad93-5117-424c-a99c-65e867e360fc",
              "id_user_work_position": "e8f506b9-a0c9-4106-bdc5-a8b95aa1bc99",
              "id_shift": "c045590d-5897-44bd-81eb-995023bbb1b4",
              "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-01-31T06:48:41Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "4a012b76-af28-4481-8143-d4ab637f36a2",
              "image_id": "fef0ad93-5117-424c-a99c-65e867e360fc",
              "id_user_work_position": "e8f506b9-a0c9-4106-bdc5-a8b95aa1bc99",
              "id_shift": "c045590d-5897-44bd-81eb-995023bbb1b4",
              "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-01-31T06:48: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>d91b10d2-a910-4469-998a-8e5c0ba34544</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-01-31T07:48:41.4030994+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>4a012b76-af28-4481-8143-d4ab637f36a2</id>
              <id_shift>c045590d-5897-44bd-81eb-995023bbb1b4</id_shift>
              <id_user_work_position>e8f506b9-a0c9-4106-bdc5-a8b95aa1bc99</id_user_work_position>
              <image_id>fef0ad93-5117-424c-a99c-65e867e360fc</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-01-31T07:48:41.4030994+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>4a012b76-af28-4481-8143-d4ab637f36a2</id>
              <id_shift>c045590d-5897-44bd-81eb-995023bbb1b4</id_shift>
              <id_user_work_position>e8f506b9-a0c9-4106-bdc5-a8b95aa1bc99</id_user_work_position>
              <image_id>fef0ad93-5117-424c-a99c-65e867e360fc</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>d91b10d2-a910-4469-998a-8e5c0ba34544</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-01-31T07:48:41.4030994+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>4a012b76-af28-4481-8143-d4ab637f36a2</id>
              <id_shift>c045590d-5897-44bd-81eb-995023bbb1b4</id_shift>
              <id_user_work_position>e8f506b9-a0c9-4106-bdc5-a8b95aa1bc99</id_user_work_position>
              <image_id>fef0ad93-5117-424c-a99c-65e867e360fc</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-01-31T07:48:41.4030994+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>4a012b76-af28-4481-8143-d4ab637f36a2</id>
              <id_shift>c045590d-5897-44bd-81eb-995023bbb1b4</id_shift>
              <id_user_work_position>e8f506b9-a0c9-4106-bdc5-a8b95aa1bc99</id_user_work_position>
              <image_id>fef0ad93-5117-424c-a99c-65e867e360fc</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>d91b10d2-a910-4469-998a-8e5c0ba34544</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-01-31T07:48:41.4030994+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>4a012b76-af28-4481-8143-d4ab637f36a2</id>
              <id_shift>c045590d-5897-44bd-81eb-995023bbb1b4</id_shift>
              <id_user_work_position>e8f506b9-a0c9-4106-bdc5-a8b95aa1bc99</id_user_work_position>
              <image_id>fef0ad93-5117-424c-a99c-65e867e360fc</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-01-31T07:48:41.4030994+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>4a012b76-af28-4481-8143-d4ab637f36a2</id>
              <id_shift>c045590d-5897-44bd-81eb-995023bbb1b4</id_shift>
              <id_user_work_position>e8f506b9-a0c9-4106-bdc5-a8b95aa1bc99</id_user_work_position>
              <image_id>fef0ad93-5117-424c-a99c-65e867e360fc</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>d91b10d2-a910-4469-998a-8e5c0ba34544</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2026-01-31T07:48:41.4030994+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>4a012b76-af28-4481-8143-d4ab637f36a2</id>
              <id_shift>c045590d-5897-44bd-81eb-995023bbb1b4</id_shift>
              <id_user_work_position>e8f506b9-a0c9-4106-bdc5-a8b95aa1bc99</id_user_work_position>
              <image_id>fef0ad93-5117-424c-a99c-65e867e360fc</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-01-31T07:48:41.4030994+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>4a012b76-af28-4481-8143-d4ab637f36a2</id>
              <id_shift>c045590d-5897-44bd-81eb-995023bbb1b4</id_shift>
              <id_user_work_position>e8f506b9-a0c9-4106-bdc5-a8b95aa1bc99</id_user_work_position>
              <image_id>fef0ad93-5117-424c-a99c-65e867e360fc</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>