bulk index messages for dealer
bulk index messages for dealer
Path Parameters
dealerUUID string required
application/json
Request Body required
dealerUUIDs string[]
batchLimit int32
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 /dealers/:dealerUUID/bulk/index
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/dealers/:dealerUUID/bulk/index' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDs": [
"string"
],
"batchLimit": 0
}'
python / requests
curl -L -X POST '/communications/dealers/:dealerUUID/bulk/index' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDs": [
"string"
],
"batchLimit": 0
}'
go / native
curl -L -X POST '/communications/dealers/:dealerUUID/bulk/index' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDs": [
"string"
],
"batchLimit": 0
}'
nodejs / axios
curl -L -X POST '/communications/dealers/:dealerUUID/bulk/index' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDs": [
"string"
],
"batchLimit": 0
}'
ruby / Net::HTTP
curl -L -X POST '/communications/dealers/:dealerUUID/bulk/index' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDs": [
"string"
],
"batchLimit": 0
}'
csharp / RestSharp
curl -L -X POST '/communications/dealers/:dealerUUID/bulk/index' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDs": [
"string"
],
"batchLimit": 0
}'
php / cURL
curl -L -X POST '/communications/dealers/:dealerUUID/bulk/index' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDs": [
"string"
],
"batchLimit": 0
}'
java / OkHttp
curl -L -X POST '/communications/dealers/:dealerUUID/bulk/index' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDs": [
"string"
],
"batchLimit": 0
}'
powershell / RestMethod
curl -L -X POST '/communications/dealers/:dealerUUID/bulk/index' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUUIDs": [
"string"
],
"batchLimit": 0
}'