Updating an Improvement Request
You use this API to update an improvement request by specifying the improvement request ID.
Request
-
HTTP Method: PUT
-
URL: Application_URL/services/api/v1/improvementcase/{improvementCaseId}
-
Authorization: You must have the roles IMPROVEMENTCASE_EDIT or IMPROVEMENTCASE_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 https://help.sap.com/doc/296dc3fb4aac440a811cb94aaa99dc9e/1902/en-US/ImprovementRequest.html#improvementcase__improvementCaseId__put and the Additional Information section.
Response
-
The system returns the updated request information in the response payload.
For more information, see https://help.sap.com/doc/296dc3fb4aac440a811cb94aaa99dc9e/1902/en-US/ImprovementRequest.html#improvementcase__improvementCaseId__put.
-
If the system cannot update the improvement request successfully, system returns appropriate error message in the response payload.
For more information, see https://help.sap.com/doc/296dc3fb4aac440a811cb94aaa99dc9e/1902/en-US/ImprovementRequest.html#improvementcase__improvementCaseId__put.