BaggageConformanceIdentify ( TransactionId, AirportIATA, BagDropUnit, BagTagNumber ) : BaggageConformanceIdentifyResponse
To establish whether the scanned bag tag is recognized by the DCS, and return related flight and passenger information
Access method: GET
Parameters:
- transactionId : TransactionId
Identifies the transaction. See Use of TransactionId. - airportIATA : AirportIATA
Identifies the airport where the bag drop unit is placed. - bagDropUnit : BagDropUnit
Identifies the actual bag drop unit. - bagTagNumber : BagTagNumber
The bag tag that is to be identified.
Returns:
- 200 OK and BaggageConformanceIdentifyResponse if the DCS recognizes the bag tag.
- 400 Bad Request and additional explanatory text if there is an error response from the DCS.
- 404 Not found
- See HTTP Return Codes and Error Response for other HTTP return codes.