Voucher
Retrieve a voucher
Get a voucher for the specified business id and voucher id
get/api/business/{businessId}/voucher/{voucherId}
Path parameters
businessIdstring required
voucherIdstring required
Response
Specified voucher retrieved
Example response
{
"serialNumber": "123456",
"clientId": "WwEaIb0m4bhJphVtm2VgIw",
"creatingBranchId": "SE-J0emUgQnya14mOGdQS",
"originalBalance": 123.12,
"notes": "Example note",
"voucherId": "ab-123",
"remainingBalance": 123.45
}