GET api/brusper/get_valuable_detail_ofmycust?inst_code={inst_code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| inst_code | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of get_valuable_detail_ofmycust| Name | Description | Type | Additional information |
|---|---|---|---|
| amt | string |
None. |
|
| cust_id | string |
None. |
|
| cust_name | string |
None. |
|
| pinOne | string |
None. |
|
| pinTwo | string |
None. |
|
| pinThree | string |
None. |
|
| msg | string |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"amt": "sample string 1",
"cust_id": "sample string 2",
"cust_name": "sample string 3",
"pinOne": "sample string 4",
"pinTwo": "sample string 5",
"pinThree": "sample string 6",
"msg": "sample string 7",
"error": "sample string 8"
},
{
"amt": "sample string 1",
"cust_id": "sample string 2",
"cust_name": "sample string 3",
"pinOne": "sample string 4",
"pinTwo": "sample string 5",
"pinThree": "sample string 6",
"msg": "sample string 7",
"error": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfget_valuable_detail_ofmycust xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
<get_valuable_detail_ofmycust>
<amt>sample string 1</amt>
<cust_id>sample string 2</cust_id>
<cust_name>sample string 3</cust_name>
<error>sample string 8</error>
<msg>sample string 7</msg>
<pinOne>sample string 4</pinOne>
<pinThree>sample string 6</pinThree>
<pinTwo>sample string 5</pinTwo>
</get_valuable_detail_ofmycust>
<get_valuable_detail_ofmycust>
<amt>sample string 1</amt>
<cust_id>sample string 2</cust_id>
<cust_name>sample string 3</cust_name>
<error>sample string 8</error>
<msg>sample string 7</msg>
<pinOne>sample string 4</pinOne>
<pinThree>sample string 6</pinThree>
<pinTwo>sample string 5</pinTwo>
</get_valuable_detail_ofmycust>
</ArrayOfget_valuable_detail_ofmycust>