{ "operationId": "Modify Outgoing Permission Settings for a Workspace", "method": "PUT", "path": "/workspaces/{workspaceId}/features/outgoingPermission", "summary": "Modify Outgoing Permission Settings for a Workspace", "requestExamples": [ { "contentType": "application/json", "example": { "useCustomEnabled": true, "useCustomPermissions": true, "callingPermissions": [ { "callType": "INTERNAL_CALL", "action": "ALLOW", "transferEnabled": true }, { "callType": "TOLL_FREE", "action": "ALLOW", "transferEnabled": true }, { "callType": "INTERNATIONAL", "action": "BLOCK", "transferEnabled": false }, { "callType": "OPERATOR_ASSISTED", "action": "ALLOW", "transferEnabled": true }, { "callType": "CHARGEABLE_DIRECTORY_ASSISTED", "action": "BLOCK", "transferEnabled": true }, { "callType": "SPECIAL_SERVICES_I", "action": "ALLOW", "transferEnabled": true }, { "callType": "SPECIAL_SERVICES_II", "action": "ALLOW", "transferEnabled": true }, { "callType": "PREMIUM_SERVICES_I", "action": "BLOCK", "transferEnabled": false }, { "callType": "PREMIUM_SERVICES_II", "action": "BLOCK", "transferEnabled": false }, { "callType": "NATIONAL", "action": "ALLOW", "transferEnabled": true } ] } } ], "responseExamples": [] }