Update Values Already Posted to Indicator
You can use this API to update value which is already posted to indicator.
Request
-
HTTP Method: PUT
-
Example URL: Application_URL/services/api/v1/indicatorvalue({id})
-
Authorization: You must have the roles INDICATOR_EDIT, EQUIPMENT_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 inhttps://help.sap.com/doc/040d5297b6804c3b903ee307cfcbf13c/1902/en-US/equipment.html#indicatorvalue__id___put .
Response
-
If the system updates the value posted to 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/040d5297b6804c3b903ee307cfcbf13c/1902/en-US/equipment.html#indicatorvalue__id___put.
-
If the system cannot update the value posted to the indicator successfully, the system returns appropriate error message in the response payload.
For more information, see https://help.sap.com/doc/040d5297b6804c3b903ee307cfcbf13c/1902/en-US/equipment.html#indicatorvalue__id___put .