| name | data type | description |
|---|---|---|
| JourneyPartInfo | array of JourneyPartInfoStructure |
Example
{
"JourneyPartInfo" : [ {
"JourneyPartRef" : "...",
"TrainNumberRef" : {
"value" : "..."
},
"OperatorRef" : {
"value" : "..."
}
}, {
"JourneyPartRef" : "...",
"TrainNumberRef" : {
"value" : "..."
},
"OperatorRef" : {
"value" : "..."
}
} ]
}