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