JourneyParts Data Type

Implemented Interfaces
Serializable
Properties
name data type description
JourneyPartInfo array of JourneyPartInfoStructure

Example

{
  "JourneyPartInfo" : [ {
    "JourneyPartRef" : "...",
    "TrainNumberRef" : {
      "value" : "..."
    },
    "OperatorRef" : {
      "value" : "..."
    }
  }, {
    "JourneyPartRef" : "...",
    "TrainNumberRef" : {
      "value" : "..."
    },
    "OperatorRef" : {
      "value" : "..."
    }
  } ]
}