Retrieves the pricing matrix rules for a subscription product
get
/ccstore/v1/selfservice/subscriptionProducts/{subscriptionProductPuId}/pricingMatrixesRules
Request
Supported Media Types
- application/json
Path Parameters
-
subscriptionProductPuId(required): string
ID of subscription product.
Query Parameters
-
limit: string
The batch size of the subscription products covered assets to be fetched together. Default limit is 25, max limit is also 25
-
offset: string
The offset of the page. By default, offset is 0, which means first page will be returned.
-
orderby: string
Specifies a comma-separated list of pairs to order the response by. Default is RuleEndDate
-
q: string
parameters to filter the result.
-
totalResults: boolean
it provides the number of total results. Default is false
Response
Supported Media Types
- application/json
200 Response
Response containing pricing matrix rules
Root Schema : getSubscriptionProductPricingMatrixesRules_Response
Type:
Show Source
object
-
count:
integer
The number of resource instances returned in the current range.
-
hasMore:
boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items:
array Items
Title:
Items
The items in the collection. -
limit:
integer
The actual paging size used by the server.
-
offset:
integer
The offset value used in the current page.
-
totalResults:
integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Example:
{
"links":[
{
"rel":"self",
"href":"http://localhost:8080/ccstore/v1/selfservice/subscriptionProducts/BIQA_OTBI_SM5-PRDT-8012/pricingMatrixesRules"
}
],
"items":[
]
}
Nested Schema : items
Type:
Show Source
object
-
Dimension1:
string
Name of the first dimension in the matrix.
-
Dimension10:
string
Name of the tenth dimension in the matrix.
-
Dimension10Value:
string
Value of the tenth dimension in the matrix.
-
Dimension11:
string
Name of the eleventh dimension in the matrix.
-
Dimension11Value:
string
Value of the eleventh dimension in the matrix.
-
Dimension12:
string
Name of the twelfth dimension in the matrix.
-
Dimension12Value:
string
Value of the twelfth dimension in the matrix.
-
Dimension13:
string
Name of the thirteenth dimension in the matrix.
-
Dimension13Value:
string
Value of the thirteenth dimension in the matrix.
-
Dimension14:
string
Name of the fourteenth dimension in the matrix.
-
Dimension14Value:
string
Value of the fourteenth dimension in the matrix.
-
Dimension15:
string
Name of the fifteenth dimension in the matrix.
-
Dimension15Value:
string
Value of the fifteenth dimension in the matrix.
-
Dimension16:
string
Name of the sixteenth dimension in the matrix.
-
Dimension16Value:
string
Value of the sixteenth dimension in the matrix.
-
Dimension17:
string
Name of the seventeenth dimension in the matrix.
-
Dimension17Value:
string
Value of the seventeenth dimension in the matrix.
-
Dimension18:
string
Name of the eighteenth dimension in the matrix.
-
Dimension18Value:
string
Value of the eighteenth dimension in the matrix.
-
Dimension19:
string
Name of the nineteenth dimension in the matrix.
-
Dimension19Value:
string
Value of the nineteenth dimension in the matrix.
-
Dimension1Value:
string
Value of the first dimension in the matrix.
-
Dimension2:
string
Name of the second dimension in the matrix.
-
Dimension20:
string
Name of the twentieth dimension in the matrix.
-
Dimension20Value:
string
Value of the twentieth dimension in the matrix.
-
Dimension21:
string
Name of the twenty-first dimension in the matrix.
-
Dimension21Value:
string
Value of the twenty-first dimension in the matrix.
-
Dimension22:
string
Name of the twenty-second dimension in the matrix.
-
Dimension22Value:
string
Value of the twenty-second dimension in the matrix.
-
Dimension23:
string
Name of the twenty-third dimension in the matrix.
-
Dimension23Value:
string
Value of the twenty-third dimension in the matrix.
-
Dimension24:
string
Name of the twenty-fourth dimension in the matrix.
-
Dimension24Value:
string
Value of the twenty-fourth dimension in the matrix.
-
Dimension25:
string
Name of the twenty-fifth dimension in the matrix.
-
Dimension25Value:
string
Value of the twenty-fifth dimension in the matrix.
-
Dimension2Value:
string
Value of the second dimension in the matrix.
-
Dimension3:
string
Name of the third dimension in the matrix.
-
Dimension3Value:
string
Value of the third dimension in the matrix.
-
Dimension4:
string
Name of the fourth dimension in the matrix.
-
Dimension4Value:
string
Value of the fourth dimension in the matrix.
-
Dimension5:
string
Name of the fifth dimension in the matrix.
-
Dimension5Value:
string
Value of the fifth dimension in the matrix.
-
Dimension6:
string
Name of the sixth dimension in the matrix.
-
Dimension6Value:
string
Value of the sixth dimension in the matrix.
-
Dimension7:
string
Name of the seventh dimension in the matrix.
-
Dimension7Value:
string
Value of the seventh dimension in the matrix.
-
Dimension8:
string
Name of the eighth dimension in the matrix.
-
Dimension8Value:
string
Value of the eighth dimension in the matrix.
-
Dimension9:
string
Name of the ninth dimension in the matrix.
-
Dimension9Value:
string
Value of the ninth dimension in the matrix.
-
MatrixId:
integer(int64)
Read Only:
true
Value that uniquely identifies the matrix header. -
MatrixRuleId:
integer(int64)
Read Only:
true
Value that uniquely identifies the matrix rule. -
RuleEndDate:
string(date-time)
Title:
End Date
Date when the matrix rule becomes inactive. -
RuleStartDate:
string(date-time)
Title:
Start Date
Date when the matrix rule becomes active.
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|
|------------------|------------------|
|59000|If there is a missing required property.|
|59001|If there is a missing required property in Fusion response.|
|59002|If request can't be processed currently.|
|59003|If there is any invalid path parameter|
|59004|If resource is not found|
|59005|If error occurred while processing input.|
|59008|If any issue occurred while triggering the fusion.|
|59010|If self service is not enabled|
Root Schema : Error
Type:
Show Source
object
-
message:
string
The error message
-
status:
string
The Error code