Skip to main content

updateMembershipContactStoreCourseFeeType

Update a course fee type in a membership contact store.

Throws an error with code:

  • BAD_REQUEST if a course fee type matching the input's courseFeeTypeId field cannot be found.
  • NOT_FOUND if a membership contact store matching the input's membershipContactStoreId field cannot be found.
  • NOT_FOUND if a course matching the input's courseId field cannot be found within the membership contact store.
  • BAD_USER_INPUT if the input's type field is LIMITED and the input's limit field is not specified.
updateMembershipContactStoreCourseFeeType(
input: UpdateMembershipContactStoreCourseFeeTypeInput!
): UpdateCourseFeeTypePayload!

Arguments

updateMembershipContactStoreCourseFeeType.input ● UpdateMembershipContactStoreCourseFeeTypeInput! non-null input

Type

UpdateCourseFeeTypePayload object

Payload returned when creating a course fee type in an event, a continuing education contact store, or a membership contact store.