PUT POS/Tickets/{id}/SellPrice Try Now
Update the ticket sell price.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
TicketGroup identifier.
|
string |
Required
|
Body Parameters
The Ticket Sell Price.
| Name | Description | Type | Additional 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.