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": "0418d431-e0ca-4dc0-95b7-bf5ba1b71393",
  "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>0418d431-e0ca-4dc0-95b7-bf5ba1b71393</UserGuid>
  <UserMsg>sample string 2</UserMsg>
</NewMessage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.