DatedCalls Data Type

Implemented Interfaces
Serializable
Properties
name data type description
DatedCall array of DatedCall

Example

{
  "DatedCall" : [ {
    "StopPointRef" : {
      "value" : "..."
    },
    "VisitNumber" : 12345,
    "Order" : 12345,
    "StopPointName" : {
      "value" : "...",
      "lang" : "..."
    },
    "TimingPoint" : true,
    "BoardingStretch" : true,
    "RequestStop" : true,
    "DestinationDisplay" : {
      "value" : "...",
      "lang" : "..."
    },
    "CallNote" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "AimedArrivalTime" : "...",
    "ArrivalPlatformName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ArrivalBoardingActivity" : "alighting",
    "AimedDepartureTime" : "...",
    "DeparturePlatformName" : {
      "value" : "...",
      "lang" : "..."
    },
    "DepartureBoardingActivity" : "passThru",
    "AimedHeadwayInterval" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "TargetedInterchange" : [ {
      "InterchangeCode" : "...",
      "DistributorVehicleJourneyRef" : { },
      "DistributorConnectionLink" : { },
      "DistributorConnectionLinkRef" : { },
      "DistributorVisitNumber" : 12345,
      "DistributorOrder" : 12345,
      "StaySeated" : true,
      "Guaranteed" : true,
      "Advertised" : true,
      "MaximumWaitTime" : { }
    }, {
      "InterchangeCode" : "...",
      "DistributorVehicleJourneyRef" : { },
      "DistributorConnectionLink" : { },
      "DistributorConnectionLinkRef" : { },
      "DistributorVisitNumber" : 12345,
      "DistributorOrder" : 12345,
      "StaySeated" : true,
      "Guaranteed" : true,
      "Advertised" : true,
      "MaximumWaitTime" : { }
    } ],
    "Extensions" : {
      "any" : { }
    }
  }, {
    "StopPointRef" : {
      "value" : "..."
    },
    "VisitNumber" : 12345,
    "Order" : 12345,
    "StopPointName" : {
      "value" : "...",
      "lang" : "..."
    },
    "TimingPoint" : true,
    "BoardingStretch" : true,
    "RequestStop" : true,
    "DestinationDisplay" : {
      "value" : "...",
      "lang" : "..."
    },
    "CallNote" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "AimedArrivalTime" : "...",
    "ArrivalPlatformName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ArrivalBoardingActivity" : "alighting",
    "AimedDepartureTime" : "...",
    "DeparturePlatformName" : {
      "value" : "...",
      "lang" : "..."
    },
    "DepartureBoardingActivity" : "boarding",
    "AimedHeadwayInterval" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "TargetedInterchange" : [ {
      "InterchangeCode" : "...",
      "DistributorVehicleJourneyRef" : { },
      "DistributorConnectionLink" : { },
      "DistributorConnectionLinkRef" : { },
      "DistributorVisitNumber" : 12345,
      "DistributorOrder" : 12345,
      "StaySeated" : true,
      "Guaranteed" : true,
      "Advertised" : true,
      "MaximumWaitTime" : { }
    }, {
      "InterchangeCode" : "...",
      "DistributorVehicleJourneyRef" : { },
      "DistributorConnectionLink" : { },
      "DistributorConnectionLinkRef" : { },
      "DistributorVisitNumber" : 12345,
      "DistributorOrder" : 12345,
      "StaySeated" : true,
      "Guaranteed" : true,
      "Advertised" : true,
      "MaximumWaitTime" : { }
    } ],
    "Extensions" : {
      "any" : { }
    }
  } ]
}