EventCalendarNoteGetAll
(Różnice między wersjami)
Linia 34: | Linia 34: | ||
<CreateDate>2012-01-01 00:01:00</CreateDate> | <CreateDate>2012-01-01 00:01:00</CreateDate> | ||
<Drukuj>true</Drukuj> | <Drukuj>true</Drukuj> | ||
+ | <CalendarID>4</CalendarID> | ||
</CalendarNote> | </CalendarNote> | ||
<CalendarNote> | <CalendarNote> | ||
Linia 41: | Linia 42: | ||
<CreateDate>2012-01-01 00:01:00</CreateDate> | <CreateDate>2012-01-01 00:01:00</CreateDate> | ||
<Drukuj>true</Drukuj> | <Drukuj>true</Drukuj> | ||
+ | <CalendarID>4</CalendarID> | ||
</CalendarNote> | </CalendarNote> | ||
<CalendarNote> | <CalendarNote> | ||
Linia 48: | Linia 50: | ||
<CreateDate>2012-01-01 00:01:00</CreateDate> | <CreateDate>2012-01-01 00:01:00</CreateDate> | ||
<Drukuj>true</Drukuj> | <Drukuj>true</Drukuj> | ||
+ | <CalendarID>4</CalendarID> | ||
</CalendarNote> | </CalendarNote> | ||
</EventCalendarNoteGetAll> | </EventCalendarNoteGetAll> |
Wersja z 14:04, 31 maj 2016
Zapytanie:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>0</Priority> <Request> <Type>EventCalendarNoteGetAll</Type> <EventCalendarNoteGetAll> <CalendarID>4</CalendarID> <SortName>id</SortName> <!-- id, opis, user_id, createdate --> <SortType>ASC</SortType> <Limit>10</Limit> <Offset>1</Offset> </EventCalendarNoteGetAll> </Request> </Net47> //BEGINEND//
Odpowiedź:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>EventCalendarNoteGetAll</Type> <EventCalendarNoteGetAll> <CalendarNote> <ID>4</ID> <Note>zadzwonic do niego</Note> <UserID>4</UserID> <CreateDate>2012-01-01 00:01:00</CreateDate> <Drukuj>true</Drukuj> <CalendarID>4</CalendarID> </CalendarNote> <CalendarNote> <ID>4</ID> <Note>zadzwonic do niego</Note> <UserID>4</UserID> <CreateDate>2012-01-01 00:01:00</CreateDate> <Drukuj>true</Drukuj> <CalendarID>4</CalendarID> </CalendarNote> <CalendarNote> <ID>4</ID> <Note>zadzwonic do niego</Note> <UserID>4</UserID> <CreateDate>2012-01-01 00:01:00</CreateDate> <Drukuj>true</Drukuj> <CalendarID>4</CalendarID> </CalendarNote> </EventCalendarNoteGetAll> </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//