
| Property Name | Type | Description |
|---|---|---|
| MasterBOL | string |
A String value
where
length <=
25
Description : Shipment master Bill Of Lading number
|
| PRONbr | string |
A String value
where
length <=
25
Description : Shipment PRO number
|
| ConfNbr | string |
A String value
where
length <=
25
Description : Shipment confirmation number
|
| Additional Properties | Type | Description |
| Any Property | any |
Any type of value (boolean, integer, number, string, object, array or null).
|
"ShipmentRefs": {
"type": "object",
"additionalProperties": {},
"properties": {
"MasterBOL": {
"type": "string",
"description": "Shipment master Bill Of Lading number",
"maxLength": 25
},
"PRONbr": {
"type": "string",
"description": "Shipment PRO number",
"maxLength": 25
},
"ConfNbr": {
"type": "string",
"description": "Shipment confirmation number",
"maxLength": 25
}
}
}