/v1/appointment/book/service/list
Testing
GET
https://uat-api.wellnessliving.io/v1/appointment/book/service/list
Request
id_region
(required, integer): The ID of the region for which the services are being listed.k_business
(required, integer): The ID of the business for which the services are being listed.k_location
(required, integer): The ID of the location for which the services are being listed.Response
a_service
(object): An object containing details of the available services, where each key is the service ID and the value is an object with service details.f_deposit
(string): The deposit amount for the service.f_offline_max
(string): Maximum offline booking allowed for the service.f_offline_min
(string): Minimum offline booking required for the service.f_online
(string): Online booking information for the service.i_capacity
(string): The capacity of the service.i_price
(integer): The price of the service.id_book_flow
(integer): The ID of the booking flow for the service.id_service_require
(integer): The ID of the required service.is_age_public
(string): Information about the age restriction for the service.is_multiple_booking
(boolean): Indicates if multiple bookings are allowed for the listed services.k_location
(string): The location ID for which the services are listed.status
(string): The status of the response.s_version
(string): The version information.__a_message
(array): An array of messages.{
"type": "object",
"properties": {
"a_service": {
"type": "object",
"additionalProperties": {
"type": "object",
"properties": {
"f_deposit": { "type": "string" },
"f_offline_max": { "type": "string" },
"f_offline_min": { "type": "string" },
"f_online": { "type": "string" },
"i_capacity": { "type": "string" },
"i_price": { "type": "integer" },
"id_book_flow": { "type": "integer" },
"id_service_require": { "type": "integer" },
"is_age_public": { "type": "string" },
... (more service details)
},
"required": [ "f_deposit", "f_offline_max", "f_offline_min", "f_online", "i_capacity", "i_price", "id_book_flow", "id_service_require", "is_age_public", ... ]
}
},
"is_multiple_booking": { "type": "boolean" },
"k_location": { "type": "string" },
"status": { "type": "string" },
"s_version": { "type": "string" },
"__a_message": {
"type": "array",
"items": { "type": "string" }
}
},
"required": [ "a_service", "is_multiple_booking", "k_location", "status", "s_version", "__a_message" ]
}
Request
Query Params
id_region
string
required
Example:
2
k_business
string
required
Example:
49197
k_location
string
required
Example:
315968