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
Query Parameters
forceCreate boolean
application/json
Request Body required
profileSid string
trustProductSid string
departmentType string
mockBrand boolean
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
sid string
brandType string
brandStatus string
failureReason string
brandScore int32
brandFeedback string[]
identityStatus string
status string
Possible values: [SUCCESS
, FAILURE
]
errors object[]
warnings object[]
{
"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"
}
]
}
POST /dealers/:dealerUUID/twilio/applicationToPerson/brand
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/brand' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"profileSid": "string",
"trustProductSid": "string",
"departmentType": "string",
"mockBrand": true
}'
python / requests
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/brand' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"profileSid": "string",
"trustProductSid": "string",
"departmentType": "string",
"mockBrand": true
}'
go / native
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/brand' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"profileSid": "string",
"trustProductSid": "string",
"departmentType": "string",
"mockBrand": true
}'
nodejs / axios
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/brand' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"profileSid": "string",
"trustProductSid": "string",
"departmentType": "string",
"mockBrand": true
}'
ruby / Net::HTTP
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/brand' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"profileSid": "string",
"trustProductSid": "string",
"departmentType": "string",
"mockBrand": true
}'
csharp / RestSharp
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/brand' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"profileSid": "string",
"trustProductSid": "string",
"departmentType": "string",
"mockBrand": true
}'
php / cURL
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/brand' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"profileSid": "string",
"trustProductSid": "string",
"departmentType": "string",
"mockBrand": true
}'
java / OkHttp
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/brand' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"profileSid": "string",
"trustProductSid": "string",
"departmentType": "string",
"mockBrand": true
}'
powershell / RestMethod
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/brand' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"profileSid": "string",
"trustProductSid": "string",
"departmentType": "string",
"mockBrand": true
}'