POST api/Unsubscribe/UnsubscribePhoneNumber
Request Information
URI Parameters
None.
Body Parameters
UnsubscribePhoneViewModelName | Description | Type | Additional information |
---|---|---|---|
AccountIds | Collection of string |
Required |
|
MobileNumber | string |
Required |
|
MobileCountryCode | string |
Required |
|
UserId | string |
Required |
|
ParentAccountId | string |
Required |
|
LoggedInSubAccountId | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "AccountIds": [ "sample string 1", "sample string 2" ], "MobileNumber": "sample string 1", "MobileCountryCode": "sample string 2", "UserId": "sample string 3", "ParentAccountId": "sample string 4", "LoggedInSubAccountId": "sample string 5" }
application/xml, text/xml
Sample:
<UnsubscribePhoneViewModel 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 5</LoggedInSubAccountId> <ParentAccountId>sample string 4</ParentAccountId> <UserId>sample string 3</UserId> <AccountIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </AccountIds> <MobileCountryCode>sample string 2</MobileCountryCode> <MobileNumber>sample string 1</MobileNumber> </UnsubscribePhoneViewModel>
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.