NOT FOR PUBLIC DISTRIBUTION: 2020-09-23
Gate locations REST Endpoints
Gateway Security/Configuration/Gate locations
- Create/ Add new gate location.
- Method: postPath:
/spms/v1/configurations/gangwayGateLocations - Retrieve a gate location by ID
- Method: getPath:
/spms/v1/configurations/gangwayGateLocations/{id} - Retrieve list of all enabled gate locations
- Method: getPath:
/spms/v1/configurations/gangwayGateLocations/enabled - Retrieve list of all gate locations
- Method: getPath:
/spms/v1/configurations/gangwayGateLocations - Update a gate location details by ID.
- Method: putPath:
/spms/v1/configurations/gangwayGateLocations/{id}