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.
  • status: InspectionStatus
  • # Requested or scheduled Date of Inspection, or Date of Previous
  • # Inspection/Laboratory Testing, or Arrival Date. Used by APHIS, FWS.
  • date: 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.
  • locationPort: 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.
  • locationLOCODE: UNLOCODE
  • }