POST api/user/getsymbols

Request Information

URI Parameters

None.

Body Parameters

GetSymbolsModel
NameDescriptionTypeAdditional information
sector_name

string

None.

segment_name

string

None.

script_type

string

None.

symbol_code

string

None.

expiry

string

None.

strikePrice

string

None.

call_puts

string

None.

symbol_id

integer

None.

user_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "sector_name": "sample string 1",
  "segment_name": "sample string 2",
  "script_type": "sample string 3",
  "symbol_code": "sample string 4",
  "expiry": "sample string 5",
  "strikePrice": "sample string 6",
  "call_puts": "sample string 7",
  "symbol_id": 8,
  "user_id": 9
}

application/xml, text/xml

Sample:
<Api.GetSymbolsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KeyGroupAPI.Models">
  <call_puts>sample string 7</call_puts>
  <expiry>sample string 5</expiry>
  <script_type>sample string 3</script_type>
  <sector_name>sample string 1</sector_name>
  <segment_name>sample string 2</segment_name>
  <strikePrice>sample string 6</strikePrice>
  <symbol_code>sample string 4</symbol_code>
  <symbol_id>8</symbol_id>
  <user_id>9</user_id>
</Api.GetSymbolsModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.