Performs an add arrayset row action on a arrayset.

post

/ccstore/v1/cpq/configurations/arraySets/add

This endpoint performs an add arrayset row action for a particular configuration

Request

Supported Media Types
Body ()
Root Schema : AddArraySetRowRequest
Type: object
Show Source
Example:
{
    "productFamily":"test1",
    "productLine":"productLine1",
    "arraySetVarName":"set1",
    "cacheInstanceId":"lplWwUDfomQfOCHquG1AKGbpKnqQsrw03JubE3n2bmAb6UnKBl1mrBcQ4zGypY58",
    "model":"model1"
}
Nested Schema : criteria
Type: object
This is being used as filter to be used on the CPQ payload
Show Source
  • childDefs
    This property contains the filter value to be used at CPQ.
  • In case the state is passed as true, the state of the configurable attributes is returned in the response. Otherwise the state of the configurable attributes is not returned in the response.
Nested Schema : childDefs
Type: array
This property contains the filter value to be used at CPQ.
Show Source
Nested Schema : items
Type: object
Show Source
  • Name can contain the state property value that is required.
Back to Top

Response

Supported Media Types

200 Response

Updated items response for an add operation. This response is returned by an add arrayset invocation.
Body ()
Root Schema : AddArraySetRowResponse
Example:
{
    "cacheInstanceId":"lplWwUDfomQfOCHquG1AKGbpKnqQsrw03JubE3n2bmAb6UnKBl1mrBcQ4zGypY58",
    "items":[
        {
            "arrayFloatField1":null,
            "arrayBoolean1":false,
            "_index":0,
            "arrayTextField1":"",
            "arrayCurrencyField1":null,
            "arrayIntegerField1":null,
            "arrayDateField1":null,
            "_rowKey":"b2d77c0b-4f50-40de-998e-9b04b9fcef0e"
        },
        {
            "arrayFloatField1":null,
            "arrayBoolean1":false,
            "_index":1,
            "arrayTextField1":"",
            "arrayCurrencyField1":null,
            "arrayIntegerField1":null,
            "arrayDateField1":null,
            "_rowKey":"8076cbb8-75ab-4c88-8b2e-4e35296041ce"
        }
    ]
}

400 Response

Bad request input data
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top