EventCalendarActionPriceEdit
Z Net47 2.0
(Różnice między wersjami)
Linia 15: | Linia 15: | ||
<PriceNetto>40,99</PriceNetto> <!-- kwota do zaplaty --> | <PriceNetto>40,99</PriceNetto> <!-- kwota do zaplaty --> | ||
<Currency>PLN</Currency> <!-- opcjonalne --> <!-- jeśli brak - przyjmuje PLN --> | <Currency>PLN</Currency> <!-- opcjonalne --> <!-- jeśli brak - przyjmuje PLN --> | ||
+ | <CzyNetto>true</CzyNetto> <!-- opcjonalne --> | ||
</EventCalendarActionPriceEdit> | </EventCalendarActionPriceEdit> | ||
</Request> | </Request> |
Aktualna wersja na dzień 13:18, 25 maj 2015
Zapytanie:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < SessionID >9859c16379c2f22e2db8dde9f41cc6a8</ SessionID > < Priority >0</ Priority > < Request > < Type >EventCalendarActionPriceEdit</ Type > < EventCalendarActionPriceEdit > < ID >3</ ID > < Description >Oplata za wymiane kabla</ Description > < UnitID >4</ UnitID > < TaxID >10</ TaxID > <!-- FinanceTaxMapGetAll --> < PriceNetto >40,99</ PriceNetto > <!-- kwota do zaplaty --> < Currency >PLN</ Currency > <!-- opcjonalne --> <!-- jeśli brak - przyjmuje PLN --> < CzyNetto >true</ CzyNetto > <!-- opcjonalne --> </ EventCalendarActionPriceEdit > </ Request > </ Net47 > //BEGINEND// |
Odpowiedź:
1 2 3 4 5 6 7 8 9 10 11 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >EventCalendarActionPriceEdit</ Type > < EventCalendarActionPriceEdit > < Status >OK</ Status > </ EventCalendarActionPriceEdit > </ Request > </ Net47 > //BEGINEND// |
Błędy:
1 2 3 4 5 6 7 8 9 10 11 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >Error</ Type > < Error >Podana nazwa już istnieje</ Error > < Error >podane ID do relacji nie istnieje</ Error > < Error >Inny błąd</ Error > </ Request > </ Net47 > //BEGINEND// |