Step Templates REST Endpoints
Mobile Check-In Wizard/Step Templates
- Create/ Add a new step for wizard template
- Method: postPath:
/spms/v1/stepTemplates
- Remove/ Delete a step for a wizard template
- Method: deletePath:
/spms/v1/stepTemplates/{id}
- Retrieve a step for a wizard template
- Method: getPath:
/spms/v1/stepTemplates/{id}
- Retrieve list of all steps for wizard template
- Method: getPath:
/spms/v1/stepTemplates
- Update a step for a wizard template
- Method: putPath:
/spms/v1/stepTemplates