MobileUserPanelGetTransactions
Z Net47 2.0
Zapytanie:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < SessionID >9859c16379c2f22e2db8dde9f41cc6a8</ SessionID > < Priority >20</ Priority > < Module >MobileUserPanel</ Module > < Request > < Type >MobileUserPanelGetTransactions</ Type > < MobileUserPanelGetTransactions > < Login >test</ Login > < Pass >test</ Pass > < Status >C|R|N</ Status > <!-- C - częściowo rozliczone, R - rozliczone, N - nierozliczone --> < Limit >0</ Limit > <!-- opcjonalne --> < Offset >0</ Offset > <!-- opcjonalne --> </ MobileUserPanelGetTransactions > </ Request > </ Net47 > //BEGINEND// |
Odpowiedź:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >MobileUserPanelGetTransactions</ Type > < MobileUserPanelGetTransactions > < Pozycja > <!-- może wystąpić wielokrotnie --> < DocumentID >89</ DocumentID > < Numer >123/12/12</ Numer > < DataWystawienia >2020-01-01</ DataWystawienia > < TerminPlatnosci >2020-01-07</ TerminPlatnosci > < Przeterminowana >true</ Przeterminowana > < Kwota >30.00</ Kwota > < Rozliczono >15.00</ Rozliczono > < Pozostalo >15.00</ Pozostalo > </ Pozycja > </ MobileUserPanelGetTransactions > </ Request > </ Net47 > //BEGINEND// |
Błędy:
1 2 3 4 5 6 7 8 9 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >Error</ Type > < Error > <![CDATA[Błędny login lub hasło.]]> </ Error > </ Request > </ Net47 > //BEGINEND// |