Publishing Multiple Items of Equipment
You use this API to publish multiple items of equipment in a single API call.
Request
-
HTTP Method: PUT
-
URL: Application_URL/services/api/v1/equipment/publish
-
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_publish_put.
Response
-
If equipment with specified IDs exist, and you have appropriate authorizations, system publishes the given equipment and returns a status code "204" in the response.
For more information, see https://help.sap.com/doc/040d5297b6804c3b903ee307cfcbf13c/1902/en-US/equipment.html#equipment_publish_put.
-
If equipment with specified IDs do not exist, or you do not have appropriate authorizations, system returns an appropriate error message.
For more information, see https://help.sap.com/doc/040d5297b6804c3b903ee307cfcbf13c/1902/en-US/equipment.html#equipment_publish_put.