Logo
OpenText Developer Cloud public resources API Documentation

Create/Update Workspaces

PUT {{bo-service-endpoint}}/api/v1/businessworkspaces

This request creates or updates workspaces for the business objects identified in the request body.

Each workspace will have the properties, propertyGroups, relations, and roles populations specified for its business object.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X PUT 'bo-service-endpoint/api/v1/businessworkspaces' -H 'Accept: application/hal+json' -d '{"businessObjectsInfo":[{"objectId":"Basic","objectType":"OvershoeBO","properties":[{"name":"CreatedBy","value":["Amos Moses"]},{"name":"ReviewedBy","value":["Oscar Madison"]}]},{"objectId":"Deluxe","objectType":"OvershoeBO","properties":[{"name":"CreatedBy","value":["Morton Q. Person"]},{"name":"ReviewedBy","value":["Alien Zombie"]}]}]}'

ENDPOINTS