DocumentGroupRelGetAll
Z Net47 2.0
(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 33: | Linia 33: | ||
<Wew>f</Wew> | <Wew>f</Wew> | ||
<Opis>Umowa</Opis> | <Opis>Umowa</Opis> | ||
+ | <PlanID>17</PlanID> | ||
</Rekord> | </Rekord> | ||
</DocumentGroupRelGetAll> | </DocumentGroupRelGetAll> |
Aktualna wersja na dzień 16:54, 6 lis 2014
Zapytanie:
1 2 3 4 5 6 7 8 9 10 11 12 13 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < SessionID >9859c16379c2f22e2db8dde9f41cc6a8</ SessionID > < Priority >0</ Priority > < Request > < Type >DocumentGroupRelGetAll</ Type > < DocumentGroupRelGetAll > < GroupID >2</ GroupID > </ DocumentGroupRelGetAll > </ 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 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >DocumentGroupRelGetAll</ Type > < DocumentGroupRelGetAll > < Rekord > <!-- 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 > </ Rekord > </ DocumentGroupRelGetAll > </ 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// |