POST api/ReadMessage
Request Information
URI Parameters
None.
Body Parameters
MessageResponseRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| MsgId | integer |
None. |
|
| EmpID | integer |
None. |
|
| UserResponse | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MsgId": 1,
"EmpID": 2,
"UserResponse": "sample string 3"
}
application/xml, text/xml
Sample:
<MessageResponseRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ACSStore.WebAPI.Models"> <EmpID>2</EmpID> <MsgId>1</MsgId> <UserResponse>sample string 3</UserResponse> </MessageResponseRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.