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": [
    "14d58f26-ff3a-44d2-a135-3cfc14ff6c2b",
    "b0f9020f-86b3-4c71-8e91-068af8e374be"
  ],
  "user_id": "3a76fa6f-86de-4a17-b0df-cb6cf1c41155",
  "state_id": 1,
  "parent": {
    "id": "df401336-8f3c-4a22-9808-39d498a2f016",
    "name": "sample string 2",
    "deleted": true,
    "system_information": {
      "creation": {
        "user": {
          "full_name": "sample string 12 sample string 11",
          "id": "46c0150d-2c30-40f8-9cbb-1e22498b53b2",
          "image_id": "534dc34a-67b9-409c-974d-f2d5e9943809",
          "id_user_work_position": "452d3ba5-d0a9-49a5-b645-d947fbe3b1cc",
          "id_shift": "df834da7-de28-4ca2-9091-49a9cb9929d6",
          "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-07-19T01:34:42Z"
      },
      "last_change": {
        "user": {
          "full_name": "sample string 12 sample string 11",
          "id": "46c0150d-2c30-40f8-9cbb-1e22498b53b2",
          "image_id": "534dc34a-67b9-409c-974d-f2d5e9943809",
          "id_user_work_position": "452d3ba5-d0a9-49a5-b645-d947fbe3b1cc",
          "id_shift": "df834da7-de28-4ca2-9091-49a9cb9929d6",
          "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-07-19T01:34:42Z"
      }
    }
  },
  "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>14d58f26-ff3a-44d2-a135-3cfc14ff6c2b</d2p1:guid>
    <d2p1:guid>b0f9020f-86b3-4c71-8e91-068af8e374be</d2p1:guid>
  </ids>
  <message>sample string 2</message>
  <parent>
    <deleted>true</deleted>
    <id>df401336-8f3c-4a22-9808-39d498a2f016</id>
    <name>sample string 2</name>
    <system_information>
      <creation>
        <date>2025-07-19T03:34:42.7401605+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>46c0150d-2c30-40f8-9cbb-1e22498b53b2</id>
          <id_shift>df834da7-de28-4ca2-9091-49a9cb9929d6</id_shift>
          <id_user_work_position>452d3ba5-d0a9-49a5-b645-d947fbe3b1cc</id_user_work_position>
          <image_id>534dc34a-67b9-409c-974d-f2d5e9943809</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-07-19T03:34:42.7401605+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>46c0150d-2c30-40f8-9cbb-1e22498b53b2</id>
          <id_shift>df834da7-de28-4ca2-9091-49a9cb9929d6</id_shift>
          <id_user_work_position>452d3ba5-d0a9-49a5-b645-d947fbe3b1cc</id_user_work_position>
          <image_id>534dc34a-67b9-409c-974d-f2d5e9943809</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>3a76fa6f-86de-4a17-b0df-cb6cf1c41155</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": "a881dfb4-7c0a-423e-88cc-86d052870595",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "2e564f31-0be6-439e-b611-91901bbc5190",
              "image_id": "022f951e-3c5e-410b-82e6-0dab3b3210f7",
              "id_user_work_position": "8e9bac37-d1db-4a38-99d7-a82f65864a0e",
              "id_shift": "c62489c6-c7f3-45e3-9381-f778de7e31c1",
              "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-07-19T01:34:42Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "2e564f31-0be6-439e-b611-91901bbc5190",
              "image_id": "022f951e-3c5e-410b-82e6-0dab3b3210f7",
              "id_user_work_position": "8e9bac37-d1db-4a38-99d7-a82f65864a0e",
              "id_shift": "c62489c6-c7f3-45e3-9381-f778de7e31c1",
              "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-07-19T01:34:42Z"
          }
        }
      },
      {
        "id": "a881dfb4-7c0a-423e-88cc-86d052870595",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "2e564f31-0be6-439e-b611-91901bbc5190",
              "image_id": "022f951e-3c5e-410b-82e6-0dab3b3210f7",
              "id_user_work_position": "8e9bac37-d1db-4a38-99d7-a82f65864a0e",
              "id_shift": "c62489c6-c7f3-45e3-9381-f778de7e31c1",
              "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-07-19T01:34:42Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "2e564f31-0be6-439e-b611-91901bbc5190",
              "image_id": "022f951e-3c5e-410b-82e6-0dab3b3210f7",
              "id_user_work_position": "8e9bac37-d1db-4a38-99d7-a82f65864a0e",
              "id_shift": "c62489c6-c7f3-45e3-9381-f778de7e31c1",
              "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-07-19T01:34:42Z"
          }
        }
      }
    ]
  },
  {
    "name": "sample string 1",
    "regions": [
      {
        "id": "a881dfb4-7c0a-423e-88cc-86d052870595",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "2e564f31-0be6-439e-b611-91901bbc5190",
              "image_id": "022f951e-3c5e-410b-82e6-0dab3b3210f7",
              "id_user_work_position": "8e9bac37-d1db-4a38-99d7-a82f65864a0e",
              "id_shift": "c62489c6-c7f3-45e3-9381-f778de7e31c1",
              "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-07-19T01:34:42Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "2e564f31-0be6-439e-b611-91901bbc5190",
              "image_id": "022f951e-3c5e-410b-82e6-0dab3b3210f7",
              "id_user_work_position": "8e9bac37-d1db-4a38-99d7-a82f65864a0e",
              "id_shift": "c62489c6-c7f3-45e3-9381-f778de7e31c1",
              "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-07-19T01:34:42Z"
          }
        }
      },
      {
        "id": "a881dfb4-7c0a-423e-88cc-86d052870595",
        "name": "sample string 2",
        "deleted": true,
        "system_information": {
          "creation": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "2e564f31-0be6-439e-b611-91901bbc5190",
              "image_id": "022f951e-3c5e-410b-82e6-0dab3b3210f7",
              "id_user_work_position": "8e9bac37-d1db-4a38-99d7-a82f65864a0e",
              "id_shift": "c62489c6-c7f3-45e3-9381-f778de7e31c1",
              "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-07-19T01:34:42Z"
          },
          "last_change": {
            "user": {
              "full_name": "sample string 12 sample string 11",
              "id": "2e564f31-0be6-439e-b611-91901bbc5190",
              "image_id": "022f951e-3c5e-410b-82e6-0dab3b3210f7",
              "id_user_work_position": "8e9bac37-d1db-4a38-99d7-a82f65864a0e",
              "id_shift": "c62489c6-c7f3-45e3-9381-f778de7e31c1",
              "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-07-19T01:34:42Z"
          }
        }
      }
    ]
  }
]

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>a881dfb4-7c0a-423e-88cc-86d052870595</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2025-07-19T03:34:42.7401605+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>2e564f31-0be6-439e-b611-91901bbc5190</id>
              <id_shift>c62489c6-c7f3-45e3-9381-f778de7e31c1</id_shift>
              <id_user_work_position>8e9bac37-d1db-4a38-99d7-a82f65864a0e</id_user_work_position>
              <image_id>022f951e-3c5e-410b-82e6-0dab3b3210f7</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-07-19T03:34:42.7401605+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>2e564f31-0be6-439e-b611-91901bbc5190</id>
              <id_shift>c62489c6-c7f3-45e3-9381-f778de7e31c1</id_shift>
              <id_user_work_position>8e9bac37-d1db-4a38-99d7-a82f65864a0e</id_user_work_position>
              <image_id>022f951e-3c5e-410b-82e6-0dab3b3210f7</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>a881dfb4-7c0a-423e-88cc-86d052870595</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2025-07-19T03:34:42.7401605+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>2e564f31-0be6-439e-b611-91901bbc5190</id>
              <id_shift>c62489c6-c7f3-45e3-9381-f778de7e31c1</id_shift>
              <id_user_work_position>8e9bac37-d1db-4a38-99d7-a82f65864a0e</id_user_work_position>
              <image_id>022f951e-3c5e-410b-82e6-0dab3b3210f7</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-07-19T03:34:42.7401605+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>2e564f31-0be6-439e-b611-91901bbc5190</id>
              <id_shift>c62489c6-c7f3-45e3-9381-f778de7e31c1</id_shift>
              <id_user_work_position>8e9bac37-d1db-4a38-99d7-a82f65864a0e</id_user_work_position>
              <image_id>022f951e-3c5e-410b-82e6-0dab3b3210f7</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>a881dfb4-7c0a-423e-88cc-86d052870595</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2025-07-19T03:34:42.7401605+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>2e564f31-0be6-439e-b611-91901bbc5190</id>
              <id_shift>c62489c6-c7f3-45e3-9381-f778de7e31c1</id_shift>
              <id_user_work_position>8e9bac37-d1db-4a38-99d7-a82f65864a0e</id_user_work_position>
              <image_id>022f951e-3c5e-410b-82e6-0dab3b3210f7</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-07-19T03:34:42.7401605+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>2e564f31-0be6-439e-b611-91901bbc5190</id>
              <id_shift>c62489c6-c7f3-45e3-9381-f778de7e31c1</id_shift>
              <id_user_work_position>8e9bac37-d1db-4a38-99d7-a82f65864a0e</id_user_work_position>
              <image_id>022f951e-3c5e-410b-82e6-0dab3b3210f7</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>a881dfb4-7c0a-423e-88cc-86d052870595</id>
        <name>sample string 2</name>
        <system_information>
          <creation>
            <date>2025-07-19T03:34:42.7401605+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>2e564f31-0be6-439e-b611-91901bbc5190</id>
              <id_shift>c62489c6-c7f3-45e3-9381-f778de7e31c1</id_shift>
              <id_user_work_position>8e9bac37-d1db-4a38-99d7-a82f65864a0e</id_user_work_position>
              <image_id>022f951e-3c5e-410b-82e6-0dab3b3210f7</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-07-19T03:34:42.7401605+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>2e564f31-0be6-439e-b611-91901bbc5190</id>
              <id_shift>c62489c6-c7f3-45e3-9381-f778de7e31c1</id_shift>
              <id_user_work_position>8e9bac37-d1db-4a38-99d7-a82f65864a0e</id_user_work_position>
              <image_id>022f951e-3c5e-410b-82e6-0dab3b3210f7</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>