FinanceBankAccountGetAll
Z Net47 2.0
Zapytanie:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>0</Priority> <Request> <Type>FinanceBankAccountGetAll</Type> <FinanceBankAccountGetAll> <BankID>4</BankID> <SortName>nazwa</SortName> <!-- id, numer, customer_id - dla kont zajetych --> <SortType>ASC</SortType> <Limit>50</Limit> <Offset>1</Offset> <Search></Search><!-- opcjonalny --> <Assigned>true</Assigned> <!-- false zwraca konta wolne, true - przypisane do uzytkownikow --> <!-- pole nie ma wpływu na konto stale, jest ono zawsze zwracane --> </FinanceBankAccountAdd> </Request> </Net47> //BEGINEND//
Odpowiedź:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>FinanceBankAccountGetAll</Type> <FinanceBankAccountGetAll> <BankName>NowyBank</BankName> <BankDescription>pula numeracyjna 5</BankDescription> <BankDefault>true</BankDefault> <Account> <ID>4</ID> <Number>5413513513511111111</Number> <Date>2012-05-23 00:00:00</Date> <CustomerID>4</CustomerID> <!-- wystepuje tylko w przypadku <Assigned>true</Assigned> --> </Account> </FinanceBankAccountGetAll> </Request> </Net47> //BEGINEND//
Błędy:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>Error</Type> <Error>Brak kont w podanym banku lub błędne dane wejściowe</Error> </Request> </Net47> //BEGINEND//