POST api/Accura/ProductUpdate

Request Information

URI Parameters

None.

Body Parameters

ProductAddSn
NameDescriptionTypeAdditional information
ProductCode

string

None.

ProductName

string

None.

ProductImage

string

None.

ProductTitle

string

None.

Price

decimal number

None.

Sn

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "ProductCode": "sample string 1",
  "ProductName": "sample string 2",
  "ProductImage": "sample string 3",
  "ProductTitle": "sample string 4",
  "Price": 5.0,
  "Sn": 6
}

application/xml, text/xml

Sample:
<LoginModels.ProductAddSn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models">
  <Price>5</Price>
  <ProductCode>sample string 1</ProductCode>
  <ProductImage>sample string 3</ProductImage>
  <ProductName>sample string 2</ProductName>
  <ProductTitle>sample string 4</ProductTitle>
  <Sn>6</Sn>
</LoginModels.ProductAddSn>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.