Create External Call Outbound Call
Create External Call Outbound Call
Path Parameters
departmentUUID string required
customerUUID string required
application/json
Request Body required
callee object
uuid string
name string
type string
Possible values: [USER
, CUSTOMER
]
departmentUuid string
caller object
uuid string
name string
type string
Possible values: [USER
, CUSTOMER
]
departmentUuid string
party1Number string
party2Number 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
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
sid string
status string
Possible values: [SUCCESS
, FAILURE
]
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"sid": "string",
"status": "SUCCESS",
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...