POST api/client/GetCalMarginData
Request Information
URI Parameters
None.
Body Parameters
CalMarginRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| QTY | string |
None. |
|
| Exchange | string |
None. |
|
| Index | integer |
None. |
|
| Scrip | string |
None. |
|
| Price | string |
None. |
|
| SellBuy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"QTY": "sample string 2",
"Exchange": "sample string 3",
"Index": 4,
"Scrip": "sample string 5",
"Price": "sample string 6",
"SellBuy": "sample string 7"
}
application/xml, text/xml
Sample:
<CalMarginRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tick.WEBS.Models"> <Exchange>sample string 3</Exchange> <Index>4</Index> <Price>sample string 6</Price> <QTY>sample string 2</QTY> <Scrip>sample string 5</Scrip> <SellBuy>sample string 7</SellBuy> <Token>sample string 1</Token> </CalMarginRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.