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.
organizer
string
The slug field of the organizer to modify.
Example:
1001fx
event
string
The slug field of the event to modify.
Example:
demo
ticketCode
string
Ticket to update.
Example:
7kuywbzgfubpxncg6ek3hmrj7fz8hry4
apiToken
string
Your pretix API Token.
Example:
yourApiToken
attendeeData
object
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_email
email
The attendees email.
Example:
pretixdemo@1001fx.com
attendee_name
string
Attendee name including first and last name.
company
string
The attendees company.
street
string
The attendees street.
zipcode
string
The attendees zip code.
city
string
The attendeees city.
country
string
The attendees country.
state
string
The attendees state.