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": "bb6080fb-a530-4f0e-a55b-f424292f451a",
"pauseProductIds": [
"14e51b39-b7d3-45c0-815b-99c762127ef3",
"dcb14d85-58cc-467a-9fcb-9e23a26388b4"
],
"pauseMonths": 1,
"all": true,
"personId": "cbb00377-961c-4e88-b025-cd854d6f36f7",
"clientId": "7b2149c1-24c2-4010-9902-147193765b79",
"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.