Skip to main content

Attach EventDate to Ticket Type

POST 

/ticket/:guid/dates/:eventdate_guid

Attach an EventDate to a Ticket Type

Request

Path Parameters

    guid uuidrequired

    The guid of the Ticket Type.

    eventdate_guid uuidrequired

    The guid of the EventDate.

Responses

EventDate attached to Ticket Type. This returns an emtpy response.

Loading...