POST api/caregiver/messages/read
Request Information
URI Parameters
None.
Body Parameters
MessageReadRequestName | Description | Type | Additional 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:
Response Information
Resource Description
SuccessResponseName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.