patch https://api.radaro.com.au/api/webhooks/delivery-zones//intervals/
Intervals can be managed as follows:
- Creation: This is achieved when only the
start
,end
, andslots
fields are provided, resulting in the generation of a new interval template. - Update: If the
id
field along with thestart
,end
, andslots
fields are given, the existing interval template is modified. - Deletion: By providing only the
id
field, the corresponding interval template gets deleted.
Note that this API does not affect intervals scheduled for the upcoming two weeks.