UpdateMembershipContactStoreLocationInput
Defines the input for updating a location for a membership contact store.
input UpdateMembershipContactStoreLocationInput {
allowCheckInForEventStream: Boolean
comment: String
locationId: ID!
membershipContactStoreId: ID!
name: String
uniqueCode: String
}
Fields
UpdateMembershipContactStoreLocationInput.allowCheckInForEventStream
● Boolean
scalar
A flag indicating whether the location can be used for an EventStream check in. Optional.
UpdateMembershipContactStoreLocationInput.comment
● String
scalar
A UTF-8 string comment for the location. Optional.
UpdateMembershipContactStoreLocationInput.locationId
● ID!
non-null scalar
The identifier of the location.
UpdateMembershipContactStoreLocationInput.membershipContactStoreId
● ID!
non-null scalar
The identifier of the membership contact store the location is associated with.
UpdateMembershipContactStoreLocationInput.name
● String
scalar
A UTF-8 string representing the name of the location. Optional.
UpdateMembershipContactStoreLocationInput.uniqueCode
● String
scalar
A customer supplied, UTF-8 string value that represents a unique code for the location. Optional.
The value must be unique across all locations for a membership contact store.
Member Of
updateMembershipContactStoreLocation
mutation