Gate locations REST Endpoints

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