Skip to main content

rollout or rollback double opt-in for a dealership

rollout or rollback double opt-in for a dealership

Path Parameters
    dealerUUID string required
Request Body required
    event string

    Possible values: [ROLLOUT, ROLLBACK]

    maxEntriesToBeFetched int64
    minCustomerCommunicationId int64
    maxCustomerCommunicationId int64
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
POST /dealer/:dealerUUID/doubleOptin/deploy

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
dealerUUID — path required
Body required
{
"event": "ROLLOUT",
"maxEntriesToBeFetched": 0,
"minCustomerCommunicationId": 0,
"maxCustomerCommunicationId": 0
}
curl / cURL
curl -L -X POST '/communications/dealer/:dealerUUID/doubleOptin/deploy' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"event": "ROLLOUT",
"maxEntriesToBeFetched": 0,
"minCustomerCommunicationId": 0,
"maxCustomerCommunicationId": 0
}'