pretixupdateticket - Update a Pretix Ticket by id
Update various ticket fields in pretix.
Scope is updating a ticket.
Covers the Pretix API Endpoint https://docs.pretix.eu/en/latest/api/resources/orders.html#manipulating-individual-positions.
See https://pretix.eu fore more information.
organizerstring
The slug field of the organizer to modify.
Example:
1001fxeventstring
The slug field of the event to modify.
Example:
demoticketCodestring
Ticket to update.
Example:
7kuywbzgfubpxncg6ek3hmrj7fz8hry4apiTokenstring
Your pretix API Token.
Example:
yourApiTokenattendeeDataobject
The data to update your attendee with. Only the specified fields will be updated.
Example:
{
"attendee_email": "pretixdemo@1001fx.com",
"attendee_name": "1001fx User",
"company": "1001fx",
"street": "1001fx Street",
"zipcode": "10001",
"city": "1001fx City",
"country": "Germany"
}attendee_emailemail
The attendees email.
Example:
pretixdemo@1001fx.comattendee_namestring
Attendee name including first and last name.
companystring
The attendees company.
streetstring
The attendees street.
zipcodestring
The attendees zip code.
citystring
The attendeees city.
countrystring
The attendees country.
statestring
The attendees state.
