CustomerAccountGetAll
Z Net47 2.0
(Różnice między wersjami)
(Utworzył nową stronę „Zapytanie: <pre class="brush:xml"> //BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>3</Pr...”) |
|||
Linia 25: | Linia 25: | ||
<CustomerAccountDelete> | <CustomerAccountDelete> | ||
<Account> | <Account> | ||
− | <ID> | + | <ID>4</ID> |
− | <AccountNumber> | + | <AccountNumber>06109000049529000000000185</AccountNumber> |
+ | <BankName>SuperBank</BankName> | ||
<Collective>true</Collective> <!-- definiuje czy numer jest indywidualny czy jeden zbiorczy --> | <Collective>true</Collective> <!-- definiuje czy numer jest indywidualny czy jeden zbiorczy --> | ||
<Date>2012-04-08 14:12:00</Date> | <Date>2012-04-08 14:12:00</Date> |
Aktualna wersja na dzień 13:48, 6 wrz 2012
Zapytanie:
1 2 3 4 5 6 7 8 9 10 11 12 13 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < SessionID >9859c16379c2f22e2db8dde9f41cc6a8</ SessionID > < Priority >3</ Priority > < Request > < Type >CustomerAccountDelete</ Type > < CustomerAccountDelete > < CustomerID >3</ CustomerID > </ CustomerAccountDelete > </ Request > </ Net47 > //BEGINEND// |
Odpowiedź:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >CustomerAccountDelete</ Type > < CustomerAccountDelete > < Account > < ID >4</ ID > < AccountNumber >06109000049529000000000185</ AccountNumber > < BankName >SuperBank</ BankName > < Collective >true</ Collective > <!-- definiuje czy numer jest indywidualny czy jeden zbiorczy --> < Date >2012-04-08 14:12:00</ Date > </ Account > </ CustomerAccountDelete > </ 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 >Brak uprawnień do grupy lub nie ma takiego klienta</ Error > </ Request > </ Net47 > //BEGINEND// |