GET api/brusper/get_insttype?icode={icode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
icode

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of get_insttype
NameDescriptionTypeAdditional information
itype

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "itype": "sample string 1"
  },
  {
    "itype": "sample string 1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfget_insttype xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
  <get_insttype>
    <itype>sample string 1</itype>
  </get_insttype>
  <get_insttype>
    <itype>sample string 1</itype>
  </get_insttype>
</ArrayOfget_insttype>