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
application/json
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
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
profileSid string
profileRegistrationStatus string
trustProductSid string
trustProductRegistrationStatus string
brandRegistrationStatus string
status string
Possible values: [SUCCESS
, FAILURE
]
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"profileSid": "string",
"profileRegistrationStatus": "string",
"trustProductSid": "string",
"trustProductRegistrationStatus": "string",
"brandRegistrationStatus": "string",
"status": "SUCCESS",
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...