POST api/AmsMobile/GetSMSMessage
Request Information
URI Parameters
None.
Body Parameters
SMSMessageModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| MobileNumber | string |
None. |
|
| CustomerID | integer |
None. |
|
| ApplicationID | integer |
None. |
|
| AccountID | integer |
None. |
|
| MessageCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"MobileNumber": "sample string 1",
"CustomerID": 1,
"ApplicationID": 1,
"AccountID": 1,
"MessageCode": "sample string 2"
}
application/xml, text/xml
Sample:
<SMSMessageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <AccountID>1</AccountID> <ApplicationID>1</ApplicationID> <CustomerID>1</CustomerID> <MessageCode>sample string 2</MessageCode> <MobileNumber>sample string 1</MobileNumber> <UserID>1</UserID> </SMSMessageModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |