https://dev.v3manager.com/demo/api/voucherTransaction
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/voucherTransaction"
https://dev.v3manager.com/demo/api/voucherTransaction/count
GET
https://dev.v3manager.com/demo/api/voucherTransaction/sum
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/voucherTransaction/sum?field=total&search=["created",">","05-07-2023"]"
Encoded:
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/voucherTransaction/sum?field=total&search=%5B%22created%22%2C%22%3E%22%2C%2205-07-2023%22%5D"
Name | Type | Required |
---|---|---|
field | string | yes |
filter | array | no |
https://dev.v3manager.com/demo/api/voucherTransaction/:id
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/voucherTransaction/22"
https://dev.v3manager.com/demo/api/voucherTransaction
POST
Name | Label | Data type | Readonly | Descrition |
---|---|---|---|---|
updateUser | Updated by | int | Yes | |
updateUserName | Updated by | string | No | |
beneficiaryName | Beneficiary | string | No | |
beneficiary | Beneficiary | int | No | |
voucher | Voucher | int | No | |
voucherId | Voucher | string | No | |
amount | Amount | float | No | |
customerName | Customer | string | No | |
payment | Payment | int | No | |
createUserName | Created by | string | No | |
createUser | Created by | int | Yes | |
description | Description | string | No | |
refunded | Back | bool | No | |
updated | Update date | datetime | Yes | |
created | Creation date | datetime | Yes | |
useDate | Production date | datetime | No | |
ratio | Ratio | float | No | |
id | ID | int | Yes | |
balanceAfter | Balance | float | No | Posterior balance |
voucherType | Type | string | No | |
type | Type | select | No | |
sale | Sale | int | No | |
saleDescription | Sale | string | No | |
fkId | int | Yes | ||
fkModel | fkModel | Yes | ||
salePayment | int | No | ||
unitPrice | currency | No |
Value | Name |
---|---|
1 | Top up |
2 | Consumption |
3 | Manual |
4 | Bulk Top up |