POST api/Unsubscribe/UnsubcribedPhoneNumbersByAdmin
Request Information
URI Parameters
None.
Body Parameters
UnsubscribedByAdminPhoneNumberVMName | Description | Type | Additional information |
---|---|---|---|
AdminUserId | string |
Required |
|
UnsubscribePhones | Collection of UnsubscribePhoneNumberVM |
None. |
Request Formats
application/json, text/json
Sample:
{ "AdminUserId": "sample string 1", "UnsubscribePhones": [ { "MobileNumber": "sample string 1", "MobileCountryCode": "sample string 2" }, { "MobileNumber": "sample string 1", "MobileCountryCode": "sample string 2" } ] }
application/xml, text/xml
Sample:
<UnsubscribedByAdminPhoneNumberVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services.RequestViewModels.UnsubscribeViewModels"> <AdminUserId>sample string 1</AdminUserId> <UnsubscribePhones xmlns:d2p1="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services"> <d2p1:UnsubscribePhoneNumberVM> <d2p1:MobileCountryCode>sample string 2</d2p1:MobileCountryCode> <d2p1:MobileNumber>sample string 1</d2p1:MobileNumber> </d2p1:UnsubscribePhoneNumberVM> <d2p1:UnsubscribePhoneNumberVM> <d2p1:MobileCountryCode>sample string 2</d2p1:MobileCountryCode> <d2p1:MobileNumber>sample string 1</d2p1:MobileNumber> </d2p1:UnsubscribePhoneNumberVM> </UnsubscribePhones> </UnsubscribedByAdminPhoneNumberVM>
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.