AdescomGetContexts
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...”) |
|||
(Nie pokazano 1 wersji utworzonej przez jednego użytkownika) | |||
Linia 10: | Linia 10: | ||
<Type>AdescomGetContexts</Type> | <Type>AdescomGetContexts</Type> | ||
<AdescomGetContexts> | <AdescomGetContexts> | ||
+ | <Emergency>false</Emergency><!-- opcjonalne --><!-- true (domyślnie) - zwróci nazwy grup numeracyjnych połączeń alarmowych. --> | ||
</AdescomGetContexts> | </AdescomGetContexts> | ||
</Request> | </Request> | ||
Linia 25: | Linia 26: | ||
<AdescomGetContexts> | <AdescomGetContexts> | ||
<Context><!-- może wystąpić więcej razy --> | <Context><!-- może wystąpić więcej razy --> | ||
− | <Name> | + | <Name>All</Name> |
</Context> | </Context> | ||
<Context> | <Context> | ||
− | <Name> | + | <Name>All+block_premium</Name> |
</Context> | </Context> | ||
+ | <Context> | ||
+ | <Name>blockade</Name> | ||
+ | </Context> | ||
+ | <Context> | ||
+ | <Name>block_premium</Name> | ||
+ | </Context> | ||
</AdescomGetContexts> | </AdescomGetContexts> | ||
</Request> | </Request> |
Aktualna wersja na dzień 11:26, 12 cze 2013
Zapytanie:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>0</Priority> <Module>Voip</Module> <Request> <Type>AdescomGetContexts</Type> <AdescomGetContexts> <Emergency>false</Emergency><!-- opcjonalne --><!-- true (domyślnie) - zwróci nazwy grup numeracyjnych połączeń alarmowych. --> </AdescomGetContexts> </Request> </Net47> //BEGINEND//
Odpowiedź:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>AdescomGetContexts</Type> <AdescomGetContexts> <Context><!-- może wystąpić więcej razy --> <Name>All</Name> </Context> <Context> <Name>All+block_premium</Name> </Context> <Context> <Name>blockade</Name> </Context> <Context> <Name>block_premium</Name> </Context> </AdescomGetContexts> </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//