Execute rule conditions
Evaluate appointment rule conditions.
warning
The request-body model for this operation currently has no exported setters, so the body can't be populated from outside the SDK — see issue #488. The signature below is documented for completeness.
HTTP request
POST /api/sn_apptmnt_booking/v1/appointment/execute_rule_conditions
Path parameters
None.
Query parameters
None.
Request body
Supply a appointmentbookingapi.ExecuteRuleConditionsRequest.
Response
ExecuteRuleConditionsResponse.
Example
// Build the request body
var body appointmentbookingapi.ExecuteRuleConditionsRequest
response, err := client.AppointmentBooking().ExecuteRuleConditions().Post(ctx, body, nil)
if err != nil {
log.Fatal(err)
}