DEV

Input.

ManifestInput

No description

Fields

amount

Decimal

Optional total monetary amount for the Manifest

arrivalDate

DateTime!

Required

Arrival date for the Manifest

awbNumber

String

Optional 8-digit AWB number for the Manifest

awbPrefix

String

Optional 3-digit airline prefix for the Manifest AWB

carrierCode

String!

Required

Carrier code for the Manifest (ex: AA, UA, DL, etc.)

destinationCode

String!

Required

Code for where the Manifest arrives at the destination. Could be an IATA airport code (ex: SLC), port code (ex: USLAX), etc.

initialSource

ManifestDataSource

Data source of the initial Manifest creation. Defaults to CARDIT

operatorDestination

String

Optional destination operator information

operatorOrigin

String

Optional origin operator information

originCode

String

Optional code for where the Manifest left the country at origin. Could be an IATA airport code (ex: NRT), port code (ex: CNSHA), etc.

postalOperatorCode

PostalOperatorCode!

Required

Postal operator code for the Manifest

serviceNumber

String!

Required

Service number for the Manifest (e.g. flight number, train number, etc.)

transportationMode

TransportationMode

Optional transportation mode for the Manifest. Defaults to AIR

weight

Decimal

Optional total weight of the Manifest

weightUnit

WeightUnitCode

Unit of weight measurement for the Manifest. Must be provided if weight is provided

Was this page helpful?