Skip to main content

Update the extra properties for a Product Type on a Ticket Type

PUT 

/ticket/:guid/products/:product_guid

Update the override price for a Product Type on a Ticket Type.

Request

Path Parameters

    guid uuidrequired

    The guid of the Ticket Type.

    product_guid uuidrequired

    The guid of the Product Type.

Body

Input data

    price integer

    Use this property to override the price of a Product Type. Note, that this value appear in the "pivot" property.

Responses

Extra properties of Product Type on the Ticket Type updated. This returns an empty response.

Loading...