Damage Notify Points REST Endpoints
    
        Power Data/Damage Notify Points
    
The operations from the Power Data/Damage Notify Points category.
- Create a Damage Notify Point
 - Method: postPath:
/damageNotifyPoints - Delete a Damage Notify Point
 - Method: deletePath:
/damageNotifyPoints/{damageNotifyPointGid} - Get a Damage Notify Point
 - Method: getPath:
/damageNotifyPoints/{damageNotifyPointGid} - Get Damage Notify Points
 - Method: getPath:
/damageNotifyPoints - Update a Damage Notify Point
 - Method: patchPath:
/damageNotifyPoints/{damageNotifyPointGid}