PUT POS/Tickets/{id}/SellPrice Try Now

Update the ticket sell price.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id
TicketGroup identifier.
string
Required

Body Parameters

The Ticket Sell Price.

NameDescriptionTypeAdditional information
Amount
Gets or sets the amount.
decimal number
None.
Currency
Gets or sets the currency.
string
None.

Request Formats

application/json, text/json

Sample:
{
  "Currency": "",
  "Amount": 1.0
}

Response Information

Resource Description

None.

Response Formats

application/json, text/json

Sample:

Sample not available.