POST api/SMSNotifications
Request Information
URI Parameters
None.
Body Parameters
UserSendnotificationReqName | Description | Type | Additional information |
---|---|---|---|
InnovID | integer |
None. |
|
Mobile_Number | string |
None. |
|
Message | string |
None. |
|
MappingId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "InnovID": 1, "Mobile_Number": "sample string 2", "Message": "sample string 3", "MappingId": "sample string 4" }
application/xml, text/xml
Sample:
<UserSendnotificationReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models"> <InnovID>1</InnovID> <MappingId>sample string 4</MappingId> <Message>sample string 3</Message> <Mobile_Number>sample string 2</Mobile_Number> </UserSendnotificationReq>
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. |