rollout or rollback double opt-in for a dealership
rollout or rollback double opt-in for a dealership
Path Parameters
dealerUUID string required
application/json
Request Body required
event string
Possible values: [ROLLOUT
, ROLLBACK
]
maxEntriesToBeFetched int64
minCustomerCommunicationId int64
maxCustomerCommunicationId int64
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /dealer/:dealerUUID/doubleOptin/deploy
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
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
}'
python / requests
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
}'
go / native
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
}'
nodejs / axios
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
}'
ruby / Net::HTTP
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
}'
csharp / RestSharp
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
}'
php / 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
}'
java / OkHttp
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
}'
powershell / RestMethod
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
}'