Updating Header Information of an Item of Equipment
You use this API to update the header information of an item of equipment.
Request
-
HTTP Method: PUT
-
URL: Application_URL/services/api/v1/equipment({equipmentId})/header
-
Example URL: Application_URL/services/api/v1/equipment(E0B15BE85E2B41FBA06069B8D61CEB09)/header
-
Authorization: You must have the roles EQUIPMENT_EDIT or EQUIPMENT_DELETE 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 in https://help.sap.com/doc/040d5297b6804c3b903ee307cfcbf13c/1902/en-US/equipment.html#equipment__equipmentId___header_put.
Response
-
If the system updates an item of equipment successfully, system returns the details of the updated item of equipment in the response payload.
For more information, see https://help.sap.com/doc/040d5297b6804c3b903ee307cfcbf13c/1902/en-US/equipment.html#equipment__equipmentId___header_put.
-
If the system cannot update the item of equipment successfully, system returns appropriate error message in the response payload.
For more information, see https://help.sap.com/doc/040d5297b6804c3b903ee307cfcbf13c/1902/en-US/equipment.html#equipment__equipmentId___header_put.