{ "operationId": "createHuntGroupSelectiveCallForwardingRule", "method": "POST", "path": "/telephony/config/locations/{locationId}/huntGroups/{huntGroupId}/callForwarding/selectiveRules", "summary": "Create a Selective Call Forwarding Rule for a Hunt Group", "requestExamples": [ { "contentType": "application/json", "example": { "name": "New Selective Rule", "holidaySchedule": "HolidayScheduleOne", "businessSchedule": "BusinessScheduleTwo", "callsFrom": { "selection": "CUSTOM", "customNumbers": { "privateNumberEnabled": true, "unavailableNumberEnabled": true, "numbers": [ "2025551212" ] } }, "callsTo": { "numbers": [] }, "forwardTo": { "selection": "FORWARD_TO_SPECIFIED_NUMBER", "phoneNumber": "+12056350001" }, "enabled": true } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvYUhaaFpUTjJNRzh5YjBBMk5EazBNVEk1Tnk1cGJuUXhNQzVpWTJ4a0xuZGxZbVY0TG1OdmJRPT0" } } ] }