POST api/sms/processmessage

Documentation for 'ProcessMessage'.

Request Information

URI Parameters

None.

Body Parameters

Documentation for 'model'.

NameDescriptionTypeAdditional information
Sender

None.

Message

None.

Request Formats

application/json, text/json

Sample:
{
  "Sender": "sample string 1",
  "Message": "sample string 2"
}

Response Information

Response Formats

application/json, text/json, text/html

Sample:
"sample string 1"