ScheduleNotesGetAll
(Różnice między wersjami)
Linia 32: | Linia 32: | ||
<UserID>4</UserID> | <UserID>4</UserID> | ||
<UserName>aaa</UserName> | <UserName>aaa</UserName> | ||
+ | <File><!-- moze wystapic wielokrotnie --> | ||
+ | <ID>2</ID> | ||
+ | <Nazwa>plik</Nazwa> | ||
+ | <CreateDate>-2019-01-01</CreateDate> | ||
+ | </File> | ||
</Note> | </Note> | ||
</ScheduleNotesGetAll> | </ScheduleNotesGetAll> |
Wersja z 11:26, 10 wrz 2019
Zapytanie:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Module>Schedule</Module> <Priority>0</Priority> <Request> <Type>ScheduleNotesGetAll</Type> <ScheduleNotesGetAll> <ScheduleID>4</ScheduleID> </ScheduleNotesGetAll> </Request> </Net47> //BEGINEND//
Odpowiedź:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>ScheduleNotesGetAll</Type> <ScheduleNotesGetAll> <Note><!-- moze wystapic wielokrotnie --> <ID>2</ID> <CreateDate>2019-02-02</CreateDate> <Opis>To jest test</Opis> <Print>false</Print> <UserID>4</UserID> <UserName>aaa</UserName> <File><!-- moze wystapic wielokrotnie --> <ID>2</ID> <Nazwa>plik</Nazwa> <CreateDate>-2019-01-01</CreateDate> </File> </Note> </ScheduleNotesGetAll> </Request> </Net47> //BEGINEND//
Błędy:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>Error</Type> <Error>Nie znaleziono notatek.</Error> </Request> </Net47> //BEGINEND//