EventCalendarZgloszenieUslugiAdd
(Różnice między wersjami)
Linia 10: | Linia 10: | ||
<EventCalendarZgloszenieUslugiAdd> | <EventCalendarZgloszenieUslugiAdd> | ||
<CalendarID>4</CalendarID> | <CalendarID>4</CalendarID> | ||
+ | <CustomerID>4</CustomerID> | ||
<Pozycja><!-- może wystąpic wielokrotnie --> | <Pozycja><!-- może wystąpic wielokrotnie --> | ||
<PriceID>55</PriceID><!-- opcjonalne --> | <PriceID>55</PriceID><!-- opcjonalne --> |
Wersja z 15:35, 12 gru 2017
Zapytanie:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>0</Priority> <Request> <Type>EventCalendarZgloszenieUslugiAdd</Type> <EventCalendarZgloszenieUslugiAdd> <CalendarID>4</CalendarID> <CustomerID>4</CustomerID> <Pozycja><!-- może wystąpic wielokrotnie --> <PriceID>55</PriceID><!-- opcjonalne --> <Ilosc>2</Ilosc><!-- opcjonalne --> <Kwota>24.33</Kwota><!-- opcjonalne --> <Netto>false</Netto><!-- opcjonalne --> <Nazwa>Jakas usługa</Nazwa> </Pozycja> </EventCalendarZgloszenieUslugiAdd> </Request> </Net47> //BEGINEND//
Odpowiedź:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>EventCalendarZgloszenieUslugiAdd</Type> <EventCalendarZgloszenieUslugiAdd> <ZgloszenieID>14</ZgloszenieID> <DocumentID>4454</DocumentID> </EventCalendarZgloszenieUslugiAdd> </Request> </Net47> //BEGINEND//
Błędy:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>Error</Type> <Error>Nieprawidłowy ID</Error> </Request> </Net47> //BEGINEND//