Order Security Screening for Shipments
Most customers have contracts that demand CHI to do a security screening of the shipments per default. If a customer does not have such a contract, then a security screening can be ordered per shipment.
Prerequisite: The shipments that should be screened have to be announced/created in advance via the Shipment API.
Ordering a security screening is performed by sending a POST request to /order/securityScreening.
POST /order/securityScreening - Payload:
{
"shipments": [
{
"houseAirWaybillNumber": "HAWB001",
},
{
"shipmentId": "SHP001",
},
{
"alternativeReference": "F-123456789"
}
],
"textualInstructions": "no x-ray! photo films in cargo"
}The shipments are either referenced by “shipmentId”, “houseAirWaybillNumber”, “masterAirWaybillNumber” (IATA direct) or the “alternativeReference”.