Skip to main content

Creates a new brand for the dealer for given department

Newly created brand will lie under the dealer's subaccount for passed department

Path Parameters
    dealerUUID string required
Request Body required
    profileSid string
    trustProductSid string
    departmentType string
    mockBrand boolean
Responses

OK


Schema
    sid string
    brandType string
    brandStatus string
    failureReason string
    brandScore int32
    brandFeedback string[]
    identityStatus string
    status string

    Possible values: [SUCCESS, FAILURE]

    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...