POST api/SupplierStore

Request Information

URI Parameters

None.

Body Parameters

CreateProducts
NameDescriptionTypeAdditional information
Barcode

string

None.

ProductName

string

None.

Price

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Barcode": "sample string 1",
  "ProductName": "sample string 2",
  "Price": "sample string 3"
}

application/xml, text/xml

Sample:
<CreateProducts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SupplierStoreAPI.Models">
  <Barcode>sample string 1</Barcode>
  <Price>sample string 3</Price>
  <ProductName>sample string 2</ProductName>
</CreateProducts>

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

Sample:

Sample not available.