Export
Click here for a complete list of operations.
ZajezdTermin
Informace o termínu a zájezdu potřebné pro zobrazení kalkulace. RTFM
Test
The test form is only available for methods with primitive types as parameters.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /Export.asmx HTTP/1.1
Host: xml.profitour.cz
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://xml.profitour.sk/ZajezdTermin"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ZajezdTermin xmlns="http://xml.profitour.sk/">
<id_Organizace>int</id_Organizace>
<id_Jazyk>cs or sk</id_Jazyk>
<VypsatNazvy>boolean</VypsatNazvy>
<ID>int</ID>
<id_ZajezdHotel>
<int>int</int>
<int>int</int>
</id_ZajezdHotel>
</ZajezdTermin>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ZajezdTerminResponse xmlns="http://xml.profitour.sk/">
<ZajezdTerminResult>
<Error>string</Error>
<Message>string</Message>
<Data ID="int" Nazev="string" id_Republika="string" Organizace="string" OrganizaceIC="string">
<ZajezdKategorie>
<ZajezdKategorie xsi:nil="true" />
<ZajezdKategorie xsi:nil="true" />
</ZajezdKategorie>
<Termin ID="int" id_Zajezd="int" DatumOd="dateTime" DatumDo="dateTime" Dni="int" Noci="int" id_Doprava="int" LastMinute="boolean" FirstMinute="boolean" CenaOd="decimal" PriplatkyOd="decimal" CenaCelkemOd="decimal" CenaOdKatalog="decimal" PriplatkyOdKatalog="decimal" CenaCelkemOdKatalog="decimal" id_Mena="string" str_Doprava="string" str_Mena="string">
<Letiste xsi:nil="true" />
</Termin>
<Hotely>
<ZajezdHotelPopis xsi:nil="true" />
<ZajezdHotelPopis xsi:nil="true" />
</Hotely>
<Svozy>
<Svoz xsi:nil="true" />
<Svoz xsi:nil="true" />
</Svozy>
<Strava>
<Strava xsi:nil="true" />
<Strava xsi:nil="true" />
</Strava>
</Data>
</ZajezdTerminResult>
</ZajezdTerminResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /Export.asmx HTTP/1.1
Host: xml.profitour.cz
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<ZajezdTermin xmlns="http://xml.profitour.sk/">
<id_Organizace>int</id_Organizace>
<id_Jazyk>cs or sk</id_Jazyk>
<VypsatNazvy>boolean</VypsatNazvy>
<ID>int</ID>
<id_ZajezdHotel>
<int>int</int>
<int>int</int>
</id_ZajezdHotel>
</ZajezdTermin>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<ZajezdTerminResponse xmlns="http://xml.profitour.sk/">
<ZajezdTerminResult>
<Error>string</Error>
<Message>string</Message>
<Data ID="int" Nazev="string" id_Republika="string" Organizace="string" OrganizaceIC="string">
<ZajezdKategorie>
<ZajezdKategorie xsi:nil="true" />
<ZajezdKategorie xsi:nil="true" />
</ZajezdKategorie>
<Termin ID="int" id_Zajezd="int" DatumOd="dateTime" DatumDo="dateTime" Dni="int" Noci="int" id_Doprava="int" LastMinute="boolean" FirstMinute="boolean" CenaOd="decimal" PriplatkyOd="decimal" CenaCelkemOd="decimal" CenaOdKatalog="decimal" PriplatkyOdKatalog="decimal" CenaCelkemOdKatalog="decimal" id_Mena="string" str_Doprava="string" str_Mena="string">
<Letiste xsi:nil="true" />
</Termin>
<Hotely>
<ZajezdHotelPopis xsi:nil="true" />
<ZajezdHotelPopis xsi:nil="true" />
</Hotely>
<Svozy>
<Svoz xsi:nil="true" />
<Svoz xsi:nil="true" />
</Svozy>
<Strava>
<Strava xsi:nil="true" />
<Strava xsi:nil="true" />
</Strava>
</Data>
</ZajezdTerminResult>
</ZajezdTerminResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /Export.asmx/ZajezdTermin?id_Organizace=string&id_Jazyk=string&VypsatNazvy=string&ID=string&id_ZajezdHotel=string&id_ZajezdHotel=string HTTP/1.1 Host: xml.profitour.cz
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<ResultOfZajezdTerminItem xmlns="http://xml.profitour.sk/">
<Error>string</Error>
<Message>string</Message>
<Data ID="int" Nazev="string" id_Republika="string" Organizace="string" OrganizaceIC="string">
<ZajezdKategorie>
<ZajezdKategorie id_TypZajezdKategorie="int" str_TypZajezdKategorie="string" />
<ZajezdKategorie id_TypZajezdKategorie="int" str_TypZajezdKategorie="string" />
</ZajezdKategorie>
<Termin ID="int" id_Zajezd="int" DatumOd="dateTime" DatumDo="dateTime" Dni="int" Noci="int" id_Doprava="int" LastMinute="boolean" FirstMinute="boolean" CenaOd="decimal" PriplatkyOd="decimal" CenaCelkemOd="decimal" CenaOdKatalog="decimal" PriplatkyOdKatalog="decimal" CenaCelkemOdKatalog="decimal" id_Mena="string" str_Doprava="string" str_Mena="string">
<Letiste>
<Letiste d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Letiste d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Letiste>
</Termin>
<Hotely>
<ZajezdHotelPopis>
<Hotel d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Strava d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<TypUbytovani d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</ZajezdHotelPopis>
<ZajezdHotelPopis>
<Hotel d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Strava d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<TypUbytovani d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</ZajezdHotelPopis>
</Hotely>
<Svozy>
<Svoz id_SvozMisto="int" Cena="decimal" id_Mena="string" str_SvozMisto="string" str_Mena="string" />
<Svoz id_SvozMisto="int" Cena="decimal" id_Mena="string" str_SvozMisto="string" str_Mena="string" />
</Svozy>
<Strava>
<Strava id_Strava="int" str_Strava="string" />
<Strava id_Strava="int" str_Strava="string" />
</Strava>
</Data>
</ResultOfZajezdTerminItem>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /Export.asmx/ZajezdTermin HTTP/1.1 Host: xml.profitour.cz Content-Type: application/x-www-form-urlencoded Content-Length: length id_Organizace=string&id_Jazyk=string&VypsatNazvy=string&ID=string&id_ZajezdHotel=string&id_ZajezdHotel=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<ResultOfZajezdTerminItem xmlns="http://xml.profitour.sk/">
<Error>string</Error>
<Message>string</Message>
<Data ID="int" Nazev="string" id_Republika="string" Organizace="string" OrganizaceIC="string">
<ZajezdKategorie>
<ZajezdKategorie id_TypZajezdKategorie="int" str_TypZajezdKategorie="string" />
<ZajezdKategorie id_TypZajezdKategorie="int" str_TypZajezdKategorie="string" />
</ZajezdKategorie>
<Termin ID="int" id_Zajezd="int" DatumOd="dateTime" DatumDo="dateTime" Dni="int" Noci="int" id_Doprava="int" LastMinute="boolean" FirstMinute="boolean" CenaOd="decimal" PriplatkyOd="decimal" CenaCelkemOd="decimal" CenaOdKatalog="decimal" PriplatkyOdKatalog="decimal" CenaCelkemOdKatalog="decimal" id_Mena="string" str_Doprava="string" str_Mena="string">
<Letiste>
<Letiste d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Letiste d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Letiste>
</Termin>
<Hotely>
<ZajezdHotelPopis>
<Hotel d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Strava d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<TypUbytovani d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</ZajezdHotelPopis>
<ZajezdHotelPopis>
<Hotel d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Strava d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<TypUbytovani d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</ZajezdHotelPopis>
</Hotely>
<Svozy>
<Svoz id_SvozMisto="int" Cena="decimal" id_Mena="string" str_SvozMisto="string" str_Mena="string" />
<Svoz id_SvozMisto="int" Cena="decimal" id_Mena="string" str_SvozMisto="string" str_Mena="string" />
</Svozy>
<Strava>
<Strava id_Strava="int" str_Strava="string" />
<Strava id_Strava="int" str_Strava="string" />
</Strava>
</Data>
</ResultOfZajezdTerminItem>