Update the svg for a specific zone

Content

Resource URL

https://apps.ticketmatic.com/api/1/{accountname}/settings/seatingplans/seatingplans/{id}/svg/{zoneid}

Description

Updates the svg for this specific zone.

Example

Request

1use Ticketmatic\Endpoints\Settings\Seatingplans\Seatingplans;
2
3$result = Seatingplans::savesvg($client, $id, $zoneid);