Request Wi-Fi access
- Transversal
- Services
- 1 route
This scenario documents how to transmit the information collected in a Wi-Fi access form through POST/v1/wifi_access_request. It fits a service-request journey where a channel captures the request and forwards it to Club Med for processing.
The documented response currently confirms whether the request is allowed with the is_allowed flag. The exact request body schema is not verifiable with the available source material, so the integration must align its payload with the backend contract used by the Wi-Fi form.
Overview
Use this scenario to document the submission of a Wi-Fi access request collected from a dedicated form. The route acts as the transmission point of the journey and exposes a simple confirmation response.
Prerequisites
- A valid
x-api-key - A request payload aligned with the Wi-Fi access form contract
- A
product_idin the payload, because the documented validation example shows it as required
Expected result
The application can submit the Wi-Fi access request and determine whether the request is accepted for processing through the is_allowed flag returned on success.
Scope notes
- This documented journey is intentionally limited to the submission endpoint because no complementary Wi-Fi access route is verifiable in the available source material.
- The detailed body schema and the downstream processing rules are not verifiable with the available source material.