{ "opencollection": "1.0.0", "info": { "name": "API Reference Accounting Codes Product Rate Plan Charge Tiers API", "version": "2023-12-15" }, "items": [ { "info": { "name": "Product Rate Plan Charge Tiers", "type": "folder" }, "items": [ { "info": { "name": "CRUD: Retrieve a product rate plan charge tier", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/object/product-rate-plan-charge-tier/:id", "headers": [ { "name": "Accept-Encoding", "value": "" }, { "name": "Content-Encoding", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "Zuora-Entity-Ids", "value": "" }, { "name": "Zuora-Org-Ids", "value": "" }, { "name": "Zuora-Track-Id", "value": "" } ], "params": [ { "name": "fields", "value": "", "type": "query", "description": "Object fields to return" }, { "name": "id", "value": "", "type": "path", "description": "Object id" } ] }, "docs": "CRUD: Retrieve a product rate plan charge tier" }, { "info": { "name": "CRUD: Update a product rate plan charge tier", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/object/product-rate-plan-charge-tier/:id", "headers": [ { "name": "Accept-Encoding", "value": "" }, { "name": "Content-Encoding", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "Zuora-Entity-Ids", "value": "" }, { "name": "Zuora-Org-Ids", "value": "" }, { "name": "Zuora-Track-Id", "value": "" } ], "params": [ { "name": "rejectUnknownFields", "value": "", "type": "query", "description": "Specifies whether the call fails if the request body contains unknown fields.\nWith `rejectUnknownFields` set to `true`, Zuora returns a 400 response if\nthe request body contains unknown fields. The body of the 400 response is:\n\n```json\n{\n \"message\": \"Error - unrecognised fields\"\n}\n```\n\nBy default, Zuora ignores unknown fields in the request body.\n" }, { "name": "id", "value": "", "type": "path", "description": "The unique ID of the product rate plan charge tier to be updated. For example, 2c92c0f86c85891e016c88d55a6e543b.\n" } ] }, "docs": "Updates the price of a product rate plan charge tier.\n\nTo make other updates to product rate plan charge tiers, use [CRUD: Update a product rate plan charge](/api-references/api/operation/Object_PUTProductRatePlanCharge) and specify `ProductRatePlanChargeTierData` in the request body.\n" } ] } ], "bundled": true }