{ "opencollection": "1.0.0", "info": { "name": "API Reference Accounting Codes Offers API", "version": "2023-12-15" }, "items": [ { "info": { "name": "Offers", "type": "folder" }, "items": [ { "info": { "name": "List offers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/offers", "headers": [ { "name": "Accept-Encoding", "value": "" }, { "name": "Content-Encoding", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "Zuora-Track-Id", "value": "" }, { "name": "Zuora-Entity-Ids", "value": "" }, { "name": "Zuora-Org-Ids", "value": "" } ], "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "The number of records returned per page in the response.\n" }, { "name": "page", "value": "", "type": "query", "description": "The index number of the page that you want to retrieve. This parameter is dependent on `pageSize`. You must set `pageSize` before specifying `page`. For example, if you set `pageSize` to `20` and `page` to `2`, the 21st to 40th records are returned in the response.\n" } ] }, "docs": "Retrieves basic information about all offers.\n\n**Note**: This operation is in the **Beta** phase.\n" }, { "info": { "name": "Create an offer", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/offers", "headers": [ { "name": "Idempotency-Key", "value": "" }, { "name": "Accept-Encoding", "value": "" }, { "name": "Content-Encoding", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "Zuora-Track-Id", "value": "" }, { "name": "Zuora-Entity-Ids", "value": "" }, { "name": "Zuora-Org-Ids", "value": "" } ] }, "docs": "Creates an offer.\n\n**Note**: This operation is in the **Beta** phase.\n" }, { "info": { "name": "Retrieve an offer", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/offers/:offer-key", "headers": [ { "name": "Accept-Encoding", "value": "" }, { "name": "Content-Encoding", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "Zuora-Track-Id", "value": "" }, { "name": "Zuora-Entity-Ids", "value": "" }, { "name": "Zuora-Org-Ids", "value": "" } ], "params": [ { "name": "offer-key", "value": "", "type": "path", "description": "The unique number or ID of the offer to be retrieved.\n" } ] }, "docs": "Retrieves basic information about an offer.\n\n**Note**: This operation is in the **Beta** phase.\n" }, { "info": { "name": "Delete an offer", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/offers/:offer-key", "headers": [ { "name": "Accept-Encoding", "value": "" }, { "name": "Content-Encoding", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "Zuora-Track-Id", "value": "" }, { "name": "Zuora-Entity-Ids", "value": "" }, { "name": "Zuora-Org-Ids", "value": "" } ], "params": [ { "name": "offer-key", "value": "", "type": "path", "description": "The unique number or ID of the offer to be deleted.\n" } ] }, "docs": "Deletes an offer.\n\n**Note**: This operation is in the **Beta** phase.\n \n" } ] } ], "bundled": true }