Patron Membership Fees

Patron Membership Fees

POST /api/.../patrons/membershipfees

Returns Patron Membership Fees.

Request Information

Parameters
Name Type Required Description
birthDate DateTime No Patron's date of birth.
statisticalClassCode String No Patron's statistical code description.
patronCodeIds List of int Yes Define in the request body

Response Information

Example
application/json, text/json
        [
            {
            "PatronCodeID": 1,
            "FeeReasonCodeID": 1,
            "TotalAmountBaseAmount": 2.00,
            "TotalAmountAppliedTaxAmount": 0.00,
            "TotalAmount": 2.00
            }
        ]
    

HTTP Response Codes

Code Description
200 OK. Success