Wizard Templates REST Endpoints
Mobile Check-In Wizard/Wizard Templates
- Create/ Add a new wizard template
- Method: postPath:
/spms/v1/wizardTemplates
- Remove/ Delete a wizard template
- Method: deletePath:
/spms/v1/wizardTemplates/{id}
- Retrieve a wizard template
- Method: getPath:
/spms/v1/wizardTemplates/{id}
- Retrieve lists of all enabled wizard templates
- Method: getPath:
/spms/v1/wizardTemplates/enabled
- Retrieve lists of all wizard templates
- Method: getPath:
/spms/v1/wizardTemplates
- Update a wizard template record
- Method: putPath:
/spms/v1/wizardTemplates