CustomerAttributeMapGetAll
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>0</Pr...”) |
|||
Linia 30: | Linia 30: | ||
</Attribute> | </Attribute> | ||
<Attribute> | <Attribute> | ||
− | <ID> | + | <ID>5</ID> |
<Name>gg</Name> | <Name>gg</Name> | ||
</Attribute> | </Attribute> |
Aktualna wersja na dzień 10:42, 3 lip 2012
Zapytanie:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>0</Priority> <Request> <Type>CustomerAttributeMapGetAll</Type> <CustomerAttributeGetAll> <SortName>id</SortName> <SortType>ASC</SortType> <!-- ASC lub DESC --> </CustomerAttributeGetAll> </Request> </Net47> //BEGINEND//
Odpowiedź:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>CustomerAttributeMapGetAll</Type> <CustomerAttributeMapGetAll> <Attribute> <ID>4</ID> <Name>Telefon</Name> </Attribute> <Attribute> <ID>5</ID> <Name>gg</Name> </Attribute> </CustomerAttributeMapGetAll> </Request> </Net47> //BEGINEND//
Błędy:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>Error</Type> <Error>Błąd wewnętrzny</Error> </Request> </Net47> //BEGINEND//