create dealership to customer call
create dealership to customer call
Path Parameters
departmentUUID string required
customerUUID string required
application/json
Request Body required
userUUID string
party1Number string
party2Number string
supportCall boolean
twilioCallBackPath string
messageTags object[]
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
sid string
status string
Possible values: [SUCCESS
, FAILURE
]
errors object[]
warnings object[]
{
"sid": "string",
"status": "SUCCESS",
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /department/:departmentUUID/customer/:customerUUID/twilio/callContact
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/twilio/callContact' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"userUUID": "string",
"party1Number": "string",
"party2Number": "string",
"supportCall": true,
"twilioCallBackPath": "string",
"messageTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string",
"value": {},
"primaryAttribute": {
"value": "string"
},
"secondaryAttributes": [
{
"value": "string"
}
],
"parentTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string"
}
]
}
]
}'
python / requests
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/twilio/callContact' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"userUUID": "string",
"party1Number": "string",
"party2Number": "string",
"supportCall": true,
"twilioCallBackPath": "string",
"messageTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string",
"value": {},
"primaryAttribute": {
"value": "string"
},
"secondaryAttributes": [
{
"value": "string"
}
],
"parentTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string"
}
]
}
]
}'
go / native
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/twilio/callContact' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"userUUID": "string",
"party1Number": "string",
"party2Number": "string",
"supportCall": true,
"twilioCallBackPath": "string",
"messageTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string",
"value": {},
"primaryAttribute": {
"value": "string"
},
"secondaryAttributes": [
{
"value": "string"
}
],
"parentTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string"
}
]
}
]
}'
nodejs / axios
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/twilio/callContact' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"userUUID": "string",
"party1Number": "string",
"party2Number": "string",
"supportCall": true,
"twilioCallBackPath": "string",
"messageTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string",
"value": {},
"primaryAttribute": {
"value": "string"
},
"secondaryAttributes": [
{
"value": "string"
}
],
"parentTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string"
}
]
}
]
}'
ruby / Net::HTTP
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/twilio/callContact' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"userUUID": "string",
"party1Number": "string",
"party2Number": "string",
"supportCall": true,
"twilioCallBackPath": "string",
"messageTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string",
"value": {},
"primaryAttribute": {
"value": "string"
},
"secondaryAttributes": [
{
"value": "string"
}
],
"parentTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string"
}
]
}
]
}'
csharp / RestSharp
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/twilio/callContact' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"userUUID": "string",
"party1Number": "string",
"party2Number": "string",
"supportCall": true,
"twilioCallBackPath": "string",
"messageTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string",
"value": {},
"primaryAttribute": {
"value": "string"
},
"secondaryAttributes": [
{
"value": "string"
}
],
"parentTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string"
}
]
}
]
}'
php / cURL
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/twilio/callContact' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"userUUID": "string",
"party1Number": "string",
"party2Number": "string",
"supportCall": true,
"twilioCallBackPath": "string",
"messageTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string",
"value": {},
"primaryAttribute": {
"value": "string"
},
"secondaryAttributes": [
{
"value": "string"
}
],
"parentTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string"
}
]
}
]
}'
java / OkHttp
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/twilio/callContact' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"userUUID": "string",
"party1Number": "string",
"party2Number": "string",
"supportCall": true,
"twilioCallBackPath": "string",
"messageTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string",
"value": {},
"primaryAttribute": {
"value": "string"
},
"secondaryAttributes": [
{
"value": "string"
}
],
"parentTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string"
}
]
}
]
}'
powershell / RestMethod
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/twilio/callContact' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"userUUID": "string",
"party1Number": "string",
"party2Number": "string",
"supportCall": true,
"twilioCallBackPath": "string",
"messageTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string",
"value": {},
"primaryAttribute": {
"value": "string"
},
"secondaryAttributes": [
{
"value": "string"
}
],
"parentTags": [
{
"tagTypeUuid": "string",
"referenceIdentifier": "string"
}
]
}
]
}'