Info- Web service URL: https://api.innoship.com/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
|
| courier | string | Yes | Initial courier name
|
| courierShipmentId | string | Yes
| courier awb number |
VoucherCourier
| string | Yes | Voucher courier name |
| InsuranceAmount | decimal |
| Insurance amount |
InsuranceCurrency
| string
|
| Insurance currency |
{
"courier": 1,
"CourierShipmentId": "3SCC33704321271",
"VoucherCourier": 5
// "InsuranceAmount": 100,
// "InsuranceCurrency": "EUR"
}