Flex Fields REST Endpoints
Power Data/Appointment Rule Sets/Flex Fields
The operations from the Power Data/Appointment Rule Sets/Flex Fields category.
- Create a Flex Field
- Method: postPath:
/appointmentRuleSets/{apptRuleSetGid}/flexFields
- Delete a Flex Field
- Method: deletePath:
/appointmentRuleSets/{apptRuleSetGid}/flexFields/{flexFieldName}
- Get a Flex Field
- Method: getPath:
/appointmentRuleSets/{apptRuleSetGid}/flexFields/{flexFieldName}
- Get Flex Fields
- Method: getPath:
/appointmentRuleSets/{apptRuleSetGid}/flexFields
- Update a Flex Field
- Method: patchPath:
/appointmentRuleSets/{apptRuleSetGid}/flexFields/{flexFieldName}
- Update Flex Fields
- Method: patchPath:
/appointmentRuleSets/{apptRuleSetGid}/flexFields