Skip to main content

Finds a seat (and its owning identity / login / order row) from a ticket barcode and its rank/seat.

POST 

/api/v1/order/findSeat

SOAP Equivalent: ACP_FindSeatWithCABAndSeat

SOAP to REST Field Mapping

REST FieldSOAP FieldNotes
barcodeCABTicket barcode (body)
rankrankSeat rank (body)
seatseatSeat number (body)
returnCodereturnCodeStored procedure return code
orderRowIdidOrderRowOrder row of the matched seat
identityIdidIdentityOwning identity
loginIdidLoginOwning identity login
loginloginOwning login

Read-only. Keeps the legacy stored procedure GetBarCodeSeatRankInfo (called parameterized). A technical failure is returned as HTTP 500 (SOAP result 10251).

Request

Responses

OK