GET api/brusper/store_prime_list?inst_code={inst_code}&prime_num={prime_num}&prime_name={prime_name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| inst_code | string |
Required |
|
| prime_num | string |
Required |
|
| prime_name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of rt_msgg| Name | Description | Type | Additional information |
|---|---|---|---|
| msg | string |
None. |
|
| o_code | string |
None. |
|
| error | string |
None. |
|
| post_no | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"msg": "sample string 1",
"o_code": "sample string 2",
"error": "sample string 3",
"post_no": "sample string 4"
},
{
"msg": "sample string 1",
"o_code": "sample string 2",
"error": "sample string 3",
"post_no": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfrt_msgg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
<rt_msgg>
<error>sample string 3</error>
<msg>sample string 1</msg>
<o_code>sample string 2</o_code>
<post_no>sample string 4</post_no>
</rt_msgg>
<rt_msgg>
<error>sample string 3</error>
<msg>sample string 1</msg>
<o_code>sample string 2</o_code>
<post_no>sample string 4</post_no>
</rt_msgg>
</ArrayOfrt_msgg>