POST api/v1/residencies/bulk/change_state

Request Information

URI Parameters

None.

Body Parameters

ChangeState
NameDescriptionTypeAdditional information
ids

Collection of 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": [
    "2d457534-0c86-42f1-b11a-c8b8e71af879",
    "758e0961-2139-4528-9ba0-1f367b8c0ca2"
  ],
  "state_id": 1,
  "parent": {
    "id": "aa23a7cc-50d2-4e30-b221-33fb4bde24dc",
    "name": "sample string 2",
    "deleted": true,
    "system_information": {
      "creation": {
        "user": {
          "full_name": "sample string 12 sample string 11",
          "id": "d8251c1d-bf46-4577-955a-f47d4cbef5a0",
          "image_id": "cc7c9b34-6303-4259-bf4f-bb6003a49be3",
          "id_user_work_position": "a06e9422-7fba-40cc-8ca7-8a9ef9541645",
          "id_shift": "2a93e5cd-e85a-41cf-92de-c6fb8b421546",
          "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-04-03T22:36:03Z"
      },
      "last_change": {
        "user": {
          "full_name": "sample string 12 sample string 11",
          "id": "d8251c1d-bf46-4577-955a-f47d4cbef5a0",
          "image_id": "cc7c9b34-6303-4259-bf4f-bb6003a49be3",
          "id_user_work_position": "a06e9422-7fba-40cc-8ca7-8a9ef9541645",
          "id_shift": "2a93e5cd-e85a-41cf-92de-c6fb8b421546",
          "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-04-03T22:36:03Z"
      }
    }
  },
  "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>2d457534-0c86-42f1-b11a-c8b8e71af879</d2p1:guid>
    <d2p1:guid>758e0961-2139-4528-9ba0-1f367b8c0ca2</d2p1:guid>
  </ids>
  <message>sample string 2</message>
  <parent>
    <deleted>true</deleted>
    <id>aa23a7cc-50d2-4e30-b221-33fb4bde24dc</id>
    <name>sample string 2</name>
    <system_information>
      <creation>
        <date>2025-04-04T00:36:03.1595781+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>d8251c1d-bf46-4577-955a-f47d4cbef5a0</id>
          <id_shift>2a93e5cd-e85a-41cf-92de-c6fb8b421546</id_shift>
          <id_user_work_position>a06e9422-7fba-40cc-8ca7-8a9ef9541645</id_user_work_position>
          <image_id>cc7c9b34-6303-4259-bf4f-bb6003a49be3</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-04-04T00:36:03.1595781+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>d8251c1d-bf46-4577-955a-f47d4cbef5a0</id>
          <id_shift>2a93e5cd-e85a-41cf-92de-c6fb8b421546</id_shift>
          <id_user_work_position>a06e9422-7fba-40cc-8ca7-8a9ef9541645</id_user_work_position>
          <image_id>cc7c9b34-6303-4259-bf4f-bb6003a49be3</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>
</ChangeState>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
messages

Collection of ResultMessage

None.

count_of_errors

integer

None.

id

Object

None.

name

string

None.

data

Object

None.

url

string

None.

text

string

None.

inner_exception

string

None.

Response Formats

application/json, text/json

Sample:
{
  "messages": [
    {
      "type": 1,
      "code": 1,
      "message": "sample string 1",
      "field": "sample string 2"
    },
    {
      "type": 1,
      "code": 1,
      "message": "sample string 1",
      "field": "sample string 2"
    }
  ],
  "count_of_errors": 1,
  "id": {},
  "name": "sample string 3",
  "data": {},
  "url": "sample string 5",
  "text": "sample string 6",
  "inner_exception": "sample string 7"
}

application/xml, text/xml

Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UP.Core.Data">
  <count_of_errors>1</count_of_errors>
  <data />
  <id />
  <inner_exception>sample string 7</inner_exception>
  <messages>
    <ResultMessage>
      <code>1</code>
      <field>sample string 2</field>
      <message>sample string 1</message>
      <type>1</type>
    </ResultMessage>
    <ResultMessage>
      <code>1</code>
      <field>sample string 2</field>
      <message>sample string 1</message>
      <type>1</type>
    </ResultMessage>
  </messages>
  <name>sample string 3</name>
  <text>sample string 6</text>
  <url>sample string 5</url>
</Result>