GET Unsubscribe
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.Unsubscribe+UnsubscribeUser| Name | Description | Type | Additional information | 
|---|---|---|---|
| ContactId | string | 
                             None.  | 
                |
| GroupId | string | 
                             None.  | 
                |
| EmailerId | integer | 
                             None.  | 
                |
| IsUnsubscribed | boolean | 
                             None.  | 
                |
| UnsubscribeReason | integer | 
                             None.  | 
                |
| AlertType | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "ContactId": "sample string 1",
  "GroupId": "sample string 2",
  "EmailerId": 1,
  "IsUnsubscribed": true,
  "UnsubscribeReason": 1,
  "AlertType": "sample string 3"
}
        application/xml, text/xml
            Sample:
        <UnsubscribeUser xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ContactId>sample string 1</ContactId> <GroupId>sample string 2</GroupId> <EmailerId>1</EmailerId> <IsUnsubscribed>true</IsUnsubscribed> <UnsubscribeReason>1</UnsubscribeReason> <AlertType>sample string 3</AlertType> </UnsubscribeUser>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.