POST api/Trading/NewTitolo
Request Information
URI Parameters
None.
Body Parameters
NuovoTitoloName | Description | Type | Additional information |
---|---|---|---|
ISIN | string |
None. |
|
NOME | string |
None. |
|
PREZZO | decimal number |
None. |
|
DATA_PREZZO | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "ISIN": "sample string 1", "NOME": "sample string 2", "PREZZO": 3.0, "DATA_PREZZO": "2025-05-21T19:50:01.5479904+02:00" }
application/xml, text/xml
Sample:
<NuovoTitolo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeFinance.Models"> <DATA_PREZZO>2025-05-21T19:50:01.5479904+02:00</DATA_PREZZO> <ISIN>sample string 1</ISIN> <NOME>sample string 2</NOME> <PREZZO>3</PREZZO> </NuovoTitolo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.