createWorkset

post

/ccadmin/v1/worksets

Creates a new workset.

Request

Supported Media Types
Body ()
Root Schema : workset_request
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : workset_response
Type: object
Show Source
Example Response (application/json)
{
    "name":"summer_sales",
    "repositoryId":"ws10001",
    "links":[
        {
            "rel":"self",
            "href":"http://localhost:9080/ccadmin/v1/worksets"
        }
    ]
}

Default Response

The error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |------------------|------------------| |31300|Missing required property: name| |31300|The maximum length of property "name" has been exceeded ({0} > 25) for value: {1}| |31300|Unallowed character '{0}' in workset name.| |31302|Workset {0} not found.| |31300|The name is reserved for the default workset.| |31303|Internal server error.|
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top