PUT api/V_Store_Stock/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

v_Store_Stock
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Pkid": "sample string 1",
  "ItemName": "sample string 2",
  "ItemNO": "sample string 3",
  "Qty": 1.1,
  "COSTPrice": 1.1,
  "StoreId": "sample string 4",
  "StoreName": "sample string 5",
  "UnitName": "sample string 6",
  "ItemID": 1,
  "ItemSalePrice": 1.1,
  "DollarPrice": 1.1
}

application/x-www-form-urlencoded

Sample:

Sample not available.