CustomerAttributeEdit
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...”) |
|||
(Nie pokazano 3 wersji utworzonych przez jednego użytkownika) | |||
Linia 6: | Linia 6: | ||
<SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> | <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> | ||
<Priority>3</Priority> | <Priority>3</Priority> | ||
+ | <Term>Short</Term> | ||
<Request> | <Request> | ||
<Type>CustomerAttributeEdit</Type> | <Type>CustomerAttributeEdit</Type> | ||
<CustomerAttributeEdit> | <CustomerAttributeEdit> | ||
<ID>3</ID> | <ID>3</ID> | ||
+ | <CustomerID>3</CustomerID> | ||
<Value>123456789</Value> | <Value>123456789</Value> | ||
+ | <Desc>opis</Desc> | ||
</CustomerAttributeEdit> | </CustomerAttributeEdit> | ||
</Request> | </Request> | ||
Linia 39: | Linia 42: | ||
<Request> | <Request> | ||
<Type>Error</Type> | <Type>Error</Type> | ||
− | <Error>Brak uprawnień lub atrybut nie istnieje</Error> | + | <Error>Brak uprawnień do grupy lub atrybut nie istnieje</Error> |
</Request> | </Request> | ||
</Net47> | </Net47> |
Aktualna wersja na dzień 14:45, 16 kwi 2015
Zapytanie:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>3</Priority> <Term>Short</Term> <Request> <Type>CustomerAttributeEdit</Type> <CustomerAttributeEdit> <ID>3</ID> <CustomerID>3</CustomerID> <Value>123456789</Value> <Desc>opis</Desc> </CustomerAttributeEdit> </Request> </Net47> //BEGINEND//
Odpowiedź:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>CustomerAttributeEdit</Type> <CustomerAttributeEdit> <Status>OK</Status> </CustomerAttributeEdit> </Request> </Net47> //BEGINEND//
Błędy:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>Error</Type> <Error>Brak uprawnień do grupy lub atrybut nie istnieje</Error> </Request> </Net47> //BEGINEND//