{ "operationId": "Create Selective Forward Criteria for a Workspace", "method": "POST", "path": "/telephony/config/workspaces/{workspaceId}/selectiveForward/criteria", "summary": "Create Selective Forward Criteria for a Workspace", "requestExamples": [ { "contentType": "application/json", "example": { "forwardToPhoneNumber": "+1934898988", "destinationVoicemailEnabled": true, "scheduleName": "Business Vacation YearEnd", "scheduleType": "holidays", "scheduleLevel": "GROUP", "callsFrom": "SELECT_PHONE_NUMBERS", "anonymousCallersEnabled": true, "unavailableCallersEnabled": true, "numbers": [ "+19064441748", "+19186663950" ], "forwardEnabled": true } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBLzg2NTAxZDFlLTg1MWMtNDgwYi1hZmE2LTA5MTU4NzQ3NzdmZQ" } } ] }