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.
Request Body
{"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"]}]}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |