ScheduleNotesGetAll
Z Net47 2.0
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//