POST PlanCare2Api/Employees/ChangeOfCaseload

Change the caseload of the current logged on employee

Request Information

URI Parameters

None.

Body Parameters

List of client identities for the updated caseload

Collection of Identity
NameDescriptionTypeAdditional information
Identifier

string

None.

Type

IdentifierType

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Identifier": "sample string 1",
    "Type": 0
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfIdentity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure">
  <Identity>
    <Identifier>sample string 1</Identifier>
    <Type>ExternalId</Type>
  </Identity>
  <Identity>
    <Identifier>sample string 1</Identifier>
    <Type>ExternalId</Type>
  </Identity>
</ArrayOfIdentity>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.