TaricCZ
Webová služba TaricCZ slouží k získávání on-line informací ze systému TARIC.Obsahuje metody 'Zeme', 'Kody', 'Vypocet' a 'KontrolaVyvozu'. Metoda 'Zeme' vrací seznam zemí a skupin. Metoda 'Kody' vrací podle datumu platnosti, nomenklatury a země původu seznam použitelných preferencí, přídavných kódů a kvót. Metody 'Vypocet' a 'KontrolaVyvozu' slouží pro získání podrobných informací o dováženém, resp. vyváženém zboží. Výstup všech metod je XML řetězec v UTF-8, který je podrobně popsán v dokumentaci k webové službě XSD schématem.
Web service TaricCZ serves for on-line information retrieval of TARIC system. Includes methods 'Zeme', 'Kody', 'Vypocet' and 'KontrolaVyvozu'. Method 'Zeme' returns list of countries and theirs groups. Method 'Kody' returns list of applicable preferences, additional codes, quotas and other information according to date of import, nomenclatures and country of origin. Methods 'Vypocet' and 'KontrolaVyvozu' return detailed information about imported or exported goods. Output of all methods is XML string in UTF-8, which is specified in documentation to web service by the XSD schema.
The following operations are supported. For a formal definition, please review the Service Description.
-
Kody
Vstup: string Datum dovozu (RRRR-MM-DD), string Nomenklatura (zbožový kód), string Kód země původu. Výstup: XML string v UTF-8, popsaný v dokumentaci schématem TARICCodes.xsd. Příklad volání: wm.Kody("2004-09-17", "0101101000", "CZ")
Input: string Date of import (YYYY-MM-DD), string Nomenklature (goods code), string Country code of origin. Output: XML string in UTF-8, specified in documentation by the schema TARICCodes.xsd. Example: wm.Kody("2004-09-17", "0101101000", "CZ") -
Kody2
Vstup: string Datum dovozu (RRRR-MM-DD), string Nomenklatura (zbožový kód), string Kód země původu, string Druh kódu, string Druh jazyka. (0 - Čeština, 1 - Angličtina) - Čeština je defaultní jazyk. Výstup: XML string v UTF-8, popsaný v dokumentaci schématem TARICCodes.xsd. Příklad volání: wm.Kody("2004-09-17", "0101101000", "CZ", "A", "0")
Input: string Date of import (YYYY-MM-DD), string Nomenklature (goods code), string Country code of origin, string Type code, string Type of language. (0 - Czech, 1 - English) - Default language is Czech. Output: XML string in UTF-8, specified in documentation by the schema TARICCodes.xsd. Example: wm.Kody("2004-09-17", "0101101000", "CZ", "A", "0") -
KontrolaVyvozu
Vstup: XML string v UTF-8 popsaný v dokumenaci schématem TARICCheckExport.xsd, string Druh jazyka. (0 - Čeština, 1 - Angličtina) - Čeština je defaultní jazyk. Výstup v případě kompletně definovaného vstupu: XML string v UTF-8 popsaný v dokumentaci schématem TARICExport.xsd. Výstup v případě potřeby upřesnění vstupu: XML string v UTF-8 popsaný v dokumentaci schématem TARICQuestion.xsd.
Input: XML string in UTF-8 specified in documentation by the schema TARICCheckExport.xsd, string Type of language. (0 - Czech, 1 - English) - Default language is Czech. Output in case of fully defined input: XML string in UTF-8 specified in documentation by the schema TARICExport.xsd. Output in case of further specification needed input: XML string in UTF-8 specified in documentation by the schema TARICQuestion.xsd. -
Vypocet
Vstup: XML string v UTF-8 popsaný v dokumentaci schématem TARICCalcInput.xsd. Výstup v případě kompletně definovaného vstupu: XML string v UTF-8 popsaný v dokumentaci schématem TARICCalculation.xsd. Výstup v případě potřeby upřesnění vstupu: XML string v UTF-8 popsaný v dokumentaci schématem TARICQuestion.xsd.
Input: XML string in UTF-8 specified in documentation by the schema TARICCalcInput.xsd. Output in case of fully defined input: XML string in UTF-8 specified in documentation by the schema TARICCalculation.xsd. Output in case of further specification needed input: XML string in UTF-8 specified in documentation by the schema TARICQuestion.xsd. -
Vypocet2
Vstup: XML string v UTF-8 popsaný v dokumentaci schématem TARICCalcInput.xsd, string Druh jazyka. (0 - Čeština, 1 - Angličtina) - Čeština je defaultní jazyk. Výstup v případě kompletně definovaného vstupu: XML string v UTF-8 popsaný v dokumentaci schématem TARICCalculation.xsd. Výstup v případě potřeby upřesnění vstupu: XML string v UTF-8 popsaný v dokumentaci schématem TARICQuestion.xsd.
Input: XML string in UTF-8 specified in documentation by the schema TARICCalcInput.xsd, string Type of language. (0 - Czech, 1 - English) - Default language is Czech. Output in case of fully defined input: XML string in UTF-8 specified in documentation by the schema TARICCalculation.xsd. Output in case of further specification needed input: XML string in UTF-8 specified in documentation by the schema TARICQuestion.xsd. -
WSVersion
Číslo verze webové služby.
Version number of web service. -
Zeme
Vstup: string Datum platnosti (RRRR-MM-DD), string Kód skupiny zemí, string Jazyk(0 - Čeština, 1 - Angličtina) - Čeština je defaultní jazyk. Výstup: XML string v UTF-8, popsaný v dokumentaci schématem TARICCountries.xsd. Vrací seznam zemí, které jsou v platné skupině zemí, nebo všechny země. Příklad volání: wm.Zeme2("2007-01-01", "AAA", "1")
Input: string Effective date, string Country code, string Type of language(0 - Czech, 1 - English) - Czech is default language. Output: XML string in UTF-8, specified in documentation by the schema TARICCountries.xsd. Returns list of countries. They are in one group of countries. Example: wm.Zeme2("2007-01-01", "AAA", "1")