OBJECT
Inspection
link GraphQL Schema definition
- type Inspection {
- #   Inspection/Laboratory Testing Status. Either I, P, or S required for APHIS. Code 
- #   I required for FWS if processing code is EDS.
- : InspectionStatus 
- #   Requested or scheduled Date of Inspection, or Date of Previous 
- #   Inspection/Laboratory Testing, or Arrival Date. Used by APHIS, FWS.
- : Date 
- #   CBP Port code location of scheduled inspection. Required for APHIS if 
- #   inspectionStatus is S or I. Required for FWS for processing code EDS if the 
- #   inspection is taking place at a port. Otherwise, use locationLOCODE.
- : CBPPortCode 
- #   UNLOCODE location of previously performed inspection, or scheduled inspection. 
- #   Required for APHIS if inspectionStatus is P. Required for FWS for processing 
- #   code EDS if the inspection is not taking place at a port. Otherwise, use 
- #   locationPort.
- : UNLOCODE 
- }