NanguSubscriberGetInfo
(Różnice między wersjami)
Linia 8: | Linia 8: | ||
<SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> | <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> | ||
<Priority>0</Priority> | <Priority>0</Priority> | ||
− | + | <Module>Tv</Module> | |
<Request> | <Request> | ||
<Type>NanguSubscriberGetInfo</Type> | <Type>NanguSubscriberGetInfo</Type> |
Wersja z 11:55, 26 cze 2013
Zapytanie:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < SessionID >9859c16379c2f22e2db8dde9f41cc6a8</ SessionID > < Priority >0</ Priority > < Module >Tv</ Module > < Request > < Type >NanguSubscriberGetInfo</ Type > < NanguSubscriberGetInfo > < SubscriberCode >37</ SubscriberCode > </ NanguSubscriberGetInfo > </ Request > </ Net47 > //BEGINEND// |
Odpowiedź:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >NanguSubscriberGetInfo</ Type > < NanguSubscriberGetInfo > < Email >jan@domena.pl</ Email > < FirstName >Jan</ FirstName > < LastName >Kowalski</ LastName > < MiddleName >Maria</ MiddleName > < Note >opis</ Note > < SubscriberCode >37</ SubscriberCode > < City >Racibórz</ City > < CountryIso2 >PL</ CountryIso2 > < County >Raciborski</ County > < Street >Dluga</ Street > < ZipCode >47-400</ ZipCode > < Sex >MALE</ Sex > < CreateDate >Wed Jun 26 10:41:14 2013</ CreateDate > </ NanguSubscriberGetInfo > </ Request > </ Net47 > //BEGINEND// |
Błędy:
1 2 3 4 5 6 7 8 9 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >Error</ Type > < Error >Błąd: </ Error > </ Request > </ Net47 > //BEGINEND// |