CustomerGroupAssignmentDelete
(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 7: | Linia 7: | ||
<Priority>3</Priority> | <Priority>3</Priority> | ||
<Request> | <Request> | ||
− | <Type> | + | <Type>CustomerGroupAssignmentDelete</Type> |
− | < | + | <CustomerGroupAssignmentDelete> |
<GroupID>3</GroupID> | <GroupID>3</GroupID> | ||
<CustomerID>3</CustomerID> | <CustomerID>3</CustomerID> | ||
− | </ | + | </CustomerGroupAssignmentDelete> |
</Request> | </Request> | ||
</Net47> | </Net47> | ||
Linia 23: | Linia 23: | ||
<Net47> | <Net47> | ||
<Request> | <Request> | ||
− | <Type> | + | <Type>CustomerGroupAssignmentDelete</Type> |
− | < | + | <CustomerGroupAssignmentDelete> |
<Status>OK</Status> | <Status>OK</Status> | ||
− | </ | + | </CustomerGroupAssignmentDelete> |
</Request> | </Request> | ||
</Net47> | </Net47> |
Wersja z 16:00, 2 lut 2012
Zapytanie:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>3</Priority> <Request> <Type>CustomerGroupAssignmentDelete</Type> <CustomerGroupAssignmentDelete> <GroupID>3</GroupID> <CustomerID>3</CustomerID> </CustomerGroupAssignmentDelete> </Request> </Net47> //BEGINEND//
Odpowiedź:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>CustomerGroupAssignmentDelete</Type> <CustomerGroupAssignmentDelete> <Status>OK</Status> </CustomerGroupAssignmentDelete> </Request> </Net47> //BEGINEND//
Błędy:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>Error</Type> <Error>Klient nie istnieje w grupie lub brak uprawnień do grupy</Error> </Request> </Net47> //BEGINEND//