CreateContactMembershipContactStoreFunctionSponsorAssignmentInput
Defines the input for creating a membership contact store function sponsor assignment.
input CreateContactMembershipContactStoreFunctionSponsorAssignmentInput {
contactId: ID!
functionId: ID!
membershipContactStoreId: ID!
notes: String
}
Fields
CreateContactMembershipContactStoreFunctionSponsorAssignmentInput.contactId ● ID! non-null scalar
The identifier for the contact to be assigned as a sponsor in the function.
CreateContactMembershipContactStoreFunctionSponsorAssignmentInput.functionId ● ID! non-null scalar
The identifier of the function for the function sponsor assignment.
CreateContactMembershipContactStoreFunctionSponsorAssignmentInput.membershipContactStoreId ● ID! non-null scalar
The identifier of the membership contact store the function sponsor assignment is associated with.
CreateContactMembershipContactStoreFunctionSponsorAssignmentInput.notes ● String scalar
A UTF-8 string representing the notes of the function sponsor assignment. Optional.
Member Of
createMembershipContactStoreFunctionSponsorAssignment mutation