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