{ "operationId": "createMySequentialRingCriteria", "method": "POST", "path": "/telephony/config/people/me/settings/sequentialRing/criteria", "summary": "Add User Sequential Ring Criteria", "requestExamples": [ { "contentType": "application/json", "example": { "scheduleName": "BusinessHours", "scheduleType": "businessHours", "scheduleLevel": "PEOPLE", "callsFrom": "SELECT_PHONE_NUMBERS", "anonymousCallersEnabled": true, "unavailableCallersEnabled": true, "phoneNumbers": [ "+19064441748", "+19186663950" ], "ringEnabled": true } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY" } } ] }