UpdateCeContactStoreLocationInput
Defines the input for updating a location for a continuing education contact store.
input UpdateCeContactStoreLocationInput {
allowCheckInForEventStream: Boolean
ceContactStoreId: ID!
comment: String
locationId: ID!
name: String
uniqueCode: String
}
Fields
UpdateCeContactStoreLocationInput.allowCheckInForEventStream
● Boolean
scalar
A flag indicating whether the location can be used for an EventStream check in. Optional.
UpdateCeContactStoreLocationInput.ceContactStoreId
● ID!
non-null scalar
The identifier of the continuing education contact store the location is associated with.
UpdateCeContactStoreLocationInput.comment
● String
scalar
A UTF-8 string comment for the location. Optional.
UpdateCeContactStoreLocationInput.locationId
● ID!
non-null scalar
The identifier of the location.
UpdateCeContactStoreLocationInput.name
● String
scalar
A UTF-8 string representing the name of the location. Optional.
UpdateCeContactStoreLocationInput.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 continuing education contact store.
Member Of
updateCeContactStoreLocation
mutation