GET api/TSWHOLESALE_STOCKS/getProductStock3/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ModelProductStock2| Name | Description | Type | Additional information |
|---|---|---|---|
| IC_PRODUCT_ID | integer |
None. |
|
| IC_PRODUCT_NAME | string |
None. |
|
| IC_IN_PRICE | string |
None. |
|
| IC_OUT_PRICE | string |
None. |
|
| QALIQ | string |
None. |
|
| IN_AMOUNT | string |
None. |
|
| HAS_DISCOUNT | string |
None. |
|
| DISCOUNT_AMOUNT | string |
None. |
|
| HAS_PRICE_CHANGE | string |
None. |
|
| PRICE_DISCOUNT_AMOUNT | string |
None. |
|
| WEIGHT_NAME | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IC_PRODUCT_ID": 1,
"IC_PRODUCT_NAME": "sample string 2",
"IC_IN_PRICE": "sample string 3",
"IC_OUT_PRICE": "sample string 4",
"QALIQ": "sample string 5",
"IN_AMOUNT": "sample string 6",
"HAS_DISCOUNT": "sample string 7",
"DISCOUNT_AMOUNT": "sample string 8",
"HAS_PRICE_CHANGE": "sample string 9",
"PRICE_DISCOUNT_AMOUNT": "sample string 10",
"WEIGHT_NAME": "sample string 11"
}
application/xml, text/xml
Sample:
<ModelProductStock2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/engin_api.Models"> <DISCOUNT_AMOUNT>sample string 8</DISCOUNT_AMOUNT> <HAS_DISCOUNT>sample string 7</HAS_DISCOUNT> <HAS_PRICE_CHANGE>sample string 9</HAS_PRICE_CHANGE> <IC_IN_PRICE>sample string 3</IC_IN_PRICE> <IC_OUT_PRICE>sample string 4</IC_OUT_PRICE> <IC_PRODUCT_ID>1</IC_PRODUCT_ID> <IC_PRODUCT_NAME>sample string 2</IC_PRODUCT_NAME> <IN_AMOUNT>sample string 6</IN_AMOUNT> <PRICE_DISCOUNT_AMOUNT>sample string 10</PRICE_DISCOUNT_AMOUNT> <QALIQ>sample string 5</QALIQ> <WEIGHT_NAME>sample string 11</WEIGHT_NAME> </ModelProductStock2>