EventCalendarActionPriceGetAll
Z Net47 2.0
(Różnice między wersjami)
Linia 37: | Linia 37: | ||
<CreateDate>2012-04-06 00:00:00</CreateDate> | <CreateDate>2012-04-06 00:00:00</CreateDate> | ||
<Currency>PLN</Currency> | <Currency>PLN</Currency> | ||
+ | <IsNetto>true</IsNetto> | ||
</ActionPrice> | </ActionPrice> | ||
<ActionPrice> | <ActionPrice> | ||
Linia 48: | Linia 49: | ||
<CreateDate>2012-04-06 00:00:00</CreateDate> | <CreateDate>2012-04-06 00:00:00</CreateDate> | ||
<Currency>EUR</Currency> | <Currency>EUR</Currency> | ||
+ | <IsNetto>true</IsNetto> | ||
</ActionPrice> | </ActionPrice> | ||
<ActionPrice> | <ActionPrice> | ||
Linia 59: | Linia 61: | ||
<CreateDate>2012-04-06 00:00:00</CreateDate> | <CreateDate>2012-04-06 00:00:00</CreateDate> | ||
<Currency>PLN</Currency> | <Currency>PLN</Currency> | ||
+ | <IsNetto>true</IsNetto> | ||
</ActionPrice> | </ActionPrice> | ||
</EventCalendarActionPriceGetAll> | </EventCalendarActionPriceGetAll> |
Aktualna wersja na dzień 10:10, 16 cze 2017
Zapytanie:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>0</Priority> <Request> <Type>EventCalendarActionPriceGetAll</Type> <EventCalendarActionPriceGetAll> <SortName>id</SortName> <!-- id, opis, miara, nazwa, podatek, label, kwota_netto, createdate --> <SortType>ASC</SortType> <Limit>10</Limit> <Offset>1</Offset> </EventCalendarActionPriceGetAll> </Request> </Net47> //BEGINEND//
Odpowiedź:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>EventCalendarActionPriceGetAll</Type> <EventCalendarActionPriceGetAll> <ActionPrice> <ID>4</ID> <Description>Wymiana sprzętu</Description> <UnitID>7</UnitID> <UnitName>szt</UnitName> <TaxID>4</TaxID> <TaxName>23,00%</TaxName> <Netto>10.00</Netto> <CreateDate>2012-04-06 00:00:00</CreateDate> <Currency>PLN</Currency> <IsNetto>true</IsNetto> </ActionPrice> <ActionPrice> <ID>4</ID> <Description>Wymiana sprzętu</Description> <UnitID>7</UnitID> <UnitName>szt</UnitName> <TaxID>4</TaxID> <TaxName>23,00%</TaxName> <Netto>10.00</Netto> <CreateDate>2012-04-06 00:00:00</CreateDate> <Currency>EUR</Currency> <IsNetto>true</IsNetto> </ActionPrice> <ActionPrice> <ID>4</ID> <Description>Wymiana sprzętu</Description> <UnitID>7</UnitID> <UnitName>szt</UnitName> <TaxID>4</TaxID> <TaxName>23,00%</TaxName> <Netto>10.00</Netto> <CreateDate>2012-04-06 00:00:00</CreateDate> <Currency>PLN</Currency> <IsNetto>true</IsNetto> </ActionPrice> </EventCalendarActionPriceGetAll> </Request> </Net47> //BEGINEND//
Błędy:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>Error</Type> <Error>Nieprawidłowe dane</Error> </Request> </Net47> //BEGINEND//