GET api/V_Store_Stock/GetSellingsOfPurchasing?PurchasingNo={PurchasingNo}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| PurchasingNo | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ItemId": 1,
"ItemName": "sample string 1",
"Purchasing_Qty": 1.1,
"Old_Qty": 1,
"Curr_Qty": 1,
"Selling_Qty": 1.1,
"Rest_Qty": 1.1,
"Price": 1.1,
"DollarPrice": 1.1,
"TotalPrice": 1.1,
"TotalDollarPrice": 1.1
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]