PUT api/UnknownProducts

Requests that a new item be added to the database. The request will be moderated prior to addition to the database. This API call requires HTTPS and an appropriate authorization token to be provided in the header.

Request Information

URI Parameters

None.

Body Parameters

The JSON object containing the product information

UnknownProducts
NameDescriptionTypeAdditional information
Sid

integer

None.

Barcode

string

None.

BarcodeType

string

None.

CompanyName

string

None.

ProductName

string

None.

Comment

string

None.

PalmOilFlag

boolean

None.

VegetableOilFlag

boolean

None.

UserId

string

None.

ProductSid

integer

None.

ModifiedDatetime

date

None.

Product

Product

None.

Response Information

Resource Description

IHttpActionResult

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.