POST api/ProcessOtherCommands
Request Information
URI Parameters
None.
Body Parameters
NINInputMessageName | Description | Type | Additional information |
---|---|---|---|
proof | string |
None. |
|
msisdn | string |
None. |
|
message | string |
None. |
|
senderid | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "proof": "sample string 1", "msisdn": "sample string 2", "message": "sample string 3", "senderid": "sample string 4" }
application/xml, text/xml
Sample:
<NINInputMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShortCodeAPI.Models"> <message>sample string 3</message> <msisdn>sample string 2</msisdn> <proof>sample string 1</proof> <senderid>sample string 4</senderid> </NINInputMessage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.