PUT api/queue/unsubscribe

Request Information

URI Parameters

None.

Body Parameters

UnsubscribeDto
NameDescriptionTypeAdditional 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": "73cf9c1a-49fc-47c7-886c-0e567518e17e",
  "pauseProductIds": [
    "af19a04a-c2be-4aad-88b7-b1b48f2dcb47",
    "152a412f-18ee-4bbe-978e-6d58eafd0355"
  ],
  "pauseMonths": 1,
  "all": true,
  "personId": "00754734-dafc-44cc-9a8e-6f8015edd257",
  "clientId": "4b26d831-e3be-41aa-a4c9-d090dd20fa06",
  "language": "sample string 1",
  "reason": "sample string 2",
  "emailOrTelephone": "sample string 3"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.