- Book Event
Get Booking Form Configuration
Get Internationalization Options
Get Services Available for Booking
Get Team Members Available for Booking
Get Nearest Available Time Slots for Team Member
Get Dates Available for Booking
Get a List of Time Slots Available for Booking
Validate Booking Parameters
Create an Online Booking
Get Online Booking Details
Change Online Booking Date/Time
Get location privacy policy for online booking
Book Event
Security
BearerPartner
Client IIN — 12 digits with a valid check digit. Accepted only for locations in Kazakhstan and ignored for other countries. Optional: when omitted or empty, the IIN already saved for the client is left unchanged.
Example:"950315300129"
SMS confirmation code for verifying the phone number. This field is required if the location has phone_confirmation = true
Example:0
Specifies how many hours in advance an SMS reminder should be sent before the appointment. Set to 0 to disable SMS reminders.
Example:0
Specifies how many hours in advance an email reminder should be sent before the appointment. Set to 0 to disable email reminders
Example:0
- Mock serverhttps://developer.alteg.io/_mock/en/public/openapi/activity/{location_id}/{event_id}/book
- Production serverhttps://api.alteg.io/api/v1/activity/{location_id}/{event_id}/book
curl -i -X POST \
'https://developer.alteg.io/_mock/en/public/openapi/activity/{location_id}/{event_id}/book' \
-H 'Accept: application/vnd.api.v2+json' \
-H 'Authorization: Bearer <YOUR_Bearer {PartnerToken}_HERE>' \
-H 'Content-Type: */*' \
-d '{
"fullname": "James Smith",
"phone": "+13155550175",
"email": "j.smith@example.com",
"national_id": "950315300129",
"code": 0,
"comment": "",
"notify_by_sms": 0,
"notify_by_email": 0,
"type": "mobile"
}'Response
{ "success": true, "data": { "id": 28417878, "hash": "9e6a54a1a9b118b65cc39ab6f3c3b5b4" }, "meta": [] }