INPUT_OBJECT
InspectionInput
link GraphQL Schema definition
- input InspectionInput {
- # 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.
- CBPPortCode :
- # UNLOCODE location of previously performed inspection, or scheduled inspection.
- # Required for APHIS if inspectionStatus is P.
- UNLOCODE :
- }