POST

Change Currency


Changes ticket price currency per event.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Events - all permissions
Manage Ticket Definitions
Manage Events
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/events-ticket-definitions/v3/ticket-definitions/currency

Body Params
eventIdstringRequiredformat GUID

Event ID.


currencystringRequiredminLength 3maxLength 3

Ticket price currency in 3-letter ISO-4217 alphabetic format.

Response Object
Returns an empty object.
Change currency
Request
cURL
Response
JSON
Errors
428Failed Precondition

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?