Step Templates REST Endpoints

Mobile Check-In Wizard/Step Templates
Create/ Add a new step for wizard template
Method: post
Path: /spms/v1/stepTemplates
Remove/ Delete a step for a wizard template
Method: delete
Path: /spms/v1/stepTemplates/{id}
Retrieve a step for a wizard template
Method: get
Path: /spms/v1/stepTemplates/{id}
Retrieve list of all steps for wizard template
Method: get
Path: /spms/v1/stepTemplates
Update a step for a wizard template
Method: put
Path: /spms/v1/stepTemplates