POST api/Unsubscribe/DeleteUnsubscribePhoneNumber
Request Information
URI Parameters
None.
Body Parameters
DeleteUnsubscribePhoneNumberVMName | Description | Type | Additional information |
---|---|---|---|
Id | string |
Required |
|
MobileNumber | string |
Required |
|
CountryCode | string |
Required |
|
UserId | string |
Required |
|
ParentAccountId | string |
Required |
|
LoggedInSubAccountId | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "MobileNumber": "sample string 2", "CountryCode": "sample string 3", "UserId": "sample string 4", "ParentAccountId": "sample string 5", "LoggedInSubAccountId": "sample string 6" }
application/xml, text/xml
Sample:
<DeleteUnsubscribePhoneNumberVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services.RequestViewModels.UnsubscribeViewModels"> <LoggedInSubAccountId>sample string 6</LoggedInSubAccountId> <ParentAccountId>sample string 5</ParentAccountId> <UserId>sample string 4</UserId> <CountryCode>sample string 3</CountryCode> <Id>sample string 1</Id> <MobileNumber>sample string 2</MobileNumber> </DeleteUnsubscribePhoneNumberVM>
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.