CustomerAttributeAdd
(Różnice między wersjami)
Linia 11: | Linia 11: | ||
<CustomerAttributeAdd> | <CustomerAttributeAdd> | ||
<CustomerID>3</CustomerID> | <CustomerID>3</CustomerID> | ||
− | <MapID>14</MapID> | + | <MapID>14</MapID> <!-- CustomerAttributeMapGetAll --> |
<Value>123456789</Value> | <Value>123456789</Value> | ||
</CustomerAttributeAdd> | </CustomerAttributeAdd> |
Wersja z 11:41, 9 lip 2012
Zapytanie:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>3</Priority> <Term>Short</Term> <Request> <Type>CustomerAttributeAdd</Type> <CustomerAttributeAdd> <CustomerID>3</CustomerID> <MapID>14</MapID> <!-- CustomerAttributeMapGetAll --> <Value>123456789</Value> </CustomerAttributeAdd> </Request> </Net47> //BEGINEND//
Odpowiedź:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>CustomerAttributeAdd</Type> <CustomerAttributeAdd> <Status>OK</Status> </CustomerAttributeAdd> </Request> </Net47> //BEGINEND//
Błędy:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>Error</Type> <Error>Brak uprawnień do grupy</Error> </Request> </Net47> //BEGINEND//