PUT api/Products

Request Information

URI Parameters

None.

Body Parameters

ImageProduct
NameDescriptionTypeAdditional information
ImageHex

string

None.

InternalCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ImageHex": "sample string 1",
  "InternalCode": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ImageProduct'.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

Message

string

None.

Result

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "Message": "sample string 2",
  "Result": {}
}