BagPhysicalProperty
A property used to characterize a bag, such as weight, color.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
bag |
A piece of luggage associated with a passenger, packed for traveling, and necessary or appropriate in connection with a journey. |
Bag |
true |
|
|
false |
basicCode |
The basic code of the physical property measurement. Refer to resolution 743b basic element codes. |
BagBasicCode |
false |
|
|
false |
colorCode |
The color of the physical property measurement. Refer to resolution 743b color codes. |
BagColorCode |
false |
|
|
false |
descriptiveCode |
The descriptive code of the physical property measurement. Refer to resolution 743b description codes. |
BagDescriptiveCode |
false |
|
|
false |
descriptivePictureUri |
The descriptive picture of physical property measurement. |
string |
false |
|
|
false |
externalFeatureCode |
The external feature of the physical property measurement. Refer to resolution 743b external element codes. |
BagExternalFeatureCode |
false |
|
|
false |
materialCode |
The material code of the physical property measurement. Refer to resolution 743b description codes. |
BagMaterialCode |
false |
|
|
false |
weightMeasure |
A measurement of the heaviness of a bag. Only checked weight supported. Unit must be KGT (kilograms). |
WeightMeasure |
false |
|
|
false |
{
"bag" : {
"bagDimension" : { },
"bagException" : [ { } ],
"bagLocationCity" : { },
"bagLocationCountry" : { },
"bagLocationRegion" : { },
"bagPhysicalProperty" : { },
"bagPosition" : { },
"bagSegment" : [ { } ],
"bagTag" : { },
"crewMember" : { },
"pax" : { },
"service" : { }
},
"basicCode" : {
"bagBasicCodeEnum" : { }
},
"colorCode" : {
"bagColorCodeEnum" : { }
},
"descriptiveCode" : {
"bagDescriptiveCodeEnum" : { }
},
"descriptivePictureUri" : "string",
"externalFeatureCode" : {
"bagExternalFeatureCodeEnum" : { }
},
"materialCode" : {
"bagMaterialCodeEnum" : { }
},
"weightMeasure" : {
"unitCode" : "string",
"value" : "number"
}
}