Call Capacity Management

Create instance

POST /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/services/call_capacities/

The API is mapped to GroupCallCapacityManagementAddInstanceRequest

Additional restrictions

Request JSON Object:

Retrieve list instances

GET /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/services/call_capacities/

The API is mapped to GroupCallCapacityManagementGetInstanceListInstanceRequest

Additional informations

Request JSON Object:

Retrieve instance

GET /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/services/call_capacities/(string: call_capacity_name)/

The API is mapped to GroupCallCapacityManagementGetInstanceRequest

Additional informations

Response JSON Object:

Modify instance

PUT /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/services/call_capacities/(string: call_capacity_name)/

The API is mapped to GroupCallCapacityManagementModifyInstanceRequest

Additional restrictions

Request JSON Object:

Delete instance

DELETE /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/services/call_capacities/(string: call_capacity_name)/

The API is mapped to GroupCallCapacityManagementDeleteInstanceListRequest

Retrieve available users

GET /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/services/call_capacities/available_users/

The API is mapped to GroupCallCapacityManagementGetAvailableUserListRequest