DocumentGroupAndRelGetAll
Z Net47 2.0
(Różnice między wersjami)
Linia 31: | Linia 31: | ||
<CustomerGroupID>23,45</CustomerGroupID> | <CustomerGroupID>23,45</CustomerGroupID> | ||
<CustomerGroupName>test,alfa</CustomerGroupName> | <CustomerGroupName>test,alfa</CustomerGroupName> | ||
+ | <CustomerGroupTariffID>23,45</CustomerGroupTariffID> | ||
+ | <CustomerGroupTariffName>test,alfa</CustomerGroupTariffName> | ||
<Template><!-- sekcja może wystąpić kilka razy --> | <Template><!-- sekcja może wystąpić kilka razy --> | ||
<GroupID>2</GroupID> | <GroupID>2</GroupID> |
Aktualna wersja na dzień 15:13, 27 sty 2021
Zapytanie:
1 2 3 4 5 6 7 8 9 10 11 12 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < SessionID >9859c16379c2f22e2db8dde9f41cc6a8</ SessionID > < Priority >0</ Priority > < Request > < Type >DocumentGroupAndRelGetAll</ Type > < DocumentGroupAndRelGetAll > </ DocumentGroupAndRelGetAll > </ Request > </ Net47 > //BEGINEND// |
Odpowiedź:
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 28 29 30 31 32 33 34 35 36 37 38 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >DocumentGroupAndRelGetAll</ Type > < DocumentGroupAndRelGetAll > < Rekord > <!-- sekcja może wystąpić kilka razy --> < ID >7</ ID > < Nazwa >Dla firm</ Nazwa > < CreateDate >2012-11-06 10:40:05</ CreateDate > < Company >t</ Company > < Ukryj >0</ Ukryj > < CustomerGroupID >23,45</ CustomerGroupID > < CustomerGroupName >test,alfa</ CustomerGroupName > < CustomerGroupTariffID >23,45</ CustomerGroupTariffID > < CustomerGroupTariffName >test,alfa</ CustomerGroupTariffName > < Template > <!-- sekcja może wystąpić kilka razy --> < GroupID >2</ GroupID > < SzablonID >16</ SzablonID > < Prio >1</ Prio > < NazwaSz >Umowa 2013 - 15.03.2013 K</ NazwaSz > < TypID >1</ TypID > < Status >f</ Status > < Wew >f</ Wew > < Opis >Umowa</ Opis > < PlanID >17</ PlanID > </ Template > </ Rekord > < Rekord > < ID >3</ ID > < Nazwa >Dla klienta indywidualnego</ Nazwa > < CreateDate >2012-10-29 11:50:19</ CreateDate > < Company >f</ Company > </ Rekord > </ DocumentGroupAndRelGetAll > </ 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 >Brak danych lub błąd pobrania.</ Error > </ Request > </ Net47 > //BEGINEND// |