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