id_region
(integer): The ID of the region for which the appointment details are being fetched.k_business
(integer): The ID of the business associated with the appointment details.k_location
(integer): The ID of the location for which the appointment details are being retrieved.{
"type": "object",
"properties": {
"a_category": {
"type": "array",
"items": {
"type": "object",
"properties": {
"hide_application": {
"type": "boolean"
},
"html_title": {
"type": "string"
},
"text_title": {
"type": "string"
},
"k_resource_type": {
"type": "string"
}
}
}
},
"status": {
"type": "string"
},
"s_version": {
"type": "string"
},
"__a_message": {
"type": "array",
"items": {
"type": "string"
}
}
}
}