POST api/Users/Sendmessage

Request Information

URI Parameters

None.

Body Parameters

NewMessage
NameDescriptionTypeAdditional information
UserGuid

globally unique identifier

None.

UserMsg

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserGuid": "e0d08f12-147e-4e88-8d1f-e948b7871c61",
  "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>e0d08f12-147e-4e88-8d1f-e948b7871c61</UserGuid>
  <UserMsg>sample string 2</UserMsg>
</NewMessage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.