Patron Account Information

GET /api/.../patrons/{id}/accountbalances

Returns overall account information associated with the patron.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the patron.

Response Information

Example
application/json, text/json
{
    "ChargeBalance":210.0000,
    "CreditBalance":134.0000,
    "DepositBalance":47.0000,
    "AccountBalance":76.0000
}

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE. Invalid PatronID
404 FAILURE. PatronID does not exist.