APIservice
Úplný seznam operací zobrazíte kliknutím sem.
DefineTransactionList2
Seznam šablon transakcí - rozšířené vlastnosti
Test
Chcete-li operaci otestovat použitím protokolu HTTP POST, klikněte na tlačítko Vyvolat.SOAP 1.1
Následuje ukázkový požadavek a odpověď SOAP 1.1. Uvedené zástupce je třeba nahradit skutečnými hodnotami.
POST /API/APIservice.asmx HTTP/1.1 Host: eucty.cz Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://www.eucty.cz/API/DefineTransactionList2" <?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> <DefineTransactionList2 xmlns="http://www.eucty.cz/API"> <APIClientKey>string</APIClientKey> <UserLogin>string</UserLogin> <userPassword>string</userPassword> </DefineTransactionList2> </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> <DefineTransactionList2Response xmlns="http://www.eucty.cz/API"> <DefineTransactionList2Result> <Data> <apiDefineTransaction2> <Id>long</Id> <Id_User>long</Id_User> <Id_UserCreated>long</Id_UserCreated> <Id_Account>long</Id_Account> <Type>long</Type> <Amount>double</Amount> <Description>string</Description> <Id_Category>long</Id_Category> <Ord>long</Ord> </apiDefineTransaction2> <apiDefineTransaction2> <Id>long</Id> <Id_User>long</Id_User> <Id_UserCreated>long</Id_UserCreated> <Id_Account>long</Id_Account> <Type>long</Type> <Amount>double</Amount> <Description>string</Description> <Id_Category>long</Id_Category> <Ord>long</Ord> </apiDefineTransaction2> </Data> </DefineTransactionList2Result> </DefineTransactionList2Response> </soap:Body> </soap:Envelope>
SOAP 1.2
Následuje ukázkový požadavek a odpověď SOAP 1.2. Uvedené zástupce je třeba nahradit skutečnými hodnotami.
POST /API/APIservice.asmx HTTP/1.1 Host: eucty.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> <DefineTransactionList2 xmlns="http://www.eucty.cz/API"> <APIClientKey>string</APIClientKey> <UserLogin>string</UserLogin> <userPassword>string</userPassword> </DefineTransactionList2> </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> <DefineTransactionList2Response xmlns="http://www.eucty.cz/API"> <DefineTransactionList2Result> <Data> <apiDefineTransaction2> <Id>long</Id> <Id_User>long</Id_User> <Id_UserCreated>long</Id_UserCreated> <Id_Account>long</Id_Account> <Type>long</Type> <Amount>double</Amount> <Description>string</Description> <Id_Category>long</Id_Category> <Ord>long</Ord> </apiDefineTransaction2> <apiDefineTransaction2> <Id>long</Id> <Id_User>long</Id_User> <Id_UserCreated>long</Id_UserCreated> <Id_Account>long</Id_Account> <Type>long</Type> <Amount>double</Amount> <Description>string</Description> <Id_Category>long</Id_Category> <Ord>long</Ord> </apiDefineTransaction2> </Data> </DefineTransactionList2Result> </DefineTransactionList2Response> </soap12:Body> </soap12:Envelope>
HTTP GET
Následuje ukázka požadavku a odpovědi HTTP GET. Uvedené zástupce je třeba nahradit skutečnými hodnotami.
GET /API/APIservice.asmx/DefineTransactionList2?APIClientKey=string&UserLogin=string&userPassword=string HTTP/1.1 Host: eucty.cz
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <apiResultDefineTransactionList2 xmlns="http://www.eucty.cz/API"> <Data> <apiDefineTransaction2> <Id>long</Id> <Id_User>long</Id_User> <Id_UserCreated>long</Id_UserCreated> <Id_Account>long</Id_Account> <Type>long</Type> <Amount>double</Amount> <Description>string</Description> <Id_Category>long</Id_Category> <Ord>long</Ord> </apiDefineTransaction2> <apiDefineTransaction2> <Id>long</Id> <Id_User>long</Id_User> <Id_UserCreated>long</Id_UserCreated> <Id_Account>long</Id_Account> <Type>long</Type> <Amount>double</Amount> <Description>string</Description> <Id_Category>long</Id_Category> <Ord>long</Ord> </apiDefineTransaction2> </Data> </apiResultDefineTransactionList2>
HTTP POST
Následuje ukázka požadavku a odpovědi HTTP POST. Uvedené zástupce je třeba nahradit skutečnými hodnotami.
POST /API/APIservice.asmx/DefineTransactionList2 HTTP/1.1 Host: eucty.cz Content-Type: application/x-www-form-urlencoded Content-Length: length APIClientKey=string&UserLogin=string&userPassword=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <apiResultDefineTransactionList2 xmlns="http://www.eucty.cz/API"> <Data> <apiDefineTransaction2> <Id>long</Id> <Id_User>long</Id_User> <Id_UserCreated>long</Id_UserCreated> <Id_Account>long</Id_Account> <Type>long</Type> <Amount>double</Amount> <Description>string</Description> <Id_Category>long</Id_Category> <Ord>long</Ord> </apiDefineTransaction2> <apiDefineTransaction2> <Id>long</Id> <Id_User>long</Id_User> <Id_UserCreated>long</Id_UserCreated> <Id_Account>long</Id_Account> <Type>long</Type> <Amount>double</Amount> <Description>string</Description> <Id_Category>long</Id_Category> <Ord>long</Ord> </apiDefineTransaction2> </Data> </apiResultDefineTransactionList2>