August 12, 2026
· 2 min read
This release enhances the customer prerequisites and registration eligibility workflows. The missing requisites endpoint now supports hypothetical scenarios to check requirements before membership changes, and both endpoints have been updated to better distinguish between immediate and deferred form/waiver requirements.
- GET /customers/{id}/missing_requisites now accepts hypothetical membership and offering type parameters, allowing you to check what forms and waivers a customer would need if they were to change memberships or register for different offering types. The response structure for missing forms and waivers has also been simplified.
- POST /registration_eligibility/check now returns separate lists of deferred forms and deferred waivers in prerequisites, enabling you to distinguish between requirements that must be completed immediately versus those that can be completed later.
GET /customers/{id}/missing_requisites
- the
missing_formsresponse's propertytypechanged fromarray<object>tostringfor status200(media type: application/json) - the
missing_waiversresponse's propertytypechanged fromarray<object>tostringfor status200(media type: application/json) - added the new optional
queryrequest parameterhypothetical_membership - added the new optional
queryrequest parameterhypothetical_offering_type
POST /registration_eligibility/check
- added the optional property
prerequisites/deferred_formsto the response with the200status (media type: application/json) - added the optional property
prerequisites/deferred_waiversto the response with the200status (media type: application/json)