DocumentGroupGetAll

(Różnice między wersjami)
Skocz do: nawigacji, wyszukiwania
Linia 27: Linia 27:
 
<Nazwa>Dla firm</Nazwa>
 
<Nazwa>Dla firm</Nazwa>
 
<CreateDate>2012-11-06 10:40:05</CreateDate>
 
<CreateDate>2012-11-06 10:40:05</CreateDate>
<Company>t</Company>
+
<CustomerGroupID>23,45</CustomerGroupID>
 +
<CustomerGroupName>test,alfa</CustomerGroupName>
 
</Rekord>
 
</Rekord>
 
<Rekord>
 
<Rekord>
Linia 34: Linia 35:
 
<CreateDate>2012-10-29 11:50:19</CreateDate>
 
<CreateDate>2012-10-29 11:50:19</CreateDate>
 
<Company>f</Company>
 
<Company>f</Company>
 +
<CustomerGroupID>23,45</CustomerGroupID>
 +
<CustomerGroupName>test,alfa</CustomerGroupName>
 
</Rekord>
 
</Rekord>
 
</DocumentGroupGetAll>
 
</DocumentGroupGetAll>

Wersja z 15:24, 18 lis 2014

Zapytanie:

1
2
3
4
5
6
7
8
9
10
11
12
//BEGIN//
<?xml version="1.0" encoding="UTF-8"?>
<Net47>
    <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID>
    <Priority>0</Priority>
    <Request>
        <Type>DocumentGroupGetAll</Type>
        <DocumentGroupGetAll>
        </DocumentGroupGetAll>
    </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
//BEGIN//
<?xml version="1.0" encoding="UTF-8"?>
<Net47>
    <Request>
        <Type>DocumentGroupGetAll</Type>
        <DocumentGroupGetAll>
            <Rekord><!-- sekcja może wystąpić kilka razy -->
                <ID>7</ID>
                <Nazwa>Dla firm</Nazwa>
                <CreateDate>2012-11-06 10:40:05</CreateDate>
                <CustomerGroupID>23,45</CustomerGroupID>
                <CustomerGroupName>test,alfa</CustomerGroupName>
            </Rekord>
            <Rekord>
                <ID>3</ID>
                <Nazwa>Dla klienta indywidualnego</Nazwa>
                <CreateDate>2012-10-29 11:50:19</CreateDate>
                <Company>f</Company>
                <CustomerGroupID>23,45</CustomerGroupID>
                <CustomerGroupName>test,alfa</CustomerGroupName>
            </Rekord>
        </DocumentGroupGetAll>
    </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>Brak danych lub błąd pobrania.</Error>
    </Request>
</Net47>
//BEGINEND//
Osobiste
Przestrzenie nazw
Warianty
Działania
Nawigacja
Konfiguracja Systemu