Skip to main content

UpdateMembershipContactStoreCeCreditInput

Defines the input for updating a continuing education credit in a membership contact store.

input UpdateMembershipContactStoreCeCreditInput {
ceCreditId: ID!
contactId: ID!
courseCreditTypeId: ID!
courseDescription: String
courseId: ID
dateEarned: LocalDate
membershipContactStoreId: ID!
numberOfCredits: Float
}

Fields​

UpdateMembershipContactStoreCeCreditInput.ceCreditId ● ID! non-null scalar​

The identifier of the continuing education credit.

UpdateMembershipContactStoreCeCreditInput.contactId ● ID! non-null scalar​

The identifier of the contact associated with the continuing education credit.

UpdateMembershipContactStoreCeCreditInput.courseCreditTypeId ● ID! non-null scalar​

The identifier of the course credit type.

UpdateMembershipContactStoreCeCreditInput.courseDescription ● String scalar​

A UTF-8 string representing the description of the course for the continuing education credit when the credit is external credit. Optional.

UpdateMembershipContactStoreCeCreditInput.courseId ● ID scalar​

The identifier of the course to associate with the credit. Optional.

UpdateMembershipContactStoreCeCreditInput.dateEarned ● LocalDate scalar​

The date the continuing education credit was earned. Optional.

UpdateMembershipContactStoreCeCreditInput.membershipContactStoreId ● ID! non-null scalar​

The identifier of the membership contact store associated with the continuing education credit.

UpdateMembershipContactStoreCeCreditInput.numberOfCredits ● Float scalar​

The number of credits. Optional.

Member Of​

updateMembershipContactStoreCeCredit mutation