{ "opencollection": "1.0.0", "info": { "name": "API Reference Accounting Codes Taxation Items API", "version": "2023-12-15" }, "items": [ { "info": { "name": "Taxation Items", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a taxation item\n", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/taxationitems/:id", "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": "id", "value": "", "type": "path", "description": "The unique ID of a taxation item.\n" } ] }, "docs": "Retrieves the information about a specific taxation item by ID.\n" }, { "info": { "name": "Update a taxation item", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/taxationitems/:id", "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": "id", "value": "", "type": "path", "description": "The unique ID of a taxation item.\n" } ] }, "docs": "Updates a specific taxation item by ID.\n" }, { "info": { "name": "Delete a taxation item", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/taxationitems/:id", "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": "id", "value": "", "type": "path", "description": "The unique ID of a taxation item.\n" } ] }, "docs": "Deletes a specific taxation item by ID.\n" }, { "info": { "name": "CRUD: Create a taxation item", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/object/taxation-item", "headers": [ { "name": "Idempotency-Key", "value": "" }, { "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" } ] }, "docs": "CRUD: Create a taxation item" } ] } ], "bundled": true }