publish result: {"status_code":400,"error_detail":{"ARGUMENTS_ERROR":{"event.tax_settings":["EVENT_TAX_SETTINGS_MISSING"]}},"error_description":"There are errors with your arguments: event.tax_settings - EVENT_TAX_SETTINGS_MISSING","error":"ARGUMENTS_ERROR"}
"event.tax_settings" is not documented in API, absolutely no documentation and no clue what to do.
What have you already tried?
I've tried publishing the exact same event to any other city and that succeeds. Chicago has some new "city tax".
When I make the call I pass the "standard" parameters to create the event - this works 100% for all cities except Chicago
API call parameters are:
array(
'event.name.html' => $eventModel->name,
'event.description.html' => $event_html_description,
'event.start.utc' => $startdatetime,
'event.start.timezone' => $time_zone,
'event.end.utc' => $enddatetime,
'event.end.timezone' => $time_zone ,
'event.currency' => $currency,
'event.organizer_id' => $organizerId,
...
)
Just for Chicago I've tried adding
'event.tax_settings' => 'yes'
still doesn't work
Describe the expected results:
HTTP 200 and event published