Submit air waybill to CHAMP

Submits a draft CHAMP air waybill to Traxon cargoHUB. Requires shipper, consignee, and charge_declarations to be filled in. Returns 422 if the AWB is not in draft status or required fields are missing. | () -> (ChampAirWaybill1)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

task_group_idstringRequired

Response

Successful Response
_idstring
orgIdstring

Must be a string starting with org_

taskGroupIdstring
webcargoBookingRecordIdstring
airWaybillNumberstring
originstring
destinationstring
totalConsignmentNumberOfPiecesinteger
weightobject

Reusable weight amount + unit pair.

Used for:

  • AirWayBill.weight -> [WEBCARGO] <NetWeight> (gross weight)
  • Charge.chargeable_weight -> [WEBCARGO] <TotalChargeableWeight> (billing weight)
  • ChargeItem.gross_weight -> [WEBCARGO] <NetWeight>
routelist of objects
chargeItemslist of objects
createdAtdatetime
updatedAtdatetime
schemaVersionintegerDefaults to 1
statusenum
Allowed values:
volumeobject

[WEBCARGO] Volume from <NetVolumeMeasure>.

flightslist of objects
isoCurrencyCodestring
agentobject

[WEBCARGO/CONFIG] Forwarder’s IATA agent identification. Same identity as iata in WebcargoEmbedViewParams and OY party in bookingRecord XML.

shipperobject

[CUSTOMER] Shipper or consignee with address and optional contact info. account_number is the IATA participant code (optional).

consigneeobject

[CUSTOMER] Shipper or consignee with address and optional contact info. account_number is the IATA participant code (optional).

chargeDeclarationsobject

[CUSTOMER/WEBCARGO] Currency from WebCargo <PriceIndicator>, payment conditions from customer’s commercial terms.

densityGroupinteger
specialHandlingCodeslist of enums
additionalSpecialHandlingCodeslist of strings
specialServiceRequeststring
alsoNotifyobject

[CUSTOMER] Shipper or consignee with address and optional contact info. account_number is the IATA participant code (optional).

prepaidChargeSummaryobject

[CUSTOMER] Prepaid or collect charge totals. One of prepaid or collect charge summary must be given.

collectChargeSummaryobject

[CUSTOMER] Prepaid or collect charge totals. One of prepaid or collect charge summary must be given.

accountinglist of objects
otherChargeslist of objects
shippersCertificationstring
otherServiceInformationstring
chargesCollectInDestCurrencyobject

[CUSTOMER] Charges Collect expressed in destination currency.

customsOriginCodestring
commissionInfoobject

[CUSTOMER] Commission information concerning CASS settlement.

salesIncentiveobject

[CUSTOMER] Sales incentive information.

nominatedHandlingPartyobject

[CUSTOMER] Nominated handling party for the shipment.

shipmentReferenceInformationobject

[CUSTOMER] Shipment reference info (supplementary reference for the AWB).

otherParticipantlist of objects
ocilist of objects
submittedAtdatetime

Errors

422
Air Waybills Submit V1request Unprocessable Entity Error