{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Orders API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Factset Send orders to EMS for execution.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/orders/create", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint takes the list of orders and place them on EMS for execution." }, { "info": { "name": "Factset Replace the orders on EMS system.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/orders/replace", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint takes the list of orders to be replaced on the EMS system." }, { "info": { "name": "Factset Cancel the orders on EMS system.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/orders/cancel", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint takes the list of orders to be cancelled on the EMS system." } ] } ], "bundled": true }