{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Cash API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Cash", "type": "folder" }, "items": [ { "info": { "name": "Add a cash transaction to a portfolio.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/portfolio/transaction/cash/create", "body": { "type": "json", "data": "{}" } }, "docs": "Add a cash transaction to a portfolio.\n\nCertain error conditions yield errors as follows: \n\n|Error Condition|HTTP Error|\n|-------|--------|\n|The number of transactions would exceed 1000.|400 Bad Request|" }, { "info": { "name": "Delete a cash transaction.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/portfolio/transaction/cash/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Delete a cash transaction." } ] } ], "bundled": true }