POST api/international/instrument/remove-cache
Reset international instrument cache by symbol key
Request Information
URI Parameters
None.
Body Parameters
Instrument| Name | Description | Type | Additional information |
|---|---|---|---|
| Symbol |
Instrument Symbol |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Symbol": "AAPL"
}
application/xml, text/xml
Sample:
<Instrument xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TPP.B2B.Webservices2.Contract.International"> <Symbol>AAPL</Symbol> </Instrument>
Response Information
Resource Description
StatusCodeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | HttpStatusCode |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.