Package Depots REST Endpoints
Packages/Package Depots
Use for managing global properties.
- Create a Depot
- Method: postPath:
/api/package/Depots
- Delete a Depot
- Method: deletePath:
/api/package/Depots/{id}
- Get a Depot by ID
- Method: getPath:
/api/package/Depots/{id}
- Get Depots
- Method: getPath:
/api/package/Depots
- Get Package Depots for Combo Boxes and Item Selectors
- Method: getPath:
/api/package/Depots/readForSelect
- Update a Depot
- Method: putPath:
/api/package/Depots/{id}