Service
Click here for a complete list of operations.
getPlaces
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /service.asmx HTTP/1.1 Host: billet.ausommetpvm.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://192.168.1.240:81/WebServiceBoxxo/getPlaces" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <getPlaces xmlns="http://192.168.1.240:81/WebServiceBoxxo"> <in0> <UserSessionID>string</UserSessionID> <_pt_cieNumber>string</_pt_cieNumber> <_p4_id_ordersum>int</_p4_id_ordersum> <_p4_menuType>int</_p4_menuType> <_p4_idClient>int</_p4_idClient> </in0> <computeSummaryOnly>boolean</computeSummaryOnly> </getPlaces> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <getPlacesResponse xmlns="http://192.168.1.240:81/WebServiceBoxxo"> <getPlacesResult> <ListPlace> <PlaceList> <_pt_show_title_trad>string</_pt_show_title_trad> <_pt_show_title>string</_pt_show_title> <_pt_evhour>string</_pt_evhour> <_pt_allergie>string</_pt_allergie> <_p4_id_menu>int</_p4_id_menu> <_p4_id_event>int</_p4_id_event> <_p4_seat>int</_p4_seat> <_pt_row>string</_pt_row> <_pt_section>string</_pt_section> <_p4_id_orderlin>int</_p4_id_orderlin> <_pt_evdate>string</_pt_evdate> <_p4_idmenugroup>int</_p4_idmenugroup> <_pt_namemenu>string</_pt_namemenu> <_p4_idmenucategory>int</_p4_idmenucategory> <_pt_menutitle>string</_pt_menutitle> <_p4_idmenuitem>int</_p4_idmenuitem> <_pt_itemtitle>string</_pt_itemtitle> <_pb_checked>boolean</_pb_checked> <_pt_nomClient>string</_pt_nomClient> <_pt_date_finModif>string</_pt_date_finModif> <_pt_heure_finModif>string</_pt_heure_finModif> <EmailClient>string</EmailClient> </PlaceList> <PlaceList> <_pt_show_title_trad>string</_pt_show_title_trad> <_pt_show_title>string</_pt_show_title> <_pt_evhour>string</_pt_evhour> <_pt_allergie>string</_pt_allergie> <_p4_id_menu>int</_p4_id_menu> <_p4_id_event>int</_p4_id_event> <_p4_seat>int</_p4_seat> <_pt_row>string</_pt_row> <_pt_section>string</_pt_section> <_p4_id_orderlin>int</_p4_id_orderlin> <_pt_evdate>string</_pt_evdate> <_p4_idmenugroup>int</_p4_idmenugroup> <_pt_namemenu>string</_pt_namemenu> <_p4_idmenucategory>int</_p4_idmenucategory> <_pt_menutitle>string</_pt_menutitle> <_p4_idmenuitem>int</_p4_idmenuitem> <_pt_itemtitle>string</_pt_itemtitle> <_pb_checked>boolean</_pb_checked> <_pt_nomClient>string</_pt_nomClient> <_pt_date_finModif>string</_pt_date_finModif> <_pt_heure_finModif>string</_pt_heure_finModif> <EmailClient>string</EmailClient> </PlaceList> </ListPlace> <p4_err>int</p4_err> <ErrMsg>string</ErrMsg> <SommaireMenu> <MenuGroup> <GroupID>int</GroupID> <GroupName>string</GroupName> <ListItemMenu xsi:nil="true" /> </MenuGroup> <MenuGroup> <GroupID>int</GroupID> <GroupName>string</GroupName> <ListItemMenu xsi:nil="true" /> </MenuGroup> </SommaireMenu> </getPlacesResult> </getPlacesResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /service.asmx HTTP/1.1 Host: billet.ausommetpvm.com Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <getPlaces xmlns="http://192.168.1.240:81/WebServiceBoxxo"> <in0> <UserSessionID>string</UserSessionID> <_pt_cieNumber>string</_pt_cieNumber> <_p4_id_ordersum>int</_p4_id_ordersum> <_p4_menuType>int</_p4_menuType> <_p4_idClient>int</_p4_idClient> </in0> <computeSummaryOnly>boolean</computeSummaryOnly> </getPlaces> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <getPlacesResponse xmlns="http://192.168.1.240:81/WebServiceBoxxo"> <getPlacesResult> <ListPlace> <PlaceList> <_pt_show_title_trad>string</_pt_show_title_trad> <_pt_show_title>string</_pt_show_title> <_pt_evhour>string</_pt_evhour> <_pt_allergie>string</_pt_allergie> <_p4_id_menu>int</_p4_id_menu> <_p4_id_event>int</_p4_id_event> <_p4_seat>int</_p4_seat> <_pt_row>string</_pt_row> <_pt_section>string</_pt_section> <_p4_id_orderlin>int</_p4_id_orderlin> <_pt_evdate>string</_pt_evdate> <_p4_idmenugroup>int</_p4_idmenugroup> <_pt_namemenu>string</_pt_namemenu> <_p4_idmenucategory>int</_p4_idmenucategory> <_pt_menutitle>string</_pt_menutitle> <_p4_idmenuitem>int</_p4_idmenuitem> <_pt_itemtitle>string</_pt_itemtitle> <_pb_checked>boolean</_pb_checked> <_pt_nomClient>string</_pt_nomClient> <_pt_date_finModif>string</_pt_date_finModif> <_pt_heure_finModif>string</_pt_heure_finModif> <EmailClient>string</EmailClient> </PlaceList> <PlaceList> <_pt_show_title_trad>string</_pt_show_title_trad> <_pt_show_title>string</_pt_show_title> <_pt_evhour>string</_pt_evhour> <_pt_allergie>string</_pt_allergie> <_p4_id_menu>int</_p4_id_menu> <_p4_id_event>int</_p4_id_event> <_p4_seat>int</_p4_seat> <_pt_row>string</_pt_row> <_pt_section>string</_pt_section> <_p4_id_orderlin>int</_p4_id_orderlin> <_pt_evdate>string</_pt_evdate> <_p4_idmenugroup>int</_p4_idmenugroup> <_pt_namemenu>string</_pt_namemenu> <_p4_idmenucategory>int</_p4_idmenucategory> <_pt_menutitle>string</_pt_menutitle> <_p4_idmenuitem>int</_p4_idmenuitem> <_pt_itemtitle>string</_pt_itemtitle> <_pb_checked>boolean</_pb_checked> <_pt_nomClient>string</_pt_nomClient> <_pt_date_finModif>string</_pt_date_finModif> <_pt_heure_finModif>string</_pt_heure_finModif> <EmailClient>string</EmailClient> </PlaceList> </ListPlace> <p4_err>int</p4_err> <ErrMsg>string</ErrMsg> <SommaireMenu> <MenuGroup> <GroupID>int</GroupID> <GroupName>string</GroupName> <ListItemMenu xsi:nil="true" /> </MenuGroup> <MenuGroup> <GroupID>int</GroupID> <GroupName>string</GroupName> <ListItemMenu xsi:nil="true" /> </MenuGroup> </SommaireMenu> </getPlacesResult> </getPlacesResponse> </soap12:Body> </soap12:Envelope>