Uses of Class
org.oxerr.vividseats.client.rescu.resource.VividSeatsException
Package
Description
Inventory resources.
Inventory API.
-
Uses of VividSeatsException in org.oxerr.vividseats.client.rescu.resource.inventory
Modifier and TypeMethodDescriptionListingResource.create
(org.oxerr.vividseats.client.model.inventory.BrokerListing brokerListing) Creates a listing.Deletes a listing.ListingResource.get
(String fromEventDate, String toEventDate, Long listingId, String internalTicketId, Integer productionId, Integer headlinerId, Boolean includeFiles) Retrieves listings.ListingResource.update
(org.oxerr.vividseats.client.model.inventory.BrokerListing brokerListing) Updates a listing. -
Uses of VividSeatsException in org.oxerr.vividseats.client.rescu.resource.v1.inventory
Modifier and TypeMethodDescriptionListingResource.deleteListing
(String apiToken, String ticketId) Delete a listing.ListingResource.updateListing
(String apiToken, String ticketId, Integer quantity, String section, String row, String seatFrom, String seatThru, String notes, BigDecimal price, Boolean electronic, String inHandDate, org.oxerr.vividseats.client.model.inventory.SplitType splitType, String splitValue, List<String> barcode, BigDecimal faceValue, BigDecimal unitTaxedCost) Updates a listing.