{ "operationId": "createCriteriaToUserSelectiveCallAcceptService", "method": "POST", "path": "/telephony/config/people/{personId}/selectiveAccept/criteria", "summary": "Create a Criteria to the User\u2019s Selective Call Accept Service", "requestExamples": [ { "contentType": "application/json", "example": { "scheduleName": "demo_schedule1", "scheduleType": "businessHours", "scheduleLevel": "PEOPLE", "callsFrom": "SELECT_PHONE_NUMBERS", "anonymousCallersEnabled": true, "unavailableCallersEnabled": true, "phoneNumbers": [ "+19867512341", "+19867512345" ], "acceptEnabled": true } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzI5NzA4NzUwMTY4MDI" } } ] }