Assigning or Unassigning an Equipment Instruction
You use this API to assign multiple instructions to multiple items of equipment. You also use this API to remove instructions from items of equipment.
Prerequisites
-
You have created an item of equipment.
- You have created the instruction you want to assign.
Request
-
HTTP Method:PUT
-
Example URL:Application_URL/services/api/v1/equipment/instructions
-
Authorization:You must have the roles EQUIPMENT_EDIT or EQUIPMENT_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/040d5297b6804c3b903ee307cfcbf13c/1902/en-US/equipment.html#equipment_instructions_put file.
Response
-
If the system assigns instructions to equipment successfully, the system returns the HTTP status code as “204”.
For more information, see https://help.sap.com/doc/040d5297b6804c3b903ee307cfcbf13c/1902/en-US/equipment.html#equipment_instructions_put.