Station Codes REST Endpoints
Power Data/Station Codes
The operations from the Power Data/Station Codes category.
- Create a Station Code
- Method: postPath:
/stationCodes - Delete a Station Code
- Method: deletePath:
/stationCodes/{stationCodeGid} - Get a Station Code
- Method: getPath:
/stationCodes/{stationCodeGid} - Get Station Codes
- Method: getPath:
/stationCodes - Update a Station Code
- Method: patchPath:
/stationCodes/{stationCodeGid}