Skip to main content

Creates a new secondary customer profile and new Trust product for the dealer for given department

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

Path Parameters
    dealerUUID string required
Request Body required
    name string
    email string
    businessType string
    registrationIdentifier string
    registrationIdentifierNumber string
    businessIndustry string
    businessName string
    websiteUrl string
    socialMediaURL string
    businessRegionOfOperations string
    companyType string
    stockExchange string
    stockTicker string
    termsOfServiceUrl string
    privacyPolicyUrl string
    onlineSchedularUrl string
    dealerRepresentative object
    firstName string
    lastName string
    phoneNumber string
    emailAddress string
    businessTitle string
    jobPosition string
    departmentType string
    createBrand boolean
    callbackURL string
Responses

OK


Schema
    profileSid string
    profileRegistrationStatus string
    trustProductSid string
    trustProductRegistrationStatus string
    brandRegistrationStatus string
    status string

    Possible values: [SUCCESS, FAILURE]

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