createPriceListGroupActivationRequest

post

/ccadmin/v1/priceListGroups/activationRequest

Create Price List Group Activation Request. Create a new PriceListGroup activation request

Request

Supported Media Types
Body ()
Root Schema : createPriceListGroupActivationRequest_request
Type: object
Show Source
Example:
{
    "priceListGroupId":"CanadianDollar"
}
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : createPriceListGroupActivationRequest_response
Type: object
Show Source
Nested Schema : activationSummary
Type: object
Activation summary.
Show Source
Example Response (application/json)
{
    "links":[
        {
            "rel":"self",
            "href":"/priceListGroups/activationRequest"
        }
    ],
    "activationSummary":{
        "valid":"true",
        "basePriceGroupValid":"true",
        "active":"true"
    },
    "token":"hcXGtYVfjpsKofHzEeUkCTVQSM_10000"
}

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| |------------------|------------------| |20302|The price group ID must be a string| |20401|There was an error validating the price group| |20301|The price group ID cannot be null| |20187|The price group could not be found| |20304|There was an error activating the price group| |20303|The price group ID cannot be blank|
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