POST api/Trading/UpdatePrice
Request Information
URI Parameters
None.
Body Parameters
UpdatePriceName | Description | Type | Additional information |
---|---|---|---|
ISIN | string |
None. |
|
PREZZO | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "ISIN": "sample string 1", "PREZZO": 2.0 }
application/xml, text/xml
Sample:
<UpdatePrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeFinance.Models"> <ISIN>sample string 1</ISIN> <PREZZO>2</PREZZO> </UpdatePrice>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.