Request “transferSearchCountry” - search for transfer country by its name.
Parameters:
Element name | Attribute | Description |
---|---|---|
type | - | request type |
name | - | Country name (or leave empty for full list, matching rest of criteria) |
transferType | - | Type of search, possible values: T - Transfer A - Car rental |
transferWays | - | Type of transfer, possible values: ow - One Way rt - Return |
<?xml version="1.0"?> <mds> <auth> <login>LOGIN</login> <pass>PASSWORD</pass> </auth> <request> <type>transferSearchCountry</type> <conditions> <name>pol</name> <transferType>T</transferType> <transferWays>ow</transferWays> <language>PL</language> </conditions> </request> </mds>
Parameters:
Element name | Attribute | Description |
---|---|---|
item | countryName | Name of country |
item | countryId | Country ID - used in filtering transfer departure places |
item | countryISO | Country ISO code |
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <response> <item countryName="Korea Południowa" countryId="113" countryISO="KR"/> <item countryName="Polska" countryId="46" countryISO="PL"/> <item countryName="Republika Południowej Afryki" countryId="65" countryISO="ZA"/> </response>