PUT api/updateinventry

Request Information

URI Parameters

None.

Body Parameters

InvProduct
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

None.

Price

decimal number

None.

Image

Collection of byte

None.

Stockqty

integer

None.

CatID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "Price": 3.0,
  "Image": "QEA=",
  "Stockqty": 4,
  "CatID": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.