patch https://api.radaro.com.au/api/webhooks/delivery-zones//
Intervals can be manipulated as follows:
- Creation: This happens when only the
start
,end
, andslots
fields are passed, which results in a new interval being created. - Update: If the
id
, along withstart
,end
, andslots
fields are provided, the existing interval will be updated. - Deletion: The interval will be deleted when only the
id
field is passed.