Integrating Data and Services
Integrating with NetWaiter
Authorized partners can use NetWaiter’s tools and APIs to integrate their data and services into the network to provide users easy access to menus, ordering, and personalized information.
Menu/Online Ordering Checklist:
Search, Match, and Submit your locations with locations that are already a part of Netwaiter's platform:-
Step 1: Search NetWaiter Network via API
Property Value Description Restuarant Name string Full Restaurant Name Restuarant Address string Full Restaurant Address Restuarant City string Restuarant State string Restuarant Zip string { "Name": "Test Restaurant", "Address": "1234 Main St", "City": "New York", "State": "NY", "Zip": "10044" }
Property Value Description Restuarant Identifier guid NetWaiter Specific Identifier for Restaurant Restuarant Name string Full Restaurant Name Restuarant Address string Full Restaurant Address Restuarant City string Restuarant State string Restuarant Zip string [ { "LocationId": "BEA5F6C7-032E-42DD-9400-311F8C995F71", "Name": "Test Restaurant ABC", "Address": "1234 Main St #6", "City": "New York", "State": "NY", "Zip": "10044" } ]
- Step 2: Match search results with your locations
-
Step 3: Submit your matched locations with their corresponding ordering points
Property Value Description Client Identifier guid Authenticated Client Identifier NetWaiter Identifier guid NetWaiter Specific Identifier for Restaurant Platform Identifier string Platform Specific Identifier for Restaurant Restuarant Name string Full Restaurant Address Restuarant Address string Restuarant City string Restuarant State string Restuarant Zip string [ { "ClientId": "1E55B84A-BF29-40E1-8712-7B639A3D2BAC", "LocationId": "BEA5F6C7-032E-42DD-9400-311F8C995F71", "PlatformId": "1284756", "Name": "Test Restaurant ABC", "Address": "1234 Main St #6", "City": "New York", "State": "NY", "Zip": "10044" } ]
- Step 4: Once submitted, NetWaiter will review, approve, and link your matches to the NetWaiter Network
Track Orders/Visits:
Ability to track orders/visits that originate from NetWaiter:-
Expose order information for NetWaiter to query
Property Value Description Platform Identifier string Platform Specific Identifier for Restaurant Order Time date string Local Time the Order was Placed Order Identifier string Unique Order Identifier Customer Identifier string Unique Customer Identifier Subtotal decimal Subtotal of the Order [ { "PlatformId": "1284756", "OrderDate": "3/3/2017 08:04 AM", "OrderId": "876463", "CustomerId": "D0C19446-71BD-4002-B3F3-7D33EBD57E10", "Subtotal": "18.76" } ]