EventCalendarGetAllJson
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 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < SessionID >9859c16379c2f22e2db8dde9f41cc6a8</ SessionID > < Priority >0</ Priority > < Request > < Type >EventCalendarGetAllJson</ Type > < EventCalendarGetAllJson > < SortName >id</ SortName > <!-- id, customer_id, helpdesk, typz, priorytet, print, prywatna, closeid, fv, akcja, startdate, enddate, createdate --> < SortType >ASC</ SortType > < Limit >10</ Limit > < Offset >1</ Offset > < CustomerID >4</ CustomerID > <!-- opcjonalne --> < UserID >1,2,3</ UserID > <!-- opcjonalne --> < Closed >false</ Closed > <!-- opcjonalne --> < DataOd >20.08.2015</ DataOd > <!-- opcjonalne --> < DataDo >20.08.2015</ DataDo > <!-- opcjonalne --> < TypZgloszenia >1,2,3</ TypZgloszenia > <!-- opcjonalne --> < Adres ></ Adres > <!-- opcjonalne --> < Prywatne >false</ Prywatne > <!-- opcjonalne --> </ EventCalendarGetAllJson > </ 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 > <![CDATA[EventCalendarGetAllXml]]> </ Type > < EventCalendarGetAllJson > < Json > <![CDATA[20]]> </ Json > </ EventCalendarGetAllJson > </ 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 >Nieprawidłowe dane</ Error > </ Request > </ Net47 > //BEGINEND// |