{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Child Orders API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Child Orders", "type": "folder" }, "items": [ { "info": { "name": "Factset Create Child Orders", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/child-orders/create", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is used to create child orders." }, { "info": { "name": "Factset Replace the Child Orders on EMS system.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/child-orders/replace", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint takes the child order to be replaced on the EMS system." }, { "info": { "name": "Factset Cancel Child Orders", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/child-orders/cancel", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is to cancel a specific child order." } ] } ], "bundled": true }