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