AdescomGetPools
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>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>0</Pr...”) |
|||
Linia 25: | Linia 25: | ||
<AdescomGetPools> | <AdescomGetPools> | ||
<Pool><!-- sekcja może wystąpić wiele razy --> | <Pool><!-- sekcja może wystąpić wiele razy --> | ||
− | < | + | <ID>9</ID> |
<Name></Name> | <Name></Name> | ||
<Count>0</Count> | <Count>0</Count> | ||
Linia 31: | Linia 31: | ||
<AreaCode>39</AreaCode> | <AreaCode>39</AreaCode> | ||
<CountryCode>48</CountryCode> | <CountryCode>48</CountryCode> | ||
− | < | + | <NumerSt>6548900</NumerSt> |
− | < | + | <NumerKo>6548999</NumerKo> |
</Pool> | </Pool> | ||
</AdescomGetPools> | </AdescomGetPools> |
Aktualna wersja na dzień 13:55, 26 lis 2015
Zapytanie:
1 2 3 4 5 6 7 8 9 10 11 12 13 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < SessionID >9859c16379c2f22e2db8dde9f41cc6a8</ SessionID > < Priority >0</ Priority > < Module >Voip</ Module > < Request > < Type >AdescomGetPools</ Type > < AdescomGetPools > </ AdescomGetPools > </ Request > </ Net47 > //BEGINEND// |
Odpowiedź:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >AdescomGetPools</ Type > < AdescomGetPools > < Pool > <!-- sekcja może wystąpić wiele razy --> < ID >9</ ID > < Name ></ Name > < Count >0</ Count > < FreeCount >0</ FreeCount > < AreaCode >39</ AreaCode > < CountryCode >48</ CountryCode > < NumerSt >6548900</ NumerSt > < NumerKo >6548999</ NumerKo > </ Pool > </ AdescomGetPools > </ 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// |