Profile search template REST Endpoints

Mobile Check-in wizard/Profile search template
Create/ Add a new profile search template
Method: post
Path: /spms/v1/profileSearchTemplate
Create/ Add new profile search configuration field
Method: post
Path: /spms/v1/profileSearchTemplateField
Delete the profile search template by ID
Method: delete
Path: /spms/v1/profileSearchTemplate/{id}
Retrieve a profile search fields excluded from search filter or results
Method: get
Path: /spms/v1/profileSearchTemplateField/type/{typeId}/searchOption/{templateId}
Retrieve a profile search template
Method: get
Path: /spms/v1/profileSearchTemplate/{id}
Retrieve a profile search template field by Id
Method: get
Path: /spms/v1/profileSearchTemplateField/{id}
Retrieve list of all profile search templates
Method: get
Path: /spms/v1/profileSearchTemplate
Retrieve list of profile search template fields
Method: get
Path: /spms/v1/profileSearchTemplateField/type/{typeId}
Retrieve list of profile search template reservation status
Method: get
Path: /spms/v1/profileSearchReservationStatus
Retrieve list of profile search template reservation status
Method: get
Path: /spms/v1/profileSearchReservationStatus/searchOption/{id}
Retrieve list of Profile Search template reservation status by ID
Method: get
Path: /spms/v1/profileSearchReservationStatus/{id}
Update a profile search template record
Method: put
Path: /spms/v1/profileSearchTemplate