{ "operationId": "createAutoAttendantSelectiveCallForwardingRule", "method": "POST", "path": "/telephony/config/locations/{locationId}/autoAttendants/{autoAttendantId}/callForwarding/selectiveRules", "summary": "Create a Selective Call Forwarding Rule for an Auto Attendant", "requestExamples": [ { "contentType": "application/json", "example": { "name": "Test Rule", "businessSchedule": "AUTOATTENDANT-BUSINESS-HOURS", "holidaySchedule": "AUTOATTENDANT-HOLIDAY", "callsFrom": { "selection": "CUSTOM", "customNumbers": { "privateNumberEnabled": true, "unavailableNumberEnabled": false, "numbers": [ "4554" ] } }, "callsTo": { "numbers": [ { "type": "PRIMARY", "phoneNumber": "+19705550026" } ] }, "forwardTo": { "selection": "FORWARD_TO_DEFAULT_NUMBER" }, "enabled": true } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL0NBTExfRk9SV0FSRElOR19TRUxFQ1RJVkVfUlVMRS9WR1Z6ZENCU2RXeGw" } } ] }