Configuration API - Predefined Locations management

Description

Extending Configuration API by adding endpoints allowing to manage Predefined Locations:

  • GET configuration/predefined-locations - Get many predefined locations
  • GET configuration/predefined-locations/{id} - Get one predefined location
  • POST configuration/predefined-locations - Create a predefined location
  • PUT configuration/predefined-locations/{id} - Update a predefined location
  • DELETE configuration/predefined-locations - Delete many predefined location
  • DELETE configuration/predefined-locations/{id} - Delete a predefined location

Impact

This enhancement is backward-compatible and does not require any changes to existing client implementations.

References