Get recipient balance
Get balance of recipient
1 | GET /sales-ledger/recipients/{recipientNumber}/balance
|
Response
HTTP/1.1 200 OK
1 2 3 | { "balance": 42.00 } |
1 | GET /sales-ledger/recipients/{recipientNumber}/balance
|
HTTP/1.1 200 OK
1 2 3 | { "balance": 42.00 } |