Patron Fees Summary

Patron Fees Summary

GET /api/.../patrons/{id}?type=feessummary

Returns Patron Fees Summary. The calculation is done by : If chargeBalance - creditBalance > 0, return value else return 0.00 as feePayable.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the patron.
type string One of the following: 'feessummary' Discriminator for request content type.

Response Information

Example
application/json, text/json
{
    "PatronID": 1,
    "FeePayable": 2.00,
  }

HTTP Response Codes

Code Description
200 OK. Success