{ "opencollection": "1.0.0", "info": { "name": "API Reference Accounting Codes Mass Updater API", "version": "2023-12-15" }, "items": [ { "info": { "name": "Mass Updater", "type": "folder" }, "items": [ { "info": { "name": "Perform a mass action", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/bulk", "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": "Describes how to perform a mass action through the REST API. \n\nUsing this API method, you send a multipart/form-data request containing a `.csv` file with data about the mass action you want to perform. Zuora returns a key and then asynchronously processes the mass action. You can use the key to get details about the result of the mass action.\n\nIf you want to use this operation to perform the Mass Payment Upload (MPU) mass action, see [Mass Payment Upload](https://knowledgecenter.zuora.com/Billi" }, { "info": { "name": "List all results of a mass action", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/bulk/:bulk-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": "bulk-key", "value": "", "type": "path", "description": "String of 32 characters that identifies a mass action. You get the bulk-key after performing a mass action through the REST API.\n" } ] }, "docs": "Describes how to get information about the result of a mass action through the REST API. \n" }, { "info": { "name": "Stop a mass action", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/bulk/:bulk-key/stop", "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": "bulk-key", "value": "", "type": "path", "description": "String of 32 characters that identifies a mass action. You get the bulk-key after performing a mass action through the REST API.\n" } ] }, "docs": "Describes how to stop a mass action through the REST API. You can stop a mass action when its status is Pending or Processing. After you have stopped a mass action, you can get the mass action result to see details of the mass action.\n\n- If you stop a mass action when its status is Pending, no response file is generated because no records have been processed.\n\n- If you stop a mass action when its status is Processing, a response file is generated. You can check the response file to see which rec" } ] } ], "bundled": true }