getGreetings
getGreetings
application/json
Request Body required
callRequest
callSid string
callerCommunicationValue string
dealerUUID string
numberType string
Possible values: [DRIVER_AND_CUSTOMER DRIV_CALL
, TM_AND_CUSTOMER PDM_CALL
, SA_AND_CUSTOMER SA_CALL
, DRIVER_AND_SA DRIV_SA
, DRIVER_AND_TM DRIV_TM
]
Responses
- 200
- 201
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode string
errorDescription string
metadata object
property name* string
greetings string
warnings object[]
warningCode string
warningDescription string
{
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"metadata": {}
}
],
"greetings": "string",
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Created
Unauthorized
Forbidden
Not Found
Loading...