The Encode Decode Rail Station (RailLocationRQ) service can be used to encode or decode stations.
Encoding is an operation to retrieve station code based on station name. Decode is an operation to retrieve station name based on station code. Fully or partially matching options can be returned. If no station exists within the provided location, other stations located nearby can be provided. Upon success, a list of stations is returned.
For more details please refer to Resources.
NOTE: Consuming this webservice and its content requires special permission. Before requesting access please make sure you have all the necessary agreements in place with the rail vendor(s) you would like to sell using Sabre Webservices. For more information on accessing Sabre Rail content and rail supplier contacts please visit the respective product page on Agency eServices.
<ns8:LocationCriteria>
<ns8:Locations>
<ns8:Location CodeContext="2C" LocationCode="FRCHV"/>
</ns8:Locations>
</ns8:LocationCriteria>
</ns8:RailLocationRQ>
<rl:Success/>
<rl:LocationResponse>
<rl:Stations>
<rl:Station>
<rl:Details CodeContext="2C" LocationCode="FRCHV">PARIS LA CHAPELLE</rl:Details>
<rl:Address>
<rota:PostalCode>75</rota:PostalCode>
<rota:CountryName>FR</rota:CountryName>
</rl:Address>
</rl:Station>
</rl:Stations>
</rl:LocationResponse>
</rl:RailLocationRS>