Delete Order (DELETE Method) 

Info
  • Web service URL: BASE_URL/api/Order/{courierId}/awb/{courierShipmentId}


Name
Type
Required
Description
courierId
intYesSee Couriers table
courierShipmentId

Yes
courier awb number


Response:

Response will be true/false. The order will set to status Canceled if successful or will be left same status if order cannot be deleted from carrier.


Delete Parcel (DELETE Method) 

Info
  • Web service URL: BASE_URL/api/Order/{courierId}/awb/{courierShipmentId}/parcel/{parcelBarcode}


Name
Type
Required
Description
courierId
intYesSee Couriers table
courierShipmentId

Yes
courier awb number
parcelBarcode

Yes
parcel barcode


Response:

Response will be true/false.