NanguSubscriptionCreate
Z Net47 2.0
(Różnice między wersjami)
Linia 34: | Linia 34: | ||
<Request> | <Request> | ||
<Type>NanguSubscriptionCreate</Type> | <Type>NanguSubscriptionCreate</Type> | ||
− | < | + | <NanguSubscriptionCreate> |
<Status>OK</Status> | <Status>OK</Status> | ||
</NanguSubscriptionCreate> | </NanguSubscriptionCreate> |
Aktualna wersja na dzień 11:29, 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 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < SessionID >40925bcd82b4b81927dd199071967b05</ SessionID > < Priority >0</ Priority > < Module >Tv</ Module > < Request > < Type >NanguSubscriptionCreate</ Type > < NanguSubscriptionCreate > < AltCurrencyCode >EUR</ AltCurrencyCode > <!-- opcjonalne --> < CurrencyCode >PLZ</ CurrencyCode > < DueDate >2012-06-06 12:12:12</ DueDate > <!-- opcjonalne --> < IspCode >1234</ IspCode > <!-- opcjonalne --> < LocalityCode >test</ LocalityCode > < ScheduleOption >0</ ScheduleOption > <!-- opcjonalne --> <!-- 0- INSERT, 1- FIRST, 2- LAST, 3- ONLY --> < SubscriberCode >40</ SubscriberCode >< < SubscriptionCode >591-1372322009362</ SubscriptionCode > < SubscriptionStbAccountCode >123213</ SubscriptionStbAccountCode > <!-- opcjonalne --> < TariffCode >TV_Nowy.Mały_12</ TariffCode > </ NanguSubscriptionCreate > </ 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 >NanguSubscriptionCreate</ Type > < NanguSubscriptionCreate > < Status >OK</ Status > </ NanguSubscriptionCreate > </ 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// |