NanguSubscriberCreate
Z Net47 2.0
(Różnice między wersjami)
Linia 11: | Linia 11: | ||
<Type>NanguSubscriberCreate</Type> | <Type>NanguSubscriberCreate</Type> | ||
<NanguSubscriberCreate> | <NanguSubscriberCreate> | ||
− | <SubscriberCode> | + | <SubscriberCode>584-1372316638486</SubscriberCode> |
+ | <CustomerNumber>Adam</CustomerNumber><!-- opcjonalne --> | ||
<FirstName>Adam</FirstName><!-- opcjonalne --> | <FirstName>Adam</FirstName><!-- opcjonalne --> | ||
<MiddleName>Jan</MiddleName><!-- opcjonalne --> | <MiddleName>Jan</MiddleName><!-- opcjonalne --> |
Aktualna wersja na dzień 09:46, 27 cze 2013
Zapytanie:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < SessionID >40925bcd82b4b81927dd199071967b05</ SessionID > < Priority >0</ Priority > < Module >Tv</ Module > < Request > < Type >NanguSubscriberCreate</ Type > < NanguSubscriberCreate > < SubscriberCode >584-1372316638486</ SubscriberCode > < CustomerNumber >Adam</ CustomerNumber > <!-- opcjonalne --> < FirstName >Adam</ FirstName > <!-- opcjonalne --> < MiddleName >Jan</ MiddleName > <!-- opcjonalne --> < LastName >Nowak</ LastName > <!-- opcjonalne --> < CompanyName >Ostrog.net</ CompanyName > <!-- opcjonalne --> < DIC >22</ DIC > <!-- opcjonalne --> < IspCode >1213</ IspCode > <!-- opcjonalne --> < City >Racibórz</ City > <!-- opcjonalne --> < Street >Rynek</ Street > <!-- opcjonalne --> < County >Raciborski</ County > <!-- opcjonalne --> < CountryIso2 >PL</ CountryIso2 > <!-- opcjonalne --> < ZipCode >47-470</ ZipCode > <!-- opcjonalne --> < DueDate >2012-06-06 12:12:12</ DueDate > <!-- opcjonalne --> </ NanguSubscriberCreate > </ Request > </ Net47 > //BEGINEND// |
Odpowiedź:
1 2 3 4 5 6 7 8 9 10 11 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >NanguSubscriberCreate</ Type > < NanguSubscriberCreate > < Status >OK</ Status > </ NanguSubscriberCreate > </ 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// |