DocumentGroupGetAll
(Różnice między wersjami)
Linia 28: | Linia 28: | ||
<CreateDate>2012-11-06 10:40:05</CreateDate> | <CreateDate>2012-11-06 10:40:05</CreateDate> | ||
<Company>t</Company> | <Company>t</Company> | ||
− | |||
</Rekord> | </Rekord> | ||
<Rekord> | <Rekord> | ||
Linia 35: | Linia 34: | ||
<CreateDate>2012-10-29 11:50:19</CreateDate> | <CreateDate>2012-10-29 11:50:19</CreateDate> | ||
<Company>f</Company> | <Company>f</Company> | ||
− | |||
</Rekord> | </Rekord> | ||
</DocumentGroupGetAll> | </DocumentGroupGetAll> |
Wersja z 16:54, 6 lis 2014
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 >DocumentGroupGetAll</ Type > < DocumentGroupGetAll > </ DocumentGroupGetAll > </ 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 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >DocumentGroupGetAll</ Type > < DocumentGroupGetAll > < 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 > </ Rekord > < Rekord > < ID >3</ ID > < Nazwa >Dla klienta indywidualnego</ Nazwa > < CreateDate >2012-10-29 11:50:19</ CreateDate > < Company >f</ Company > </ Rekord > </ DocumentGroupGetAll > </ 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// |