Implement check before setting service characteristics
Must check if the service characteristic(s) are configurable, before letting the API proceed with the requests below (on error, return bad request): - POST / UPDATE Service Order: orderItem[x].service.serviceCharacteristic[] - POST / UPDATE Service: serviceCharacteristic[] During the requests, we already fetch the relevant Service Specification, which has the information about the configurability
issue