Comment on page
Update Pickup Details
put
{baseUrl}
/deliveries/batch/:batchId
Update Delivery
Update pickup details by providing a Batch ID in the route of the request
Parameters
Path
batchId*
Responses
200: OK
400: Bad Request
{
"address": "10, John Street, Ipaja",
"locationCode": "01",
"pickupName": "Tunde Nasri",
"pickupNumber": "081204449231",
"altPickupNumber": "0821287231",
"pickupDate": "2021-08-20",
"note": "Please be prompt"
}
Last modified 3mo ago