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
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /department/:departmentUUID/feature/:feature/communicationvalue/:communicationValue/usage
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/department/:departmentUUID/feature/:feature/communicationvalue/:communicationValue/usage' \
-H 'Accept: application/json'
python / requests
curl -L -X POST '/communications/department/:departmentUUID/feature/:feature/communicationvalue/:communicationValue/usage' \
-H 'Accept: application/json'
go / native
curl -L -X POST '/communications/department/:departmentUUID/feature/:feature/communicationvalue/:communicationValue/usage' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X POST '/communications/department/:departmentUUID/feature/:feature/communicationvalue/:communicationValue/usage' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X POST '/communications/department/:departmentUUID/feature/:feature/communicationvalue/:communicationValue/usage' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X POST '/communications/department/:departmentUUID/feature/:feature/communicationvalue/:communicationValue/usage' \
-H 'Accept: application/json'
php / cURL
curl -L -X POST '/communications/department/:departmentUUID/feature/:feature/communicationvalue/:communicationValue/usage' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X POST '/communications/department/:departmentUUID/feature/:feature/communicationvalue/:communicationValue/usage' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X POST '/communications/department/:departmentUUID/feature/:feature/communicationvalue/:communicationValue/usage' \
-H 'Accept: application/json'