Stowage Modes REST Endpoints
Power Data/Stowage Modes
The operations from the Power Data/Stowage Modes category.
- Create a Stowage Mode
- Method: postPath:
/stowageModes - Delete a Stowage Mode
- Method: deletePath:
/stowageModes/{stowageModeGid} - Get a Stowage Mode
- Method: getPath:
/stowageModes/{stowageModeGid} - Get Stowage Modes
- Method: getPath:
/stowageModes - Update a Stowage Mode
- Method: patchPath:
/stowageModes/{stowageModeGid}