Operation Id:
vouchers/vouchers/put [Official Documentaction]
Methods
- vouchers Array<Object>
- id Integer
- number String
- name String
- expirationDate String
- balanceOperationType 'set'|'add'|'subtract'
- balance Object
- shops Array<Integer>
- note String
- status 'used'|'unused'
Examples
This function retrieves the name "Bon" for a voucher with the ID of 26.
const result = await idosellRequest.putVouchers
.id(26)
.name("Bon")
.exec()