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
Query Parameters
    forceCreate boolean
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
    registerTollFree boolean
    registerVoiceTrust boolean
    callerIdDisplayName string
    businessEmployeeCount int32
    callbackURL string
Responses

OK


Schema
    overallStatus string
    currentStage string
    overallFailureReason string
    a2pMetadata object
    profileSid string
    profileStatus string
    trustProductSid string
    trustProductStatus string
    brandSid string
    brandStatus string
    messagingServiceSid string
    campaignSid string
    campaignId string
    campaignStatus string
    tollFreeRegistrationResponse object
    tollFreeNumberRegistrationResponseList object[]
  • Array [
  • tollFreeNumber string
    registrationStatus string
    rejectionReason string
    verificationSid string
    departmentUUID string
    departmentName string
  • ]
  • errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
  • voiceTrustStatusList object[]
  • Array [
  • productType string
    registrationStatus string
    rejectionReason string
  • ]
  • voiceTrustMetadata object
    cnamTrustProductSid string
    cnamTrustProductStatus string
    cnamDisplayName string
    cnamEndUserSid string
    shakenStirTrustProductSid string
    shakenStirTrustProductStatus string
    status string

    Possible values: [SUCCESS, FAILURE]

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