© 2025 Clarivate
POST /api/.../patrons/membershipfees
Returns Patron Membership Fees.
| 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 |
[
{
"PatronCodeID": 1,
"FeeReasonCodeID": 1,
"TotalAmountBaseAmount": 2.00,
"TotalAmountAppliedTaxAmount": 0.00,
"TotalAmount": 2.00
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |