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