POST POS/Tickets/Search Try Now

Searches the specified Ticket.

Request Information

URI Parameters

NameDescriptionTypeAdditional information

Body Parameters

The request.

NameDescriptionTypeAdditional information
Id
The Identifier.
string
None.
TicketNumber
The ticket number.
long
None.
Event
The name of the event.
string
None.
Venue
The name of the venue.
string
None.
EventDate
The event date.
DateValue
None.
TicketStatus
The ticket status.
Collection of TicketStatus
None.
TicketType
The type of the ticket.
Collection of TicketType
None.
Stock
The stock.
Collection of Stock
None.
PDFStatus
The PDF status.
PreDeliveryStatus
None.
BarcodeStatus
The barcode status.
PreDeliveryStatus
None.
DeliveryMethod
The delivery method.
Collection of DeliveryMethod
None.
Section
The section.
string
None.
Quantity
The quantity.
integer
None.
Row
The row.
string
None.
LowSeat
The low seat.
integer
None.
HighSeat
The high seat.
integer
None.
Performer
The performer.
string
None.
InHandDate
The in hand date.
date
None.
EventId
The event identifier.
string
None.
VenueId
The venue identifier.
string
None.
PONumber
The po number.
long
None.
PurchasePrice
Purchase Price
decimal number
None.
ControlNotes
Control notes
string
None.
BrokerNotes
Broker notes
string
None.
InternalNotes
Internal notes
string
None.
Notes
Public notes
string
None.
Tags
Collection of string
None.
ZonePricing
Zone Pricing
string
None.
Location
Location
string
None.
OrderBy
Sets the order by.(Note: Please use column Name Given in Response only,Don't use "Page" or "ItemsPerPage").
string
None.
SortOrder
The SortOrder i.e. "ASC" or "DESC"
string
None.
DateUpdated
Set Date Updated you can use either Date Updated Or UpdatedSince.
date
None.
UpdatedSince
Set From Date and To Date value. Return result for between date , From Date And To Date.
DateValue
None.
Page
Sets the page.
integer
None.
ItemsPerPage
Sets the items per page.
integer
None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "",
  "TicketNumber": 2,
  "Event": "",
  "Venue": "",
  "EventDate": {
    "FromDate": "2024-03-29T11:50",
    "ToDate": "2024-03-29T11:51",
    "FilterByTime": true
  },
  "TicketStatus": [
    "Any"
  ],
  "TicketType": [
    "Any"
  ],
  "Stock": [
    "Any"
  ],
  "PDFStatus": "Any",
  "BarcodeStatus": "Any",
  "DeliveryMethod": [
    "None"
  ],
  "Section": "",
  "Quantity": 6,
  "Row": "",
  "LowSeat": 8,
  "HighSeat": 9,
  "Performer": "",
  "InHandDate": "2024-03-29T11:50",
  "EventId": "",
  "VenueId": "",
  "PONumber": 14,
  "PurchasePrice": 15.0,
  "ControlNotes": "",
  "BrokerNotes": "",
  "InternalNotes": "",
  "Notes": "",
  "Tags": [
    ""
  ],
  "ZonePricing": "",
  "Location": "",
  "OrderBy": "",
  "SortOrder": null,
  "DateUpdated": "2024-03-29T11:50",
  "UpdatedSince": {
    "FromDate": "2024-03-29T11:50",
    "ToDate": "2024-03-29T11:51",
    "FilterByTime": true
  },
  "Page": 25,
  "ItemsPerPage": 26
}

Response Information

Resource Description

NameDescriptionTypeAdditional information
TicketGroupId
Ticket Group Identifier
string
None.
TicketNumber
Ticket Number
long
None.
TicketStatus
Ticket status
TicketStatus
None.
DoNotWaste
To indicate if Do not Waste is set.
boolean
None.
ZoneBroadcastData
Zone broadcast data
string
None.
IsPiggyback
To indicate if its a piggyback
boolean
None.
PiggybackId
Piggyback identifier
string
None.
TicketType
Type of ticket
TicketType
None.
IsMultiPOTicket
To indocate if this is a multi po ticket
boolean
None.
Event
Event
string
None.
EventId
Event identifier
string
None.
Venue
Venue
string
None.
VenueId
Venue identifier
string
None.
EventDate
Event date
date
None.
Section
Section
string
None.
Row
Row
string
None.
Quantity
Quantity
integer
None.
MaskedQuantity
Quantity masked
integer
None.
Seating
Seating information
Seating
None.
LowSeat
Low seat
integer
None.
HighSeat
High seat
integer
None.
Stock
Stock
Stock
None.
SplitOption
Split option
SplitOption
None.
DeliveryOption
Delivery option
DeliveryOption
None.
DeliveryMethod
Method of delivery
DeliveryMethod
None.
PDFStatus
Status of pdf
PreDeliveryStatus
None.
BarcodeStatus
Status of barcode
PreDeliveryStatus
None.
InHandStatus
In hand status
InHandStatus
None.
InHandDate
In hand date
date
None.
PurchasePrice
Purchase price
Money
None.
PurchasePriceBase
Purchase price base
Money
None.
FacePrice
Face price
Money
None.
SellPrice
Sell price
Money
None.
SellPriceBase
Sell price base
Money
None.
SHPrice
StubHub price
Money
None.
InvoiceId
Invoice identifier
string
None.
ControlNotes
Control notes
string
None.
ConnectedStatus
The connected status.
ConnectedStatus
None.
BrokerNotes
Broker notes
string
None.
InternalNotes
Internal notes
string
None.
Notes
Public notes
string
None.
HasTag
Has tags
boolean
None.
EventStatus
Event status
EventStatus
None.
PerformerId
Performer identifier
string
None.
CategoryType
Category type
CategoryType
None.
StubHubEventId
StubHub Event identifier
string
None.
SHErrorMessage
string
None.
SHErrorCode
SHErrorCode
None.
DateUpdated
Date updated
date
None.
Splits
Splits
integer
None.
StubHubLisingId
StubHub listing identifier
string
None.
City
City
string
None.
State
State
string
None.
DateAdded
Date added
date
None.
Version
Version
integer
None.
PrimaryTraits
Primary traits
integer
None.
Location
Location
string
None.
PONumber
string
None.

Response Formats

application/json, text/json

Sample:

Sample not available.