POST api/Notify/CreateSMSNumberSubscription
Request Information
URI Parameters
None.
Body Parameters
SMSNumberSubscriptionName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
MobileNumber | string |
None. |
|
Route | string |
None. |
|
TimeStamp | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "MobileNumber": "sample string 2", "Route": "sample string 3", "TimeStamp": "2024-11-22T22:03:17.899758+00:00" }
text/html
Sample:
{"Id":1,"MobileNumber":"sample string 2","Route":"sample string 3","TimeStamp":"2024-11-22T22:03:17.899758+00:00"}
application/xml, text/xml
Sample:
<SMSNumberSubscription xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <Id>1</Id> <MobileNumber>sample string 2</MobileNumber> <Route>sample string 3</Route> <TimeStamp>2024-11-22T22:03:17.899758+00:00</TimeStamp> </SMSNumberSubscription>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.