Newer Version Available
Insurance Member Plans (POST, PATCH)
Create and update insurance plans for a group census member.
- Resource
-
- Resource example
-
- Available version
- 65.0
- HTTP methods
- POST, PATCH
- Path parameter for POST and PATCH
-
Parameter Name Type Description Required or Optional Available Version memberId String ID of the group census member for whom insurance plans must be created or updated. Required 65.0 - Request body for POST
-
- JSON example
-
- Properties
-
Name Type Description Required or Optional Available Version groupCensusMemberPlans Group Census Member Plan Input[] List of plans to add to the member. Required 65.0
- Response body for POST
- Insurance Add Member Plans
- Request body for PATCH
-
- JSON example
-
- Properties
-
Name Type Description Required or Optional Available Version addedPlans Group Census Member Plan Input[] List of plans to add to the member. Optional 65.0 deletedPlans String[] List of group census member plan IDs to delete. Optional 65.0
- Response body for PATCH
- Insurance Update Member Plans