DocumentGroupGetAll
(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...”) |
|||
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> | ||
+ | <PlanID>17</PlanID> | ||
</Rekord> | </Rekord> | ||
<Rekord> | <Rekord> | ||
Linia 34: | Linia 35: | ||
<CreateDate>2012-10-29 11:50:19</CreateDate> | <CreateDate>2012-10-29 11:50:19</CreateDate> | ||
<Company>f</Company> | <Company>f</Company> | ||
+ | <PlanID>17</PlanID> | ||
</Rekord> | </Rekord> | ||
</DocumentGroupGetAll> | </DocumentGroupGetAll> |
Wersja z 13:14, 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 23 24 | //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 > < PlanID >17</ PlanID > </ Rekord > < Rekord > < ID >3</ ID > < Nazwa >Dla klienta indywidualnego</ Nazwa > < CreateDate >2012-10-29 11:50:19</ CreateDate > < Company >f</ Company > < PlanID >17</ PlanID > </ 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// |