PUT api/queue/unsubscribe
Request Information
URI Parameters
None.
Body Parameters
UnsubscribeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PauseCampaignId | globally unique identifier |
None. |
|
| PauseProductIds | Collection of globally unique identifier |
None. |
|
| PauseMonths | integer |
None. |
|
| All | boolean |
None. |
|
| PersonId | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| Language | string |
None. |
|
| Reason | string |
None. |
|
| EmailOrTelephone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pauseCampaignId": "861a0edd-3923-43a6-a10a-08891257ea8e",
"pauseProductIds": [
"f3521956-a835-4af4-a569-12bb5f79bc4a",
"cf2642b6-a8c2-4e0c-9945-2f14e30fbfee"
],
"pauseMonths": 1,
"all": true,
"personId": "03f464b0-9773-49e0-a274-d4f3001deabc",
"clientId": "0e5282d1-f488-46b1-b7ee-2324179eb557",
"language": "sample string 1",
"reason": "sample string 2",
"emailOrTelephone": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.