POST api/v1/ProductForSite

Request Information

URI Parameters

None.

Body Parameters

ProductCartInput
NameDescriptionTypeAdditional information
FromRow

integer

None.

FetchRow

integer

None.

DisplCatID

integer

None.

FestStatus

integer

None.

FestID

integer

None.

AvailableLoc

string

None.

TaxonomyID

integer

None.

ProdDispCatID

integer

None.

PINCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FromRow": 1,
  "FetchRow": 2,
  "DisplCatID": 3,
  "FestStatus": 4,
  "FestID": 5,
  "AvailableLoc": "sample string 6",
  "TaxonomyID": 7,
  "ProdDispCatID": 8,
  "PINCode": "sample string 9"
}

application/xml, text/xml

Sample:
<ProductCartInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <AvailableLoc>sample string 6</AvailableLoc>
  <DisplCatID>3</DisplCatID>
  <FestID>5</FestID>
  <FestStatus>4</FestStatus>
  <FetchRow>2</FetchRow>
  <FromRow>1</FromRow>
  <PINCode>sample string 9</PINCode>
  <ProdDispCatID>8</ProdDispCatID>
  <TaxonomyID>7</TaxonomyID>
</ProductCartInput>

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 'ProductCartInput'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.