Operation Id:
vouchers/unblock/put [Official Documentaction]
Methods
- vouchers Array<Object>
- id Integer
- number String
Examples
This function unblocks a voucher with ID 26.
Loading editor...
const result = await idosellRequest.putVouchersUnblock .id(26) .exec();