/integrations/air_waybills

Create air waybill

Creates a CHAMP air waybill pre-populated from the stored WebCargo booking record. The booking must be synced first via the webcargo_bookings sync route. Returns 409 if an air waybill already exists for this task group. | (AirWaybillCreateReq) -> (ChampAirWaybill1)

post/integrations/air_waybills/create/v1

Request body

task_group_idstring required

Response

Successful Response

schemaVersion1
_idstring required
orgIdstring required

Must be a string starting with org_

taskGroupIdstring required
webcargoBookingRecordIdstring required
status'draft' | 'submitted' | 'accepted' | 'rejected'
airWaybillNumberstring required
originstring required
destinationstring required
totalConsignmentNumberOfPiecesinteger required
isoCurrencyCodestring nullable
densityGroupinteger nullable
specialHandlingCodesCargojsonSpecialHandlingCode[]
additionalSpecialHandlingCodesstring[]
specialServiceRequeststring nullable
shippersCertificationstring nullable
otherServiceInformationstring nullable
customsOriginCodestring nullable
createdAtstring date-time required
updatedAtstring date-time required
submittedAtstring date-time nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.