CustomerAccountGetAll
(Różnice między wersjami)
Kwasek (dyskusja | edycje)
(Utworzył nową stronę „Zapytanie: <pre class="brush:xml"> //BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>3</Pr...”)
następna edycja →
(Utworzył nową stronę „Zapytanie: <pre class="brush:xml"> //BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>3</Pr...”)
następna edycja →
Wersja z 15:32, 19 lip 2012
Zapytanie:
//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ź:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>CustomerAccountDelete</Type> <CustomerAccountDelete> <Account> <ID>06109000049529000000000185</ID> <AccountNumber>4</AccountNumber> <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:
//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//