post usage
post usage
Path Parameters
departmentUUID string required
feature string required
Possible values: [OUTGOING_TEXT
, OUTGOING_EMAIL
, INCOMING_CALL
, AUTO_RESPONDER_EMAIL
, TEXT_TO_TEXT_FORWARDING
, INTERNAL_TEXT_FORWARDING
]
communicationValue string required
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Loading...