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