NanguBillingGetTariffs
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>40925bcd82b4b81927dd199071967b05</SessionID> <Priority>0</Pr...”) |
|||
Linia 8: | Linia 8: | ||
<Module>Tv</Module> | <Module>Tv</Module> | ||
<Request> | <Request> | ||
− | <Type>NanguBillingGetTariffs/Type> | + | <Type>NanguBillingGetTariffs</Type> |
<NanguBillingGetTariffs> | <NanguBillingGetTariffs> | ||
<IspCode>37</IspCode><!-- opcjonalne--> | <IspCode>37</IspCode><!-- opcjonalne--> |
Aktualna wersja na dzień 11:46, 1 sie 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 >40925bcd82b4b81927dd199071967b05</ SessionID > < Priority >0</ Priority > < Module >Tv</ Module > < Request > < Type >NanguBillingGetTariffs</ Type > < NanguBillingGetTariffs > < IspCode >37</ IspCode > <!-- opcjonalne--> </ NanguBillingGetTariffs > </ Request > </ Net47 > //BEGINEND// |
Odpowiedź:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >NanguBillingGetTariffs</ Type > < NanguBillingGetTariffs > < Tariff > <!-- może wystąpić kilka razy --> < Code >darmowa MEGA PAKA</ Code > </ Tariff > < Tariff > < Code >TV_Nowy.Mały_12</ Code > </ Tariff > </ NanguBillingGetTariffs > </ 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// |