EventCalendarNoteGetAll
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...”) |
|||
(Nie pokazano 2 wersji utworzonych przez jednego użytkownika) | |||
Linia 28: | Linia 28: | ||
<Type>EventCalendarNoteGetAll</Type> | <Type>EventCalendarNoteGetAll</Type> | ||
<EventCalendarNoteGetAll> | <EventCalendarNoteGetAll> | ||
+ | <CalendarID>4</CalendarID> | ||
<CalendarNote> | <CalendarNote> | ||
<ID>4</ID> | <ID>4</ID> | ||
Linia 33: | Linia 34: | ||
<UserID>4</UserID> | <UserID>4</UserID> | ||
<CreateDate>2012-01-01 00:01:00</CreateDate> | <CreateDate>2012-01-01 00:01:00</CreateDate> | ||
+ | <Drukuj>true</Drukuj> | ||
</CalendarNote> | </CalendarNote> | ||
<CalendarNote> | <CalendarNote> | ||
Linia 39: | Linia 41: | ||
<UserID>4</UserID> | <UserID>4</UserID> | ||
<CreateDate>2012-01-01 00:01:00</CreateDate> | <CreateDate>2012-01-01 00:01:00</CreateDate> | ||
+ | <Drukuj>true</Drukuj> | ||
</CalendarNote> | </CalendarNote> | ||
<CalendarNote> | <CalendarNote> | ||
Linia 45: | Linia 48: | ||
<UserID>4</UserID> | <UserID>4</UserID> | ||
<CreateDate>2012-01-01 00:01:00</CreateDate> | <CreateDate>2012-01-01 00:01:00</CreateDate> | ||
+ | <Drukuj>true</Drukuj> | ||
</CalendarNote> | </CalendarNote> | ||
</EventCalendarNoteGetAll> | </EventCalendarNoteGetAll> |
Aktualna wersja na dzień 15:07, 31 maj 2016
Zapytanie:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | //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ź:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >EventCalendarNoteGetAll</ Type > < EventCalendarNoteGetAll > < CalendarID >4</ CalendarID > < CalendarNote > < ID >4</ ID > < Note >zadzwonic do niego</ Note > < UserID >4</ UserID > < CreateDate >2012-01-01 00:01:00</ CreateDate > < Drukuj >true</ Drukuj > </ CalendarNote > < CalendarNote > < ID >4</ ID > < Note >zadzwonic do niego</ Note > < UserID >4</ UserID > < CreateDate >2012-01-01 00:01:00</ CreateDate > < Drukuj >true</ Drukuj > </ CalendarNote > < CalendarNote > < ID >4</ ID > < Note >zadzwonic do niego</ Note > < UserID >4</ UserID > < CreateDate >2012-01-01 00:01:00</ CreateDate > < Drukuj >true</ Drukuj > </ CalendarNote > </ EventCalendarNoteGetAll > </ 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// |