{ "operationId": "createCriteriaToUserSelectiveCallRejectionService", "method": "POST", "path": "/telephony/config/people/{personId}/selectiveReject/criteria", "summary": "Create a Criteria to the User\u2019s Selective Call Rejection Service", "requestExamples": [ { "contentType": "application/json", "example": { "scheduleName": "demo_schedule", "scheduleType": "businessHours", "scheduleLevel": "PEOPLE", "callsFrom": "ANY_PHONE_NUMBER", "anonymousCallersEnabled": true, "unavailableCallersEnabled": true, "phoneNumbers": [ "+12056350001" ], "rejectEnabled": true } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzI5NzA4NzUwMTY4MDI" } } ] }