GET api/brusper/get_code?iname={iname}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iname | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of get_code| Name | Description | Type | Additional information |
|---|---|---|---|
| icode | string |
None. |
|
| itype | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"icode": "sample string 1",
"itype": "sample string 2"
},
{
"icode": "sample string 1",
"itype": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfget_code xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
<get_code>
<icode>sample string 1</icode>
<itype>sample string 2</itype>
</get_code>
<get_code>
<icode>sample string 1</icode>
<itype>sample string 2</itype>
</get_code>
</ArrayOfget_code>