EventCalendarGetAllJson
Z Net47 2.0
(Różnice między wersjami)
Linia 33: | Linia 33: | ||
<Net47> | <Net47> | ||
<Request> | <Request> | ||
− | <Type><![CDATA[ | + | <Type><![CDATA[EventCalendarGetAllJson]]></Type> |
<EventCalendarGetAllJson> | <EventCalendarGetAllJson> | ||
<Json><![CDATA[20]]></Json> | <Json><![CDATA[20]]></Json> |
Aktualna wersja na dzień 10:19, 11 cze 2019
Zapytanie:
//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ź:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type><![CDATA[EventCalendarGetAllJson]]></Type> <EventCalendarGetAllJson> <Json><![CDATA[20]]></Json> </EventCalendarGetAllJson> </Request> </Net47> //BEGINEND//
Błędy:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>Error</Type> <Error>Nieprawidłowe dane</Error> </Request> </Net47> //BEGINEND//