Update Security Master
POST {{baseurl}}apireport?svc=getReport&reportName=API_SecMaster_Update
By passing in a report name, you will get accounts
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
svc | string | (Required) Needs to be populated with getReport | |
reportName | string | (Required) Report name that has been provided by LiquidityBook |
Request Body
{"securities"=>[{"ticker"=>"ZVZZT", "assetClass"=>"EQUITY", "description"=>"SUPERMONTAGE TEST", "currency"=>"USD", "country"=>"US", "primaryCountry"=>"US", "MKT_CAP"=>"5000"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"errors":[],"node":"E55","rc":0,"report":[{"data":{"assetClass":"EQUITY","countryCode":"US","currency":"USD","currencyCode":"USD","cusip":"","description":"SUPERMONTAGE TEST","exchange":"","fetchDate":1651006842897,"isin":"","issueType":"","primaryCountryCode":"US","sedol":"","sicCode":null,"symbol":"ZVZZT"}}]}