UpdateMembershipContactStoreFunctionGroupInput
Defines the input for updating a membership contact store function group.
input UpdateMembershipContactStoreFunctionGroupInput {
customFields: [CustomFieldInput!]
functionGroupId: ID!
membershipContactStoreId: ID!
name: String
uniqueCode: String
}
Fields
UpdateMembershipContactStoreFunctionGroupInput.customFields
● [CustomFieldInput!]
list input
The custom fields to create or update for the function group. Optional.
UpdateMembershipContactStoreFunctionGroupInput.functionGroupId
● ID!
non-null scalar
The unique identifier for the function group.
UpdateMembershipContactStoreFunctionGroupInput.membershipContactStoreId
● ID!
non-null scalar
The identifier of the membership contact store the function group is associated with.
UpdateMembershipContactStoreFunctionGroupInput.name
● String
scalar
A UTF-8 string representing the name of the function group. Optional.
UpdateMembershipContactStoreFunctionGroupInput.uniqueCode
● String
scalar
A customer supplied, UTF-8 string value that represents a unique code for the function group. Optional.
The value must be unique across all function groups for a membership contact store.