Update Value of an Indicator
You use this API to update indicator value which is already posted.
Request
-
HTTP Method: PUT
-
Example URL: Application_URL/services/api/v1/indicatorvalue({id})
-
Authorization: You must have the roles MODEL_DELETE, or MODEL_EDIT assigned to your user IDin the SAP Cloud Platform account.
-
Request Schema: To know about fields that you can use in a request payload, refer to the request schema in https://help.sap.com/doc/e8d1e2658da546de98ef9a6038474334/1902/en-US/model.html#indicatorvalue__id___put.
Response
-
If the system updates the indicator successfully, the system returns the details of the updated indicator in the response payload.
For more information, see https://help.sap.com/doc/e8d1e2658da546de98ef9a6038474334/1902/en-US/model.html#indicatorvalue__id___put.
-
If the system cannot update the indicator successfully, the system returns appropriate error message in the response payload.
For more information, see https://help.sap.com/doc/e8d1e2658da546de98ef9a6038474334/1902/en-US/model.html#indicatorvalue__id___put .