{ "operationId": "createMySelectiveRejectCriteria", "method": "POST", "path": "/telephony/config/people/me/settings/selectiveReject/criteria", "summary": "Add User Selective Call Reject Criteria", "requestExamples": [ { "contentType": "application/json", "example": { "scheduleName": "Holiday V2", "scheduleType": "businessHours", "scheduleLevel": "PEOPLE", "callsFrom": "SELECT_PHONE_NUMBERS", "anonymousCallersEnabled": true, "unavailableCallersEnabled": true, "phoneNumbers": [ "+19064441748", "+19186663950" ], "rejectEnabled": true } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY" } } ] }