Interface ListingService


public interface ListingService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.oxerr.vividseats.client.model.BrokerListing
    create(org.oxerr.vividseats.client.model.BrokerListing brokerListing)
     
    void
    delete(Long listingId, String internalTicketId)
     
    void
     
    List<org.oxerr.vividseats.client.model.BrokerListing>
    get(Long listingId, String internalTicketId, Integer productionId, String fromEventDate, String toEventDate, Integer headlinerId, Boolean includeFiles)
     
    void
    update(org.oxerr.vividseats.client.model.BrokerListing brokerListing)
     
    void
    updateListing(org.oxerr.vividseats.client.model.v1.Update update)