| name | data type | description |
|---|---|---|
| InterchangeCode | string | |
| DistributorVehicleJourneyRef | DatedVehicleJourneyRefStructure | |
| DistributorConnectionLinkRef | ConnectionLinkRefStructure | |
| DistributorConnectionLink | ContextualisedConnectionLinkStructure | |
| DistributorVisitNumber | number | |
| DistributorOrder | number | |
| StaySeated | boolean | |
| Guaranteed | boolean | |
| Advertised | boolean | |
| MaximumWaitTime | Duration |
Example
{
"InterchangeCode" : "...",
"DistributorVehicleJourneyRef" : {
"value" : "..."
},
"DistributorConnectionLinkRef" : {
"value" : "..."
},
"DistributorConnectionLink" : {
"ConnectionLinkCode" : "...",
"StopPointRef" : {
"value" : "..."
},
"StopPointName" : {
"value" : "...",
"lang" : "..."
},
"DefaultDuration" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"FrequentTravellerDuration" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"OccasionalTravellerDuration" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"ImpairedAccessDuration" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
}
},
"DistributorVisitNumber" : 12345,
"DistributorOrder" : 12345,
"StaySeated" : true,
"Guaranteed" : true,
"Advertised" : true,
"MaximumWaitTime" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
}
}