GET api/IC_CUSTOMER_HISTORY/GetCustomerReturnPorduct2/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ClassCustomerProductBalansName | Description | Type | Additional information |
---|---|---|---|
IC_PRODUCT_ID | integer |
None. |
|
IC_PRODUCT_NAME | string |
None. |
|
MIQDAR | decimal number |
None. |
|
TOTAL | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "IC_PRODUCT_ID": 1, "IC_PRODUCT_NAME": "sample string 2", "MIQDAR": 3.0, "TOTAL": 4.0 }, { "IC_PRODUCT_ID": 1, "IC_PRODUCT_NAME": "sample string 2", "MIQDAR": 3.0, "TOTAL": 4.0 } ]
application/xml, text/xml
Sample:
<ArrayOfClassCustomerProductBalans xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models"> <ClassCustomerProductBalans> <IC_PRODUCT_ID>1</IC_PRODUCT_ID> <IC_PRODUCT_NAME>sample string 2</IC_PRODUCT_NAME> <MIQDAR>3</MIQDAR> <TOTAL>4</TOTAL> </ClassCustomerProductBalans> <ClassCustomerProductBalans> <IC_PRODUCT_ID>1</IC_PRODUCT_ID> <IC_PRODUCT_NAME>sample string 2</IC_PRODUCT_NAME> <MIQDAR>3</MIQDAR> <TOTAL>4</TOTAL> </ClassCustomerProductBalans> </ArrayOfClassCustomerProductBalans>