Skip to main content

update subscriptions for dealer

update subscriptions for dealer

Path Parameters
    departmentUUID string required
Request Body required
    fromDealerId int64
    toDealerId int64
    batchSize int64
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
PUT /department/:departmentUUID/subscriptions

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
departmentUUID — path required
Body required
{
"fromDealerId": 0,
"toDealerId": 0,
"batchSize": 0
}
curl / cURL
curl -L -X PUT '/communications/department/:departmentUUID/subscriptions' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"fromDealerId": 0,
"toDealerId": 0,
"batchSize": 0
}'