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": [
    "75a47dbc-b2cb-4226-8226-77618731b318",
    "323c9bff-e746-4db4-996e-4cf96115b4c2"
  ],
  "user_id": "d195d636-0f0d-4d88-92d9-3435bc50fc74",
  "state_id": 1,
  "parent": {
    "id": "9ed454e5-8998-4125-a40c-a04e22dba422",
    "name": "sample string 2",
    "deleted": true,
    "system_information": {
      "creation": {
        "user": {
          "full_name": "sample string 12 sample string 11",
          "id": "a0a9e32e-d0e3-4917-aa8b-6dbde03f1a50",
          "image_id": "869a2c5e-d31f-4c92-9245-8d3f2c0c0260",
          "id_user_work_position": "4a964bbc-b4e6-455a-9d37-cf8287b009ed",
          "id_shift": "4baac686-679e-4cc1-a989-f56a2ad34ca7",
          "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": "2025-12-23T21:14:59Z"
      },
      "last_change": {
        "user": {
          "full_name": "sample string 12 sample string 11",
          "id": "a0a9e32e-d0e3-4917-aa8b-6dbde03f1a50",
          "image_id": "869a2c5e-d31f-4c92-9245-8d3f2c0c0260",
          "id_user_work_position": "4a964bbc-b4e6-455a-9d37-cf8287b009ed",
          "id_shift": "4baac686-679e-4cc1-a989-f56a2ad34ca7",
          "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": "2025-12-23T21:14: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>75a47dbc-b2cb-4226-8226-77618731b318</d2p1:guid>
    <d2p1:guid>323c9bff-e746-4db4-996e-4cf96115b4c2</d2p1:guid>
  </ids>
  <message>sample string 2</message>
  <parent>
    <deleted>true</deleted>
    <id>9ed454e5-8998-4125-a40c-a04e22dba422</id>
    <name>sample string 2</name>
    <system_information>
      <creation>
        <date>2025-12-23T22:14:59.7168871+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>a0a9e32e-d0e3-4917-aa8b-6dbde03f1a50</id>
          <id_shift>4baac686-679e-4cc1-a989-f56a2ad34ca7</id_shift>
          <id_user_work_position>4a964bbc-b4e6-455a-9d37-cf8287b009ed</id_user_work_position>
          <image_id>869a2c5e-d31f-4c92-9245-8d3f2c0c0260</image_id>
          <introduction>sample string 10</introduction>
          <last_name>sample string 12</last_name>
          <title>sample string 9</title>
        </user>
      </creation>
      <last_change>
        <date>2025-12-23T22:14:59.7168871+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>a0a9e32e-d0e3-4917-aa8b-6dbde03f1a50</id>
          <id_shift>4baac686-679e-4cc1-a989-f56a2ad34ca7</id_shift>
          <id_user_work_position>4a964bbc-b4e6-455a-9d37-cf8287b009ed</id_user_work_position>
          <image_id>869a2c5e-d31f-4c92-9245-8d3f2c0c0260</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>d195d636-0f0d-4d88-92d9-3435bc50fc74</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": "602cb1f4-323b-4de9-ab7e-4c5024e8427b",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "22ec57f9-6f28-4132-b776-43f1e43f824e",
              "image_id": "60bc25dd-8185-4e7b-b1a6-7af2dbe69b9e",
              "id_user_work_position": "cf0c39e1-6853-4889-9b6f-0d5a02b85341",
              "id_shift": "b9276a44-f56a-4c8b-bec9-6e8ee70f89c6",
              "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": "2025-12-23T21:14:59Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "22ec57f9-6f28-4132-b776-43f1e43f824e",
              "image_id": "60bc25dd-8185-4e7b-b1a6-7af2dbe69b9e",
              "id_user_work_position": "cf0c39e1-6853-4889-9b6f-0d5a02b85341",
              "id_shift": "b9276a44-f56a-4c8b-bec9-6e8ee70f89c6",
              "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": "2025-12-23T21:14:59Z"
          }
        }
      },
      {
        "id": "602cb1f4-323b-4de9-ab7e-4c5024e8427b",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "22ec57f9-6f28-4132-b776-43f1e43f824e",
              "image_id": "60bc25dd-8185-4e7b-b1a6-7af2dbe69b9e",
              "id_user_work_position": "cf0c39e1-6853-4889-9b6f-0d5a02b85341",
              "id_shift": "b9276a44-f56a-4c8b-bec9-6e8ee70f89c6",
              "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": "2025-12-23T21:14:59Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "22ec57f9-6f28-4132-b776-43f1e43f824e",
              "image_id": "60bc25dd-8185-4e7b-b1a6-7af2dbe69b9e",
              "id_user_work_position": "cf0c39e1-6853-4889-9b6f-0d5a02b85341",
              "id_shift": "b9276a44-f56a-4c8b-bec9-6e8ee70f89c6",
              "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": "2025-12-23T21:14:59Z"
          }
        }
      }
    ]
  },
  {
    "name": "sample string 1",
    "regions": [
      {
        "id": "602cb1f4-323b-4de9-ab7e-4c5024e8427b",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "22ec57f9-6f28-4132-b776-43f1e43f824e",
              "image_id": "60bc25dd-8185-4e7b-b1a6-7af2dbe69b9e",
              "id_user_work_position": "cf0c39e1-6853-4889-9b6f-0d5a02b85341",
              "id_shift": "b9276a44-f56a-4c8b-bec9-6e8ee70f89c6",
              "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": "2025-12-23T21:14:59Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "22ec57f9-6f28-4132-b776-43f1e43f824e",
              "image_id": "60bc25dd-8185-4e7b-b1a6-7af2dbe69b9e",
              "id_user_work_position": "cf0c39e1-6853-4889-9b6f-0d5a02b85341",
              "id_shift": "b9276a44-f56a-4c8b-bec9-6e8ee70f89c6",
              "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": "2025-12-23T21:14:59Z"
          }
        }
      },
      {
        "id": "602cb1f4-323b-4de9-ab7e-4c5024e8427b",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "22ec57f9-6f28-4132-b776-43f1e43f824e",
              "image_id": "60bc25dd-8185-4e7b-b1a6-7af2dbe69b9e",
              "id_user_work_position": "cf0c39e1-6853-4889-9b6f-0d5a02b85341",
              "id_shift": "b9276a44-f56a-4c8b-bec9-6e8ee70f89c6",
              "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": "2025-12-23T21:14:59Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "22ec57f9-6f28-4132-b776-43f1e43f824e",
              "image_id": "60bc25dd-8185-4e7b-b1a6-7af2dbe69b9e",
              "id_user_work_position": "cf0c39e1-6853-4889-9b6f-0d5a02b85341",
              "id_shift": "b9276a44-f56a-4c8b-bec9-6e8ee70f89c6",
              "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": "2025-12-23T21:14: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>602cb1f4-323b-4de9-ab7e-4c5024e8427b</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2025-12-23T22:14:59.7324617+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>22ec57f9-6f28-4132-b776-43f1e43f824e</id>
              <id_shift>b9276a44-f56a-4c8b-bec9-6e8ee70f89c6</id_shift>
              <id_user_work_position>cf0c39e1-6853-4889-9b6f-0d5a02b85341</id_user_work_position>
              <image_id>60bc25dd-8185-4e7b-b1a6-7af2dbe69b9e</image_id>
              <introduction>sample string 10</introduction>
              <last_name>sample string 12</last_name>
              <title>sample string 9</title>
            </user>
          </creation>
          <last_change>
            <date>2025-12-23T22:14:59.7324617+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>22ec57f9-6f28-4132-b776-43f1e43f824e</id>
              <id_shift>b9276a44-f56a-4c8b-bec9-6e8ee70f89c6</id_shift>
              <id_user_work_position>cf0c39e1-6853-4889-9b6f-0d5a02b85341</id_user_work_position>
              <image_id>60bc25dd-8185-4e7b-b1a6-7af2dbe69b9e</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>602cb1f4-323b-4de9-ab7e-4c5024e8427b</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2025-12-23T22:14:59.7324617+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>22ec57f9-6f28-4132-b776-43f1e43f824e</id>
              <id_shift>b9276a44-f56a-4c8b-bec9-6e8ee70f89c6</id_shift>
              <id_user_work_position>cf0c39e1-6853-4889-9b6f-0d5a02b85341</id_user_work_position>
              <image_id>60bc25dd-8185-4e7b-b1a6-7af2dbe69b9e</image_id>
              <introduction>sample string 10</introduction>
              <last_name>sample string 12</last_name>
              <title>sample string 9</title>
            </user>
          </creation>
          <last_change>
            <date>2025-12-23T22:14:59.7324617+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>22ec57f9-6f28-4132-b776-43f1e43f824e</id>
              <id_shift>b9276a44-f56a-4c8b-bec9-6e8ee70f89c6</id_shift>
              <id_user_work_position>cf0c39e1-6853-4889-9b6f-0d5a02b85341</id_user_work_position>
              <image_id>60bc25dd-8185-4e7b-b1a6-7af2dbe69b9e</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>602cb1f4-323b-4de9-ab7e-4c5024e8427b</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2025-12-23T22:14:59.7324617+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>22ec57f9-6f28-4132-b776-43f1e43f824e</id>
              <id_shift>b9276a44-f56a-4c8b-bec9-6e8ee70f89c6</id_shift>
              <id_user_work_position>cf0c39e1-6853-4889-9b6f-0d5a02b85341</id_user_work_position>
              <image_id>60bc25dd-8185-4e7b-b1a6-7af2dbe69b9e</image_id>
              <introduction>sample string 10</introduction>
              <last_name>sample string 12</last_name>
              <title>sample string 9</title>
            </user>
          </creation>
          <last_change>
            <date>2025-12-23T22:14:59.7324617+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>22ec57f9-6f28-4132-b776-43f1e43f824e</id>
              <id_shift>b9276a44-f56a-4c8b-bec9-6e8ee70f89c6</id_shift>
              <id_user_work_position>cf0c39e1-6853-4889-9b6f-0d5a02b85341</id_user_work_position>
              <image_id>60bc25dd-8185-4e7b-b1a6-7af2dbe69b9e</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>602cb1f4-323b-4de9-ab7e-4c5024e8427b</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2025-12-23T22:14:59.7324617+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>22ec57f9-6f28-4132-b776-43f1e43f824e</id>
              <id_shift>b9276a44-f56a-4c8b-bec9-6e8ee70f89c6</id_shift>
              <id_user_work_position>cf0c39e1-6853-4889-9b6f-0d5a02b85341</id_user_work_position>
              <image_id>60bc25dd-8185-4e7b-b1a6-7af2dbe69b9e</image_id>
              <introduction>sample string 10</introduction>
              <last_name>sample string 12</last_name>
              <title>sample string 9</title>
            </user>
          </creation>
          <last_change>
            <date>2025-12-23T22:14:59.7324617+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>22ec57f9-6f28-4132-b776-43f1e43f824e</id>
              <id_shift>b9276a44-f56a-4c8b-bec9-6e8ee70f89c6</id_shift>
              <id_user_work_position>cf0c39e1-6853-4889-9b6f-0d5a02b85341</id_user_work_position>
              <image_id>60bc25dd-8185-4e7b-b1a6-7af2dbe69b9e</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>