Eventjet GraphQL API documentation

ApplyCustomerDataToSaleInput

Input object

Input for applying customer data to a sale.

Customer data is optional for box office sales but may be required for invoice payments or confirmation emails.

Fields

FieldDescriptionType
dataThe customer data to apply, as a list of key-value pairs. Each call replaces the values for the provided keys; keys not included are left unchanged.[ FormValueInput! ]!
saleIdThe ID of the `Sale` to update.ID!