modifySubscriberSubscriptionStatusByMailqId
Change the subscriber subscription status for the web form code that belongs to the subscription, retrieved according to the mail queue identifier.
| Input | Type | Description |
|---|---|---|
| token | AuthToken | Authorization token. |
| webFormCode | xs:string | Web form code for the subscription form. |
| subscriberIdentifier | xs:int | Subscriber identifier. |
| mailqId | xs:long | Identifier for a received subscriber email. |
| isSubscribed | xs:boolean | true to subscribe, false to unsubscribe. |