DocumentGroupGetAll
Z Net47 2.0
(Różnice między wersjami)
Linia 30: | Linia 30: | ||
<CustomerGroupName>test,alfa</CustomerGroupName> | <CustomerGroupName>test,alfa</CustomerGroupName> | ||
<Ukryj>1</Ukryj> | <Ukryj>1</Ukryj> | ||
− | < | + | <CustomerGroupTariffID>1,2,3</CustomerGroupTariffID> |
− | < | + | <CustomerGroupTariffName>test,test2, test3</CustomerGroupTariffName> |
</Rekord> | </Rekord> | ||
<Rekord> | <Rekord> | ||
Linia 41: | Linia 41: | ||
<CustomerGroupName>test,alfa</CustomerGroupName> | <CustomerGroupName>test,alfa</CustomerGroupName> | ||
<Ukryj>0</Ukryj> | <Ukryj>0</Ukryj> | ||
− | < | + | <CustomerGroupTariffID>1,2,3</CustomerGroupTariffID> |
− | < | + | <CustomerGroupTariffName>test,test2, test3</CustomerGroupTariffName> |
</Rekord> | </Rekord> | ||
</DocumentGroupGetAll> | </DocumentGroupGetAll> |
Aktualna wersja na dzień 14:13, 27 sty 2021
Zapytanie:
//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ź:
//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> <Ukryj>1</Ukryj> <CustomerGroupTariffID>1,2,3</CustomerGroupTariffID> <CustomerGroupTariffName>test,test2, test3</CustomerGroupTariffName> </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> <Ukryj>0</Ukryj> <CustomerGroupTariffID>1,2,3</CustomerGroupTariffID> <CustomerGroupTariffName>test,test2, test3</CustomerGroupTariffName> </Rekord> </DocumentGroupGetAll> </Request> </Net47> //BEGINEND//
Błędy:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>Error</Type> <Error>Brak danych lub błąd pobrania.</Error> </Request> </Net47> //BEGINEND//