POST api/sms
Request Information
URI Parameters
None.
Body Parameters
SMSSubModelName | Description | Type | Additional information |
---|---|---|---|
To | string |
None. |
|
LotName | string |
None. |
|
Text | string |
None. |
|
AccountNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "To": "sample string 1", "LotName": "sample string 2", "Text": "sample string 3", "AccountNumber": 4 }
application/xml, text/xml
Sample:
<SMSSubModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Automatrix.DMS.Business.Entities.SubModels"> <AccountNumber>4</AccountNumber> <LotName>sample string 2</LotName> <Text>sample string 3</Text> <To>sample string 1</To> </SMSSubModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |