Assign Objects to an Unpublished Checklist Assessment
This API allows you to assign a business object to an unpublished checklist assessment. This will replace the list of business objects that are already assigned with the given object.
Request
-
HTTP Method: PUT
-
Example URL: Application_URL/services/api/v1/aspm/checklists/{checklistId}/businessobjects/assign
-
Authorization: You must have the roles ASSESSMENT_READ or ASSESSMENT_EDIT assigned to your user ID.
-
Request Schema: Refer to the request schema in the https://help.sap.com/doc/25e941e160e747f39702978d8c81e878/1902/en-US/Checklist.html#checklists__checklistid__businessobjects_assign_put file.
Response
On successful execution, the system assigns the selected business object to the checklist assessment. For more information, see https://help.sap.com/doc/25e941e160e747f39702978d8c81e878/1902/en-US/Checklist.html#checklists__checklistid__businessobjects_assign_put.