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
application/json
Request Body required
profileSid string
trustProductSid string
departmentType string
mockBrand boolean
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
sid string
brandType string
brandStatus string
failureReason string
brandScore int32
brandFeedback string[]
identityStatus string
status string
Possible values: [SUCCESS
, FAILURE
]
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"sid": "string",
"brandType": "string",
"brandStatus": "string",
"failureReason": "string",
"brandScore": 0,
"brandFeedback": [
"string"
],
"identityStatus": "string",
"status": "SUCCESS",
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...