GET api/Trading/GetTransazioneByISIN?ISIN={ISIN}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ISIN | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SuggestionTitoliModelName | Description | Type | Additional information |
---|---|---|---|
ISIN | string |
None. |
|
TITOLO | string |
None. |
|
PAESE | string |
None. |
|
EMITTENTE | string |
None. |
|
TIPOLOGIA | string |
None. |
|
TICKER | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ISIN": "sample string 1", "TITOLO": "sample string 2", "PAESE": "sample string 3", "EMITTENTE": "sample string 4", "TIPOLOGIA": "sample string 5", "TICKER": "sample string 6" }, { "ISIN": "sample string 1", "TITOLO": "sample string 2", "PAESE": "sample string 3", "EMITTENTE": "sample string 4", "TIPOLOGIA": "sample string 5", "TICKER": "sample string 6" } ]
application/xml, text/xml
Sample:
<ArrayOfSuggestionTitoliModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeFinance.Models"> <SuggestionTitoliModel> <EMITTENTE>sample string 4</EMITTENTE> <ISIN>sample string 1</ISIN> <PAESE>sample string 3</PAESE> <TICKER>sample string 6</TICKER> <TIPOLOGIA>sample string 5</TIPOLOGIA> <TITOLO>sample string 2</TITOLO> </SuggestionTitoliModel> <SuggestionTitoliModel> <EMITTENTE>sample string 4</EMITTENTE> <ISIN>sample string 1</ISIN> <PAESE>sample string 3</PAESE> <TICKER>sample string 6</TICKER> <TIPOLOGIA>sample string 5</TIPOLOGIA> <TITOLO>sample string 2</TITOLO> </SuggestionTitoliModel> </ArrayOfSuggestionTitoliModel>