Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

BoB Inspection API provides a subset of the services provided by BoB Validation API and is used for transmitting events resulting from ticket inspection.

...

Inspect Ticket

Inspect ticket by Ticket ID. If an eventResult is not provided, the result of the inspection is not known and the server is requested to perform online validation. In this case, the entire MTB should always be submitted via a query parameter.

...

Code Block
titleExample response
linenumberstrue
collapsetrue
Location: https://ticketing.bob.example.com/api/v1/ticket/57e53ddd731adf5bf07d2c12/event/2

...

Inspection report

Already performed inspections may be submitted in batch via reportInspectionsInspectionReport. The entire batch must accepted/rejected – there's no status reporting on individual events.

...