Get the Pricing for a Product Offering

get

http://host:port/productCatalogManagement/v4/productOfferingPrice

Retrieves the list of prices for a product offering in promoted status.

Request

Query Parameters
  • Specifies the attributes that need to be returned inside the resource item.
  • Defines the where clause on href field. The resource collection will be queried with a CONTAINS search. For example, ?href=url'.
  • A unique ID that identifies resources.
  • The value for the last update query parameter.
  • The value for the lifecycle Status query parameter.
  • Restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count, the framework will return the available resources.
  • Defines the where clause on name field. The resource collection will be queried with a CONTAINS search. For example, ?name=RecordName'.
  • The starting index for the resources have to be provided in response requested by client.
  • Defines the where clause on the price type field.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

The list of product offering prices was retrieved successfully.
Body ()
Root Schema : schema
Type: array
Show Source
Nested 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
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

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

Note:

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

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

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/ValidityNT1Pop1",
        "id": "ValidityNT1Pop1",
        "isBundle": false,
        "name": "ValidityNT1Pop1",
        "priceType": "ONE_TIME",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "version": "1.0",
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 10.0
                    }
                },
                "validFor": {
                    "endDateTime": "2023-01-28T00:00:00Z",
                    "startDateTime": "2023-01-26T00:00:00Z"
                }
            },
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 4.0
                    }
                },
                "validFor": {
                    "endDateTime": "2023-01-29T00:00:00Z",
                    "startDateTime": "2023-01-28T00:00:00Z"
                }
            },
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 5.0
                    }
                },
                "validFor": {
                    "startDateTime": "2023-01-29T00:00:00Z"
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/ValidityNT1Pop2",
        "id": "ValidityNT1Pop2",
        "eventCandidate": {
            "name": "EventBillingProductFeeCycleCycle_forward_monthly"
        },
        "isBundle": false,
        "name": "ValidityNT1Pop2",
        "priceType": "RECURRING",
        "recurringChargePeriodLength": 1,
        "recurringChargePeriodType": "MONTHLY",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "validFor": {
            "endDateTime": "2023-01-27T00:00:00Z"
        },
        "version": "1.0",
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 8.0
                    }
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/ValidityNT1Pop3",
        "id": "ValidityNT1Pop3",
        "eventCandidate": {
            "name": "EventSessionTelcoGsm"
        },
        "isBundle": false,
        "name": "ValidityNT1Pop3",
        "priceType": "USAGE_PREPAID",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "version": "1.0",
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 2.0
                    }
                },
                "unitOfMeasure": {
                    "amount": 1.0,
                    "units": "NONE"
                },
                "validFor": {
                    "endDateTime": "2023-01-27T00:00:00Z"
                }
            },
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 1.0
                    }
                },
                "unitOfMeasure": {
                    "amount": 1.0,
                    "units": "NONE"
                },
                "validFor": {
                    "endDateTime": "2023-01-28T00:00:00Z",
                    "startDateTime": "2023-01-27T00:00:00Z"
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/testCrp",
        "id": "testCrp",
        "eventCandidate": {
            "name": "EventBillingProductFeePurchase"
        },
        "isBundle": false,
        "name": "testCrp",
        "priceType": "ONE_TIME",
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 10.0
                    }
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/testcrp2",
        "id": "testcrp2",
        "eventCandidate": {
            "name": "EventBillingProductFeeCycleCycle_forward_bimonthly"
        },
        "isBundle": false,
        "name": "testcrp2",
        "priceType": "RECURRING",
        "recurringChargePeriodLength": 1,
        "recurringChargePeriodType": "BI_MONTHLY",
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 200.0
                    }
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/ValidityTiered1Pop1",
        "id": "ValidityTiered1Pop1",
        "eventCandidate": {
            "name": "EventBillingProductFeePurchase"
        },
        "isBundle": false,
        "name": "ValidityTiered1Pop1",
        "priceType": "ONE_TIME",
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 0.0
                    }
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/pricingOfferCharge1",
        "id": "pricingOfferCharge1",
        "eventCandidate": {
            "name": "EventBillingProductFeePurchase"
        },
        "isBundle": false,
        "name": "pricingOfferCharge1",
        "priceType": "ONE_TIME",
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 100.0
                    }
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/Usage_POP",
        "id": "Usage_POP",
        "eventCandidate": {
            "name": "EventSessionTelcoGsm"
        },
        "isBundle": false,
        "name": "Usage_POP",
        "priceType": "USAGE_PREPAID",
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 10.0
                    }
                },
                "unitOfMeasure": {
                    "amount": 1.0,
                    "units": "NONE"
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/charge-1",
        "id": "charge-1",
        "eventCandidate": {
            "name": "EventBillingProductFeePurchase"
        },
        "isBundle": false,
        "name": "charge-1",
        "priceType": "ONE_TIME",
        "tax": [
            {
                "id": "VAT",
                "taxCategory": "CUSTOM",
                "taxRate": 5.0
            }
        ],
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "MIN",
                        "value": 200.0
                    }
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/pricingOfferCharge2",
        "id": "pricingOfferCharge2",
        "eventCandidate": {
            "name": "EventBillingProductFeePurchase"
        },
        "isBundle": false,
        "name": "pricingOfferCharge2",
        "priceType": "ONE_TIME",
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 100.0
                    }
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/pricingOfferCharge3",
        "id": "pricingOfferCharge3",
        "eventCandidate": {
            "name": "EventBillingProductFeePurchase"
        },
        "isBundle": false,
        "name": "pricingOfferCharge3",
        "priceType": "ONE_TIME",
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 100.0
                    }
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/rec_charge",
        "id": "rec_charge",
        "eventCandidate": {
            "name": "EventBillingProductFeeCycleCycle_forward_bimonthly"
        },
        "isBundle": false,
        "name": "rec_charge",
        "priceType": "RECURRING",
        "recurringChargePeriodLength": 1,
        "recurringChargePeriodType": "ANNUAL",
        "tax": [
            {
                "id": "VAT",
                "taxCategory": "CUSTOM",
                "taxRate": 5.0
            }
        ],
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 1000.0
                    }
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/pricingOfferCharge4",
        "id": "pricingOfferCharge4",
        "eventCandidate": {
            "name": "EventBillingProductFeePurchase"
        },
        "isBundle": false,
        "name": "pricingOfferCharge4",
        "priceType": "ONE_TIME",
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 100.0
                    }
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/usg_charge",
        "id": "usg_charge",
        "eventCandidate": {
            "name": "EventSessionTelcoGsm"
        },
        "isBundle": false,
        "name": "usg_charge",
        "priceType": "USAGE_PREPAID",
        "tax": [
            {
                "id": "VAT",
                "taxCategory": "CUSTOM",
                "taxRate": 5.0
            }
        ],
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 1000.0
                    }
                },
                "unitOfMeasure": {
                    "amount": 1.0,
                    "units": "MINUTES"
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/popOOO_1_Test16_OOO",
        "id": "popOOO_1_Test16_OOO",
        "eventCandidate": {
            "name": "EventBillingProductFeePurchase"
        },
        "isBundle": false,
        "name": "popOOO_1_Test16_OOO",
        "priceType": "ONE_TIME",
        "pricingLogicAlgorithm": [
            {
                "atType": "PricingLogicAlgorithmOracle",
                "id": "popOOO_1_Test16_OOO_PlaId_1",
                "name": "popOOO_1_Test16_OOO_PlaId_1",
                "validFor": {
                    "endDateTime": "2024-02-01T00:00:00Z",
                    "startDateTime": "2023-02-01T00:00:00Z"
                },
                "tierRange": {
                    "productOfferingPriceTierRanges": [
                        {
                            "id": "popOOO_1_Test16_OOO_tier1",
                            "name": "popOOO_1_Test16_OOO_tier1",
                            "priceType": "ONE_TIME",
                            "maxQuantity": "NO_MAX",
                            "minQuantity": "0",
                            "priceAlteration": [
                                {
                                    "atType": "POPAlterationOracle",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 105.5
                                        }
                                    }
                                }
                            ]
                        }
                    ]
                }
            }
        ],
        "tax": [
            {
                "id": "VAT",
                "taxCategory": "CUSTOM",
                "taxRate": 5.0
            }
        ],
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "version": "1.0"
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/Charge_REC",
        "id": "Charge_REC",
        "eventCandidate": {
            "name": "EventBillingProductFeeCycleCycle_forward_annual"
        },
        "isBundle": false,
        "name": "Charge_REC",
        "priceType": "RECURRING",
        "recurringChargePeriodLength": 1,
        "recurringChargePeriodType": "ANNUAL",
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 100.0
                    }
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/Charge_Usage",
        "id": "Charge_Usage",
        "eventCandidate": {
            "name": "EventSessionTelcoGsm"
        },
        "isBundle": false,
        "name": "Charge_Usage",
        "priceType": "USAGE_PREPAID",
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 100.0
                    }
                },
                "unitOfMeasure": {
                    "amount": 1.0,
                    "units": "NONE"
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/charge_OT",
        "id": "charge_OT",
        "eventCandidate": {
            "name": "EventBillingProductFeePurchase"
        },
        "isBundle": false,
        "name": "charge_OT",
        "priceType": "ONE_TIME",
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 100.0
                    }
                },
                "validFor": {
                    "endDateTime": "2023-02-01T00:00:00Z"
                }
            },
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 100.0
                    }
                },
                "validFor": {
                    "startDateTime": "2023-02-01T00:00:00Z"
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/test_OT_Charge",
        "id": "test_OT_Charge",
        "eventCandidate": {
            "name": "EventBillingProductFeePurchase"
        },
        "isBundle": false,
        "name": "test_OT_Charge",
        "priceType": "ONE_TIME",
        "pricingLogicAlgorithm": [
            {
                "atType": "PricingLogicAlgorithmOracle",
                "id": "test_OT_Charge_PlaId_1",
                "name": "test_OT_Charge_PlaId_1",
                "tierRange": {
                    "productOfferingPriceTierRanges": [
                        {
                            "id": "test_OT_Charge_tier1",
                            "name": "test_OT_Charge_tier1",
                            "priceType": "ONE_TIME",
                            "maxQuantity": "10",
                            "minQuantity": "0",
                            "priceAlteration": [
                                {
                                    "atType": "POPAlterationOracle",
                                    "price": {
                                        "dutyFreeAmount": {
                                            "unit": "USD",
                                            "value": 100.0
                                        }
                                    }
                                }
                            ]
                        }
                    ]
                }
            }
        ],
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        }
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/pricingOfferCharge6",
        "id": "pricingOfferCharge6",
        "eventCandidate": {
            "name": "EventBillingProductFeePurchase"
        },
        "isBundle": false,
        "name": "pricingOfferCharge6",
        "priceType": "ONE_TIME",
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 100.0
                    }
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/Pricing_Offer_Charge",
        "id": "Pricing_Offer_Charge",
        "eventCandidate": {
            "name": "EventBillingProductFeePurchase"
        },
        "isBundle": false,
        "name": "Pricing_Offer_Charge",
        "priceType": "ONE_TIME",
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 100.0
                    }
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/Pricing_Offer_Charge2",
        "id": "Pricing_Offer_Charge2",
        "eventCandidate": {
            "name": "EventBillingProductFeePurchase"
        },
        "isBundle": false,
        "name": "Pricing_Offer_Charge2",
        "priceType": "ONE_TIME",
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 100.0
                    }
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/pricingOfferCharge7",
        "id": "pricingOfferCharge7",
        "eventCandidate": {
            "name": "EventBillingProductFeePurchase"
        },
        "isBundle": false,
        "name": "pricingOfferCharge7",
        "priceType": "ONE_TIME",
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 100.0
                    }
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/ot-1",
        "id": "ot-1",
        "eventCandidate": {
            "name": "EventBillingProductFeePurchase"
        },
        "isBundle": false,
        "name": "ot-1",
        "priceType": "ONE_TIME",
        "tax": [
            {
                "id": "VAT",
                "taxCategory": "CUSTOM",
                "taxRate": 5.0
            }
        ],
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 1000.0
                    }
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atType": "ProductOfferingPriceOracle",
        "href": "productCatalogManagement/v4/productOfferingPrice/pricingOfferCharge24",
        "id": "pricingOfferCharge24",
        "eventCandidate": {
            "name": "EventBillingProductFeePurchase"
        },
        "isBundle": false,
        "name": "pricingOfferCharge24",
        "priceType": "ONE_TIME",
        "version": "1.0",
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "priceAlteration": [
            {
                "atType": "POPAlterationOracle",
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": 100.0
                    }
                }
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atSchemaLocation": "/CatalogManagement/schema/oracle/Oracle.ProductOfferingPriceAlteration.yml",
        "atType": "ProductOfferingPriceOracle",
        "href": "/productCatalogManagement/v4/productOfferingPrice/DiscValidityNT1Pop1",
        "id": "DiscValidityNT1Pop1",
        "isBundle": false,
        "name": "DiscValidityNT1Pop1",
        "priceType": "ALTERATION_PRICE_PLAN",
        "validFor": {
            "endDateTime": "2023-01-27T00:00:00Z"
        },
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "version": "1.0",
        "priceAlteration": [
            {
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": -0.1
                    }
                },
                "shareAllowance": false
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atSchemaLocation": "/CatalogManagement/schema/oracle/Oracle.ProductOfferingPriceAlteration.yml",
        "atType": "ProductOfferingPriceOracle",
        "href": "/productCatalogManagement/v4/productOfferingPrice/DiscValidityNT1Pop2",
        "id": "DiscValidityNT1Pop2",
        "isBundle": false,
        "name": "DiscValidityNT1Pop2",
        "priceType": "ALTERATION_PRICE_PLAN",
        "validFor": {
            "endDateTime": "2023-01-28T00:00:00Z",
            "startDateTime": "2023-01-27T00:00:00Z"
        },
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "version": "1.0",
        "priceAlteration": [
            {
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": -0.09
                    }
                },
                "shareAllowance": false
            }
        ]
    },
    {
        "atBaseType": "ProductOfferingPrice",
        "atSchemaLocation": "/CatalogManagement/schema/oracle/Oracle.ProductOfferingPriceAlteration.yml",
        "atType": "ProductOfferingPriceOracle",
        "href": "/productCatalogManagement/v4/productOfferingPrice/DiscValidityNT1Pop3",
        "id": "DiscValidityNT1Pop3",
        "isBundle": false,
        "name": "DiscValidityNT1Pop3",
        "priceType": "ALTERATION_PRICE_PLAN",
        "validFor": {
            "startDateTime": "2023-01-27T00:00:00Z"
        },
        "rumCandidate": {
            "name": "OCCURRENCE"
        },
        "version": "1.0",
        "priceAlteration": [
            {
                "price": {
                    "dutyFreeAmount": {
                        "unit": "USD",
                        "value": -0.06
                    }
                },
                "shareAllowance": false
            }
        ]
    }
]
Back to Top