Skip to main content

Reorder ProductGroups within a Ticket Type

PUT 

/ticket/:guid/groups/reorder

Change the order of ProductGroups within the Ticket Type by specifying the new successor predecessor pair. The predecessor will be moved within the Ticket Type directly above the successor. The sequence below the predecessor will change such that the old successor of the predecessor will now be the successor of the old predecessor. i.e. the sequence from which we remove the predecessor forms a new sequence as if the predecessor was not in that sequence before.

Note that the ProductGroups we are actually moving is the predecessor.

Request

Path Parameters

    guid uuidrequired

    The guid of the Ticket Type.

Body

Input data

    predecessor uuid

    The guid of the ProductGroup that will be moved within the Ticket Type.

    successor uuid

    The guid of the ProductGroup that is now positioned directly below the predecessor.

Responses

Reordering of ProductGroups within Ticket Type successful. This returns an empty response.

Loading...