HoldLayoutCargoInfo
A Hold Layout information by cargo type.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
cargoTypeCode |
Cargo Type Code (PP Pallets, LL ULD's) |
CargoTypeCode |
false |
|
|
false |
holdLayout |
A Planned utilization layout of aircraft hold. |
HoldLayout |
true |
|
|
false |
unitsQty |
Number of cargo units of the specified cargo type. |
number |
false |
|
|
false |
{
"cargoTypeCode" : {
"cargoTypeCodeEnum" : { }
},
"holdLayout" : {
"aircraftGroupConfiguration" : [ { } ],
"holdLayoutCargoInfo" : [ { } ],
"holdLayoutIdentifier" : "string",
"iataAircraftType" : { }
},
"unitsQty" : "number"
}