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


Create voucher

Use this method to create a voucher after the order was created. Voucher can be created with a different carrier than the original order.

Request body

Name
Type
Required
Description
courierstringYesInitial courier name
courierShipmentIdstringYes
courier awb number
VoucherCourier
stringYesVoucher courier name
InsuranceAmountdecimal
Insurance amount
InsuranceCurrency
string

Insurance currency


{
    "courier": 1,
    "CourierShipmentId": "3SCC33704321271",
    "VoucherCourier": 5
//    "InsuranceAmount": 100,
//    "InsuranceCurrency": "EUR"
}