Activate Integration for Restaurant
Activate the integration between the K-Series business location and the external reservation platform.
Path parameters
-
The unique code assigned to the reservation platform.
Maximum length is
11
. Format should match the following pattern:[a-zA-Z0-9_-]+
.
Body
-
The K-Series business location ID.
-
The external platform ID for the restaurant.
Format should match the following pattern:
[a-zA-Z0-9_-]+
.
POST /reservation/api/1/user/platform/{platform-code}/integration/activate
curl \
-X POST https://api.lsk.lightspeed.app/reservation/api/1/user/platform/MyPlatform/integration/activate \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"businessLocationId":9765040300495493,"platformRestaurantId":"Restaurant-123"}'
Request examples
{
"businessLocationId": 9765040300495493,
"platformRestaurantId": "Restaurant-123"
}