NanguSubscriptionEnableSubscriptionSTBAccountWithGeneratedPUK
Z Net47 2.0
Zapytanie:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < SessionID >40925bcd82b4b81927dd199071967b05</ SessionID > < Priority >0</ Priority > < Module >Tv</ Module > < Request > < Type >NanguSubscriptionEnableSubscriptionSTBAccountWithGeneratedPUK</ Type > < NanguSubscriptionEnableSubscriptionSTBAccountWithGeneratedPUK > < SubscriptionStbAccountCode >584-1372840501111</ SubscriptionStbAccountCode > < PukLength >17</ PukLength > <!--BŁĄD- Puk powinien mieć postać adresu Mac, na serwerze jest generowany jako ciąg znaków o podanej długości--> < MacAddress >77:77:77:77:77:77</ MacAddress > < ModelCode >KOREA-1100</ ModelCode > < SerialNumber >1234</ SerialNumber > < DueDate >2013-07-02 12:12:12</ DueDate > <!-- opcjonalne --> < ScheduleOption >1</ ScheduleOption > <!-- opcjonalne --> <!-- Dostępne opcje: 0-INSERT, 1-FIRST, 2-LAST, 3-ONLY--> < IspCode >1234</ IspCode > <!-- opcjonalne --> < PUK >12:12:12:12:12:12</ PUK > <!-- opcjonalne --> <!-- Musi mieć postać adresu Mac--> < AllowedIps >192.168.1.1</ AllowedIps > <!-- opcjonalne --> < PairingPin >1234</ PairingPin > <!-- opcjonalne --> < Password >haslo</ Password > <!-- opcjonalne --> < Username >Nazwa użytkownika</ Username > <!-- opcjonalne --> < Note >Opis</ Note > <!-- opcjonalne --> </ NanguSubscriptionEnableSubscriptionSTBAccountWithGeneratedPUK > </ 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 >NanguSubscriptionEnableSubscriptionSTBAccountWithGeneratedPUK</ Type > < NanguSubscriptionEnableSubscriptionSTBAccountWithGeneratedPUK > < Puk >11:11:11:11:11:11</ Puk > </ NanguSubscriptionEnableSubscriptionSTBAccountWithGeneratedPUK > </ 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// |