MomentX GuideX
It gives real-time info on our store, including brand locations and promotions.
- Name For Model
- momentxguidex
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- a year ago
- Contact
- [email protected]
- Description For Model
- This plugin interfaces directly with Azure Storage and provides several API endpoints. The /GetCounterInfo/{name} endpoint retrieves detailed information of a specific brand in the MomentX department store, including floor and area information and the latest promotions. The /GetToiletInfoByArea/{floor}/{area} endpoint returns the detailed location of the toilets based on the provided floor number and area. The /GetToiletInfoByBrand/{floor}/{brand} endpoint returns the detailed location of the toilets based on the provided floor number and nearby brand. The /GetEventByBrand/{name} endpoint retrieves promotional events related to a specific brand in the MomentX department store. These APIs provide valuable information for navigation and user convenience in the MomentX department store.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | getBrandLocation | GET | Get the location of a specific brand in the department store |
2 | getToiletInfoByArea | GET | Get the location details of a toilet based on the provided floor and area |
3 | getToiletInfoByBrand | GET | Get the location details of a toilet based on the provided floor and nearby brand |
4 | getBrandEvent | GET | Get the promotional events of a specific brand in the department store |