createPriceListGroupActivationRequest
post
                    /ccadmin/v1/priceListGroups/activationRequest
Create Price List Group Activation Request. Create a new PriceListGroup activation request
                Request
Supported Media Types
                - application/json
Root Schema : createPriceListGroupActivationRequest_request
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            priceListGroupId: 
            string
            ID of the PriceListGroup to activate.
Example:
    
    
{
    "priceListGroupId":"CanadianDollar"
}Response
Supported Media Types
                - application/json
200 Response
Following model is returned when operation succeeds.
                
                
                    Root Schema : createPriceListGroupActivationRequest_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            activationSummary(optional): 
            object  activationSummary
            
            Activation summary.
- 
            token(optional): 
            string
            The token associated with this activation. Can be used to fetch a summary.
Nested Schema : activationSummary
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectActivation summary.
    
    
    
    
        Show Source
        - 
            active(optional): 
            boolean
            True if the price list group is active, false if not.
- 
            basePriceGroupValid(optional): 
            boolean
            True if the base price list group is valid, false if not.
- 
            valid(optional): 
            boolean
            True if the price list group is valid, false if not.
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|
                
                
                    Root Schema : errorModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            errors(optional): 
            array  errors
            
            An optional list of errors if multiple errors were encountered
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code
- 
            type(optional): 
            string
            The URI to the HTTP state code definition
Nested Schema : errors
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayAn optional list of errors if multiple errors were encountered
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code