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ń 10:46, 1 sie 2013
Zapytanie:
//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ź:
//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:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>Error</Type> <Error>Błąd: </Error> </Request> </Net47> //BEGINEND//