NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Gate locations REST Endpoints

Gateway Security/Configuration/Gate locations
Create/ Add new gate location.
Method: post
Path: /spms/v1/configurations/gangwayGateLocations
Retrieve a gate location by ID
Method: get
Path: /spms/v1/configurations/gangwayGateLocations/{id}
Retrieve list of all enabled gate locations
Method: get
Path: /spms/v1/configurations/gangwayGateLocations/enabled
Retrieve list of all gate locations
Method: get
Path: /spms/v1/configurations/gangwayGateLocations
Update a gate location details by ID.
Method: put
Path: /spms/v1/configurations/gangwayGateLocations/{id}