Skip to main content

UnenrollIndividualFromBenefitInput

An input type used when unenrolling an individual from a benefit

input UnenrollIndividualFromBenefitInput {
benefitId: ID!
effectiveAt: LocalDate
individualId: ID!
}

Fields

UnenrollIndividualFromBenefitInput.benefitId ● ID! non-null scalar

The ID of the benefit the individual is enrolled in

UnenrollIndividualFromBenefitInput.effectiveAt ● LocalDate scalar

The date (YYYY-MM-DD) when unenrollment becomes effective. If unspecified, this request is immediately effective as of the current date.

UnenrollIndividualFromBenefitInput.individualId ● ID! non-null scalar

The ID of the individual to unenroll from the benefit

Member Of

unenrollIndividualFromBenefit mutation