Operations
- The detailed transactions related to one bag - BagDetailsQuery
- The bag related state of one arrival - BagFlightArrivalStateQuery
- The bag related state of one departure - BagFlightDepartureStateQuery
- The "state" of one bag - BagStateQuery
Service error response
If a service specific error occurs the entity below will be returned. Any service specific errors will be documented with the actual service implementation.
| name | comment |
|---|---|
| status | HTTP status code, like 400 |
| error | HTTP status message, like "Bad request" |
| message | Additional information about the error |
| timestamp | Time when the error occurred |