Updating Location Values
This API allows you to update location values for a location.
Request
-
HTTP Method: PUT
-
URL: Application_URL/services/api/v1/location({id})/values
-
Authorization: You must have the roles FUNCTIONAL_LOCATION_EDIT or FUNCTIONAL_LOCATION_DELETE assigned to your user ID in 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 the https://help.sap.com/doc/8e4a4828fc76493483b6c9fc1b8828b9/1902/en-US/location.html#location__id___values_put.
Response
If the system updates the location value change successfully, the system returns the details of the updated location value in the response payload. Otherwise, the system returns appropriate error codes.
For more information, see https://help.sap.com/doc/8e4a4828fc76493483b6c9fc1b8828b9/1902/en-US/location.html#location__id___values_put.