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 Field | SOAP Field | Notes |
|---|---|---|
| barcode | CAB | Ticket barcode (body) |
| rank | rank | Seat rank (body) |
| seat | seat | Seat number (body) |
| returnCode | returnCode | Stored procedure return code |
| orderRowId | idOrderRow | Order row of the matched seat |
| identityId | idIdentity | Owning identity |
| loginId | idLogin | Owning identity login |
| login | login | Owning login |
Read-only. Keeps the legacy stored procedure GetBarCodeSeatRankInfo (called parameterized).
A technical failure is returned as HTTP 500 (SOAP result 10251).
Request
Responses
- 200
- 401
- 422
- 500
OK
Unauthorized
Unprocessable Content
Internal Server Error