GET api/Accura/ProductAdd

Request Information

URI Parameters

None.

Body Parameters

ProductAdd
NameDescriptionTypeAdditional information
ProductCode

string

None.

ProductName

string

None.

ProductImage

string

None.

ProductTitle

string

None.

Price

decimal number

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
}

application/xml, text/xml

Sample:
<LoginModels.ProductAdd 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>
</LoginModels.ProductAdd>

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.