Update case fees
PUT/cases/:id/fees
Updates the interest, reminder, and collection fees on a case. All three fee values are replaced with the values provided in the request body.
Fees typically change over time as collection activity progresses — for example due to legal costs, attorney fees, investigation charges, or other events.
Prerequisites:
- The case must be assigned to this collection partner
- The case must be in
Active,PendingVerification,Paused, orNeedsAdditionalDetailsstatus (returns 400 otherwise) - All fee values must be non-negative
Request
Responses
- 200
- 400
- 404
- 500
Fees updated successfully
Validation error — invalid fee values or case not in a valid lifecycle state
Case not found or not assigned to this collection partner
Internal server error