POST api/ProductList/GetSilverThumbnailProductSearch

Request Information

URI Parameters

None.

Body Parameters

SilverThumbnailProduct
NameDescriptionTypeAdditional information
EternityCollection

string

None.

Price

string

None.

Caratweight

string

None.

StoneShapes

string

None.

Stonesettings

string

None.

JewelleryCollections

string

None.

GroupId

string

None.

NewArival

string

None.

SpecialOffer

string

None.

SortingBy

string

None.

PageIndex

string

None.

BestSeller

string

None.

ProductRating

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EternityCollection": "sample string 1",
  "Price": "sample string 2",
  "Caratweight": "sample string 3",
  "StoneShapes": "sample string 4",
  "Stonesettings": "sample string 5",
  "JewelleryCollections": "sample string 6",
  "GroupId": "sample string 7",
  "NewArival": "sample string 8",
  "SpecialOffer": "sample string 9",
  "SortingBy": "sample string 10",
  "PageIndex": "sample string 11",
  "BestSeller": "sample string 12",
  "ProductRating": "sample string 13"
}

application/xml, text/xml

Sample:
<ProductListModel.SilverThumbnailProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjoleeAPI.Models">
  <BestSeller>sample string 12</BestSeller>
  <Caratweight>sample string 3</Caratweight>
  <EternityCollection>sample string 1</EternityCollection>
  <GroupId>sample string 7</GroupId>
  <JewelleryCollections>sample string 6</JewelleryCollections>
  <NewArival>sample string 8</NewArival>
  <PageIndex>sample string 11</PageIndex>
  <Price>sample string 2</Price>
  <ProductRating>sample string 13</ProductRating>
  <SortingBy>sample string 10</SortingBy>
  <SpecialOffer>sample string 9</SpecialOffer>
  <StoneShapes>sample string 4</StoneShapes>
  <Stonesettings>sample string 5</Stonesettings>
</ProductListModel.SilverThumbnailProduct>

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

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.