Get the Pricing for a Product Offering by ID

get

http://host:port/productCatalogManagement/v4/productOfferingPrice/{id}

Retrieves the details of pricing for a product offering with the given name.

Request

Path Parameters
Query Parameters
  • Specifies the attributes that need to be returned inside the resource item.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

The product offering price was retrieved successfully.
Body ()
Root Schema : ProductOfferingPriceOracle
Type: object
Title: ProductOfferingPriceOracle
Match All
Show Source
  • Discriminator: @type
    Discriminator: { "propertyName":"@type", "mapping":{ "ProductOfferingPrice":"#/components/schemas/ProductOfferingPrice", "ProductOfferingPriceOracle":"#/components/schemas/ProductOfferingPriceOracle" } }
    It is based on both the basic cost to develop and produce products and the enterprises policy on revenue targets. This price may be further revised through discounting (a product offering price that reflects an alteration). The price applied for a product offering may also be influenced by factors such as the product offering term, the customer selected etc. For example, a product offering can be offered with multiple terms, like commitment periods for the contract. The price may be influenced by this product offering term. A product offering may be cheaper with a 24 month commitment than with a 12 month commitment.
  • Discriminator: @type
    Discriminator: { "propertyName":"@type", "mapping":{ "ProductOfferingPriceOracle":"#/components/schemas/ProductOfferingPriceOracle" } }
Nested Schema : Discriminator: @type
Type: object
Discriminator: @type

Discriminator Values

It is based on both the basic cost to develop and produce products and the enterprises policy on revenue targets. This price may be further revised through discounting (a product offering price that reflects an alteration). The price applied for a product offering may also be influenced by factors such as the product offering term, the customer selected etc. For example, a product offering can be offered with multiple terms, like commitment periods for the contract. The price may be influenced by this product offering term. A product offering may be cheaper with a 24 month commitment than with a 12 month commitment.
Show Source
  • The immediate base class type of the product offering price.
  • Refers to the hyperlink to the schema describing this resource.
  • The class type of this product offering price.
  • bundledPopRelationship
    Represents a bundle relationship from a bundle product offering price (parent) to a simple product offering price (child). A simple product offering price may participate in more than one bundle relationship.
  • constraint
    Represents a policy or a rule applied to product offering price.
  • Description of the product offering price.
  • EventCandidateRef
    An entity that makes an event specification available to a catalog.
  • The unique resource URL of the product offering price.
  • The unique ID of the resource.
  • A flag that indicates whether the price of a product offering is composite (bundle) or not.
  • The last update time of the product offering price.
  • The lifecycle status of the product offering price.
  • Name of the product offering price.
  • Indicates the percentage to be applied if the product offering price is an alteration (such as a discount).
  • popRelationship
    Contains the product offering prices related to the particular product offering price. For example, a price alteration such as allowance or discount.
  • Money
    A base or value business entity used to represent money.
  • Allowed Values: [ "RECURRING", "ONE_TIME", "USAGE", "USAGE_PREPAID", "USAGE_POSTPAID", "ALTERATION", "ALLOWANCE", "OVERAGE", "OVERAGE_PRICE_PLAN", "PENALTY", "ROLLOVER", "ONE_TIME_PRICE_PLAN", "RECURRING_PRICE_PLAN", "USAGE_PRICE_PLAN", "ALTERATION_PRICE_PLAN" ]
    A category that describes the price. For example, recurring, discount, allowance, penalty etc.
  • pricingLogicAlgorithm
    Represents an instantiation of an interface specification to external rating function (without a modeled behavior in SID). Some of the parameters of the interface definition may be already set (such as price per unit) and some may be gathered during the rating process from the event (such as call duration) or from product characteristic values (such as assigned bandwidth).
  • prodSpecCharValueUse
    Product offering uses the product specification characteristic value to add additional attributes to override properties of similar values contained in the product specification characteristic value. The corresponding characteristics addressed by this object must exist in the corresponding product specification. The available characteristic values for a product specification characteristic in a product specification can be modified at the product offering price level. The list of values in product specification characteristic value use is a strict subset of the list of values as defined in the corresponding product specification characteristics.
  • productOfferingTerm
    A list of conditions under which a product offering price is made available to customers. For instance, a product offering price can be offered with multiple commitment periods.
  • Indicates the period of the recurring charge. It sets to zero if it is not applicable.
  • Allowed Values: [ "MONTHLY", "BI_MONTHLY", "QUARTERLY", "SEMI_ANNUAL", "ANNUAL", "DAILY" ]
    The period to repeat the application of the price.
  • RumCandidateRef
    An entity that makes a RUM details available to a catalog.
  • tax
    An amount of money levied on the price of a product by a legislative body.
  • Quantity
    An amount in a given unit.
  • TimePeriod
    A period of time, either as a deadline (endDateTime only), a startDateTime only, or both.
  • Version of the product offering price.
Nested Schema : Discriminator: @type
Type: object
Discriminator: @type

Discriminator Values

Show Source

400 Response

The server cannot process the request due to a client error.
Body ()
Root Schema : Error
Type: object
Used when an API throws an error, typically with an HTTP error response-code.
Show Source

401 Response

The user's authentication credentials for the target resource are invalid.
Body ()
Root Schema : Error
Type: object
Used when an API throws an error, typically with an HTTP error response-code.
Show Source

404 Response

The requested resource was not found, but it could be accessible in the future. Subsequent client requests are permitted.
Body ()
Root Schema : Error
Type: object
Used when an API throws an error, typically with an HTTP error response-code.
Show Source

405 Response

The requested resource does not support the particular request method.
Body ()
Root Schema : Error
Type: object
Used when an API throws an error, typically with an HTTP error response-code.
Show Source

500 Response

When an unexpected condition is identified and no specific message is appropriate, this generic error message is displayed.
Body ()
Root Schema : Error
Type: object
Used when an API throws an error, typically with an HTTP error response-code.
Show Source
Back to Top

Examples

Example 1: Get a Product Offering Price by ID using a One Time Charge

The following example shows how to get a product offering price by ID using a one time charge of $100 as an example by submitting a GET request on the REST resource using cURL. For more information about cURL, see Use cURL.

Note:

The atType in the response payload will be "atType": "ProductOfferingPriceOracle".

curl -X GET 'http://hostname:port/productCatalogManagement/v4/productOfferingPrice/OT_charge_1'

where:

  • hostname is the URL for the PDC REST server.

  • port is the port for the PDC REST server.

Example of the Response Body

The following example shows the contents of the response body in JSON format.

{
    "atBaseType": "ProductOfferingPrice",
    "atType": "ProductOfferingPriceOracle",
    "eventCandidate": {
        "name": "EventBillingProductFeePurchase"
    },
    "href": "/productCatalogManagement/v4/productOfferingPrice/OT_charge_1",
    "id": "OT_charge_1",
    "isBundle": false,
    "lastUpdate": "2023-09-06T23:41:15Z",
    "lifecycleStatus": "Active",
    "name": "OT_charge_1",
    "priceType": "ONE_TIME",
    "rumCandidate": {
        "name": "OCCURRENCE"
    },
    "validFor": {
        "endDateTime": "2023-05-01T00:33:55Z",
        "startDateTime": "2023-04-02T00:33:50Z"
    },
    "version": "1.0",
    "priceAlteration": [
        {
            "atType": "POPAlterationOracle",
            "price": {
                "atType": "ProductPriceValueOracle",
                "dutyFreeAmount": {
                    "unit": "USD",
                    "value": 100.0
                }
            }
        }
    ]
}

Example 2: Get a Product Offering Price by ID using a Charge Selector

The following example shows how to get the details of a product offering price by ID using a charge selector submitting a GET request on the REST resource using cURL. For more information about cURL, see Use cURL.

Note:

The @type in the response payload will be "@type": "ProductOfferingPriceSelectorOracle".

curl -X GET 'http://hostname:port/productCatalogManagement/v4/productOfferingPrice/ChargeSelectorPop'

where:

  • hostname is the URL for the PDC REST server.

  • port is the port for the PDC REST server.

Example of the Response Body

The following example shows the contents of the response body in JSON format.

{
    "atBaseType": "ProductOfferingPrice",
    "atType": "ProductOfferingPriceSelectorOracle",
    "constraint": [
        {
            "atType": "ConstraintOracle",
            "name": "ChargeSelectorPop",
            "constraintRule": [
                {
                    "name": "rule1",
                    "productOfferingPrice": [
                        {
                            "atBaseType": "ProductOfferingPrice",
                            "atType": "ProductOfferingPriceOracle",
                            "eventCandidate": {
                                "name": "EventBillingProductFeePurchase"
                            },
                            "href": "/productCatalogManagement/v4/productOfferingPrice/ChargeSelectorPopRule_1",
                            "id": "ChargeSelectorPopRule_1",
                            "isBundle": false,
                            "lastUpdate": "2024-04-16T22:42:18Z",
                            "lifecycleStatus": "Active",
                            "name": "ChargeSelectorPopRule_1",
                            "priceType": "ONE_TIME",
                            "pricingLogicAlgorithm": [
                                {
                                    "atType": "PricingLogicAlgorithmOracle",
                                    "id": "ChargeSelectorPopRule_1_PlaId_1",
                                    "name": "ChargeSelectorPopRule_1_PlaId_1",
                                    "tierRange": {
                                        "minQuantity": "0",
                                        "productOfferingPriceTierRanges": [
                                            {
                                                "atType": "ProductOfferingPriceOracle",
                                                "id": "ChargeSelectorPopRule_1_tier1",
                                                "name": "ChargeSelectorPopRule_1_tier1",
                                                "priceType": "ONE_TIME",
                                                "maxQuantity": "10",
                                                "priceAlteration": [
                                                    {
                                                        "atType": "POPAlterationOracle",
                                                        "price": {
                                                            "atType": "ProductPriceValueOracle",
                                                            "dutyFreeAmount": {
                                                                "unit": "USD",
                                                                "value": 100
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                }
                            ],
                            "rumCandidate": {
                                "name": "NONE"
                            },
                            "version": "1.0"
                        }
                    ],
                    "valueRelationship": [
                        {
                            "fieldKind": "PRODUCT_SPEC_FIELD",
                            "fieldName": "TelcoGsm.NAME",
                            "fieldValue": "*",
                            "operation": "EQUAL_TO",
                            "separator": ";"
                        }
                    ]
                }
            ],
            "stereoType": "CHARGE_RATE_PLAN_SELECTOR"
        }
    ],
    "eventCandidate": {
        "name": "EventBillingProductFeePurchase"
    },
    "href": "/productCatalogManagement/v4/productOfferingPrice/ChargeSelectorPop",
    "id": "ChargeSelectorPop",
    "isBundle": false,
    "lifecycleStatus": "Active",
    "name": "ChargeSelectorPop",
    "popRelationship": [
        {
            "atType": "ProductOfferingPriceRelationship",
            "id": "ChargeSelectorPopRule_1",
            "name": "ChargeSelectorPopRule_1",
            "relationshipType": "COMPOSITE"
        }
    ],
    "priceType": "ONE_TIME",
    "version": "1.0",
    "serviceCandidate": {
        "atType": "ServiceCandidateRef",
        "id": "TelcoGsm",
        "name": "TelcoGsm"
    }
}
Back to Top