ScheduleNotesGetAll

(Różnice między wersjami)
Skocz do: nawigacji, wyszukiwania
Linia 35: Linia 35:
 
<ID>2</ID>
 
<ID>2</ID>
 
<Nazwa>plik</Nazwa>
 
<Nazwa>plik</Nazwa>
<CreateDate>-2019-01-01</CreateDate>
+
<CreateDate>2019-01-01</CreateDate>
 
</File>
 
</File>
 
</Note>  
 
</Note>  

Wersja z 12:27, 10 wrz 2019

Zapytanie:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
//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ź:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//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:

1
2
3
4
5
6
7
8
9
//BEGIN//
<?xml version="1.0" encoding="UTF-8"?>
<Net47>
    <Request>
        <Type>Error</Type>
        <Error>Nie znaleziono notatek.</Error
    </Request>
</Net47>
//BEGINEND//
Osobiste
Przestrzenie nazw
Warianty
Działania
Nawigacja
Konfiguracja Systemu