POST api/caregiver/messages/read

Request Information

URI Parameters

None.

Body Parameters

MessageReadRequest
NameDescriptionTypeAdditional information
CustomerID

decimal number

None.

MessageID

decimal number

None.

Pin

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerID": 1.0,
  "MessageID": 2.0,
  "Pin": "sample string 3"
}

application/xml, text/xml

Sample:
<MessageReadRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.Message">
  <CustomerID>1</CustomerID>
  <MessageID>2</MessageID>
  <Pin>sample string 3</Pin>
</MessageReadRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MessageReadRequest'.

Response Information

Resource Description

SuccessResponse
NameDescriptionTypeAdditional information
Success

boolean

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.