{ "operationId": "createMySelectiveCallForwardCriteria", "method": "POST", "path": "/telephony/config/people/me/settings/selectiveForward/criteria", "summary": "Add a Selective Call Forwarding Criteria", "requestExamples": [ { "contentType": "application/json", "example": { "forwardToPhoneNumber": "+16175550100", "destinationVoicemailEnabled": false, "scheduleName": "Holiday V2", "scheduleType": "businessHours", "scheduleLevel": "PEOPLE", "callsFrom": "SELECT_PHONE_NUMBERS", "phoneNumbers": [ "+16177817766" ], "anonymousCallersEnabled": true, "unavailableCallersEnabled": false, "forwardEnabled": true } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL0NSSVRFUklBL1oxNzU0MzgzODQzNTA5NzY" } } ] }