CustomerNoteDelete
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 10: | Linia 10: | ||
<CustomerNoteDelete> | <CustomerNoteDelete> | ||
<ID>3</ID> | <ID>3</ID> | ||
+ | <CustomerID>5</CustomerID> | ||
</CustomerNoteDelete> | </CustomerNoteDelete> | ||
</Request> | </Request> |
Aktualna wersja na dzień 12:09, 12 lip 2012
Zapytanie:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>0</Priority> <Request> <Type>CustomerNoteDelete</Type> <CustomerNoteDelete> <ID>3</ID> <CustomerID>5</CustomerID> </CustomerNoteDelete> </Request> </Net47> //BEGINEND//
Odpowiedź:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>CustomerNoteDelete</Type> <CustomerNoteDelete> <Status>OK</Status> </CustomerNoteDelete> </Request> </Net47> //BEGINEND//
Błędy:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>Error</Type> <Error>Nie ma takiej notki</Error> </Request> </Net47> //BEGINEND//