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
Name Description Type Additional information
Identifier

string

-

Type

IdentifierType

-

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
Name Description Type Additional information
Version

Version

-

Content

HttpContent

-

StatusCode

HttpStatusCode

-

ReasonPhrase

string

-

Headers

Collection of Object

-

RequestMessage

HttpRequestMessage

-

IsSuccessStatusCode

boolean

-