Info
  • Web service URL: BASE_URL/api/Voucher/Activate


Activate voucher

If voucher is requested with the Order method, this will activate that voucher. Not available for all couriers.

Activating a voucher, means that a pickup request will be made to the courier.

Request body

Name
Type
Required
Description
courierstringYescourier name
courierShipmentIdstringYes
courier awb number
courierShipmentVoucher
stringYescourier voucher number


{
  "courier": "Cargus",
  "courierShipmentId": "993123123",
  "courierShipmentVoucher": "182466584"
}