DHL Cancel Pickup Virtual Sandbox
API for managing and cancelling shipment pickup registrations.
The Cancel Pickup registration API provides methods to programmatically cancel existing pickup requests. It allows developers to integrate shipment management workflows directly into their logistics systems, ensuring accurate pickup status updates and resource allocation.
Use this hosted sandbox to simulate DHL Cancel Pickup APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready.
This keeps your integration code consistent across local development, QA, demos, and production.
Use cases:
Use this sandbox to validate pickup cancellation requests, verify response status codes for successful cancellations, test error handling for invalid pickup IDs, and ensure proper integration with your logistics management system's cancellation workflow.
Cancel Pickup
POST
{
"request": {
"PickupRegistrationDate": "/Date(1653485501000)/",
"Remarks": null,
"TokenNumber": 748984
},
"profile": {
"LoginID": "APIID",
"LicenceKey": "APIKEY",
"Api_type": "S"
}
}{
"CancelPickupResult": {
"IsError": true,
"Status": [
{
"StatusCode": "PickupDoesNotExists",
"StatusInformation": "Pickup does not exists for specified date & token no."
}
]
}
}{
"status": 400,
"title": "Bad Request",
"detail": "Request validation error.Please check the request payload."
}{
"status": 401,
"title": "Unauthorized",
"error-response": "Access to the resource is not allowed."
}dhllogisticsshippingpickuptransportation