POST api/Users/Sendmessage
Request Information
URI Parameters
None.
Body Parameters
NewMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| UserGuid | globally unique identifier |
None. |
|
| UserMsg | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserGuid": "37e7da5b-35a5-4674-9630-4b056564e53f",
"UserMsg": "sample string 2"
}
application/xml, text/xml
Sample:
<NewMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/v1api.Models"> <UserGuid>37e7da5b-35a5-4674-9630-4b056564e53f</UserGuid> <UserMsg>sample string 2</UserMsg> </NewMessage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.