{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Modify API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Modify", "type": "folder" }, "items": [ { "info": { "name": "Modify a portfolio.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/portfolio/modify", "body": { "type": "json", "data": "{}" } }, "docs": "Modify a portfolio." }, { "info": { "name": "Modify a payout in a portfolio.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/portfolio/payout/modify", "body": { "type": "json", "data": "{}" } }, "docs": "Modify a payout in a portfolio.\n\nCertain error conditions yield errors as follows: \n\n|Error Condition|HTTP Error|\n|-------|--------|\n|At least one of the parameters `notation`, `type`, `amount`, `transaction` or `time` must be set.|400 Bad Request|\n|Invalid payout identifier.|400 Bad Request|" }, { "info": { "name": "Modify a transaction in a portfolio.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/portfolio/transaction/modify", "body": { "type": "json", "data": "{}" } }, "docs": "Modify a transaction in a portfolio.\n\nCertain error conditions yield errors as follows: \n\n|Error Condition|HTTP Error|\n|-------|--------|\n|At least one of the parameters `numberShares`, `price`, `charges`, `exchangeRate` or `time` must be set.|400 Bad Request|" }, { "info": { "name": "Modify a watchlist.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/watchlist/modify", "body": { "type": "json", "data": "{}" } }, "docs": "Modify a watchlist." }, { "info": { "name": "Modify a position in a watchlist.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/watchlist/position/modify", "body": { "type": "json", "data": "{}" } }, "docs": "Modify a position in a watchlist.\n\nCertain error conditions yield errors as follows: \n\n|Error Condition|HTTP Error|\n|-------|--------|\n|At least one of the parameters `notation` or `comment` must be set.|400 Bad Request|\n|The notation already exists in the watchlist.|400 Bad Request|" } ] } ], "bundled": true }