EventCalendarZgloszenieUslugiAdd
Z Net47 2.0
(Różnice między wersjami)
(Utworzył nową stronę „Zapytanie: <pre class="brush:xml"> //BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>0</Pr...”) |
|||
(Nie pokazano 4 wersji utworzonych przez jednego użytkownika) | |||
Linia 10: | Linia 10: | ||
<EventCalendarZgloszenieUslugiAdd> | <EventCalendarZgloszenieUslugiAdd> | ||
<CalendarID>4</CalendarID> | <CalendarID>4</CalendarID> | ||
+ | <CustomerID>4</CustomerID> | ||
+ | <Pozycja><!-- może wystąpic wielokrotnie --> | ||
+ | <PriceID>55</PriceID><!-- opcjonalne --> | ||
+ | <Ilosc>2</Ilosc><!-- opcjonalne --> | ||
+ | <Nazwa>Jakas usługa</Nazwa><!-- opcjonalne --><!-- jeśli nie podamy PriceID to Nazwa jest wymagana --> | ||
+ | </Pozycja> | ||
</EventCalendarZgloszenieUslugiAdd> | </EventCalendarZgloszenieUslugiAdd> | ||
</Request> | </Request> | ||
Linia 24: | Linia 30: | ||
<Type>EventCalendarZgloszenieUslugiAdd</Type> | <Type>EventCalendarZgloszenieUslugiAdd</Type> | ||
<EventCalendarZgloszenieUslugiAdd> | <EventCalendarZgloszenieUslugiAdd> | ||
− | < | + | <ZgloszenieID>14</ZgloszenieID> |
+ | <DocumentID>4454</DocumentID> | ||
</EventCalendarZgloszenieUslugiAdd> | </EventCalendarZgloszenieUslugiAdd> | ||
</Request> | </Request> |
Aktualna wersja na dzień 11:50, 13 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 --> <Nazwa>Jakas usługa</Nazwa><!-- opcjonalne --><!-- jeśli nie podamy PriceID to Nazwa jest wymagana --> </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//