putVouchersUnblock

Operation Id:
vouchers/unblock/put [Official Documentaction]
Methods

  • vouchers Array<Object>
  • id Integer
  • number String
Examples

This function unblocks a voucher with ID 26.

const result = await idosellRequest.putVouchersUnblock
	.id(26)
	.exec()