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": "c2c32480-b791-462c-86d3-622d898339e5",
  "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>c2c32480-b791-462c-86d3-622d898339e5</UserGuid>
  <UserMsg>sample string 2</UserMsg>
</NewMessage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.