Endpoint Parameters
-
Request parameters
Name Type Origin Description ClientKey ClientKey Body Client identifier StandingInstructions Instruction [] Body Standing Instructions -
Response Parameters
View Response CodesName Type Description __count Number The total count of items in the feed. __next String The link for the next page of items in the feed. Data StandingInstructionResponse [] The collection of entities for this feed. MaxRows Number The maximum number of rows that can be returned (if applicable). -
Request Example
Request URL
POST /ca/v2/standinginstructions
Request Body
{ "ClientKey": "7m4I|vtYLUnEGg77o9uQhw==", "StandingInstructions": [ { "AccountKey": "dIm75edbgnW6aBK3CIc-sw==", "AssetType": "Stock", "OptionType": "SECU", "Uic": 101 } ] }
-
Response Example
Response body
{ "__count": 2, "Data": [ { "AccountId": "12642445", "AssetType": "Stock", "CreatedDate": "0001-01-01T00:00:00Z", "OptionType": "SECU", "StandingInstructionId": "31272", "Uic": 101 }, { "AccountId": "12642445", "AssetType": "Stock", "CreatedDate": "0001-01-01T00:00:00Z", "ErrorCode": "InvalidInstrumentDetail", "OptionType": "CASH", "StandingInstructionId": "21272", "Uic": 2103 } ] }