StorageItemGetAll
(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>0</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>0</Pr...”)
następna edycja →
Wersja z 10:38, 8 sie 2012
Zapytanie:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>0</Priority> <Request> <Type>StorageGetAll</Type> <StorageGetAll> <SortName>nazwa</SortName> <!-- nazwa, grupa, id, towar_id, ilosc, miara, mac, serial --> <SortType>ASC</SortType> <Limit>50</Limit> <Offset>1</Offset> <StorageID>4</StorageID> </StorageGetAll> </Request> </Net47> //BEGINEND//
Odpowiedź:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>StorageGetAll</Type> <StorageGetAll> <Storage> <ID>2</ID> <Name>Główny</Name> <Description>magazyn główny</Description> <CreateDate>2012-04-07 11:11:11</CreateDate> </Status> <Storage> <ID>3</ID> <Name>Główny</Name> <Description>magazyn główny</Description> <CreateDate>2012-04-07 11:11:11</CreateDate> </Status> <Storage> <ID>4</ID> <Name>Główny</Name> <Description>magazyn główny</Description> <CreateDate>2012-04-07 11:11:11</CreateDate> </Status> </StorageGetAll> </Request> </Net47> //BEGINEND//
Błędy:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>Error</Type> <Error>Brak uprawnień</Error> </Request> </Net47> //BEGINEND//