Skip to main content

Create a Ticket Type in Cashr

POST 

/ticket/:guid/cashr

deprecated

Create a Ticket Type in Cashr, can only be done for Ticket Types owned by the requested Company.

Request

Path Parameters

    guid uuidrequired

    The guid of the Ticket Type.

Body

Input data

    SearchName string

    The name of a Ticket Type in Cashr, maximal 255 characters long

    Description string

    The description of a Ticket Type in Cashr, maximal 255 characters long

    Price float

    Price (decimal) for Cashr

Responses

Empty response when creation was successful

Loading...