PUT api/UpdateMasterStock/{Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

integer

Required

Body Parameters

MasterStockModel
NameDescriptionTypeAdditional information
ItemName

string

None.

ItemCategoryId

integer

None.

MinStock

integer

None.

InStock

integer

None.

StockId

integer

None.

UoMId

integer

None.

UoMName

string

None.

ProductId

integer

None.

ItemId

integer

None.

IsInventory

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ItemName": "sample string 1",
  "ItemCategoryId": 2,
  "MinStock": 1,
  "InStock": 1,
  "StockId": 3,
  "UoMId": 4,
  "UoMName": "sample string 5",
  "ProductId": 1,
  "ItemId": 1,
  "IsInventory": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"