GET api/Product?threasholdamnt={threasholdamnt}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
threasholdamnt

integer

Required

Body Parameters

Learnmorecontent
NameDescriptionTypeAdditional information
Header

string

None.

HeaderData

string

None.

ShippingHeader

string

None.

ShippingContent

string

None.

FreeBranchHeader

string

None.

FreeBranchContent1

string

None.

FreeBranchContent2

string

None.

QuestionHeader

string

None.

QuestionContent

string

None.

hyperlinks

Hyperlinks

None.

Request Formats

application/json, text/json

Sample:
{
  "Header": "sample string 1",
  "HeaderData": "sample string 2",
  "ShippingHeader": "sample string 3",
  "ShippingContent": "sample string 4",
  "FreeBranchHeader": "sample string 5",
  "FreeBranchContent1": "sample string 6",
  "FreeBranchContent2": "sample string 7",
  "QuestionHeader": "sample string 8",
  "QuestionContent": "sample string 9",
  "hyperlinks": {
    "BranchLink": "sample string 1",
    "LearnmoreLink": "sample string 2",
    "BranchContent": "sample string 3",
    "LearnMoreContent": "sample string 4"
  }
}

application/xml, text/xml

Sample:
<Learnmorecontent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Adi.BusinessEntities">
  <FreeBranchContent1>sample string 6</FreeBranchContent1>
  <FreeBranchContent2>sample string 7</FreeBranchContent2>
  <FreeBranchHeader>sample string 5</FreeBranchHeader>
  <Header>sample string 1</Header>
  <HeaderData>sample string 2</HeaderData>
  <QuestionContent>sample string 9</QuestionContent>
  <QuestionHeader>sample string 8</QuestionHeader>
  <ShippingContent>sample string 4</ShippingContent>
  <ShippingHeader>sample string 3</ShippingHeader>
  <hyperlinks>
    <BranchContent>sample string 3</BranchContent>
    <BranchLink>sample string 1</BranchLink>
    <LearnMoreContent>sample string 4</LearnMoreContent>
    <LearnmoreLink>sample string 2</LearnmoreLink>
  </hyperlinks>
</Learnmorecontent>

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

Response Information

Resource Description

Learnmorecontent
NameDescriptionTypeAdditional information
Header

string

None.

HeaderData

string

None.

ShippingHeader

string

None.

ShippingContent

string

None.

FreeBranchHeader

string

None.

FreeBranchContent1

string

None.

FreeBranchContent2

string

None.

QuestionHeader

string

None.

QuestionContent

string

None.

hyperlinks

Hyperlinks

None.

Response Formats

application/json, text/json

Sample:
{
  "Header": "sample string 1",
  "HeaderData": "sample string 2",
  "ShippingHeader": "sample string 3",
  "ShippingContent": "sample string 4",
  "FreeBranchHeader": "sample string 5",
  "FreeBranchContent1": "sample string 6",
  "FreeBranchContent2": "sample string 7",
  "QuestionHeader": "sample string 8",
  "QuestionContent": "sample string 9",
  "hyperlinks": {
    "BranchLink": "sample string 1",
    "LearnmoreLink": "sample string 2",
    "BranchContent": "sample string 3",
    "LearnMoreContent": "sample string 4"
  }
}

application/xml, text/xml

Sample:
<Learnmorecontent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Adi.BusinessEntities">
  <FreeBranchContent1>sample string 6</FreeBranchContent1>
  <FreeBranchContent2>sample string 7</FreeBranchContent2>
  <FreeBranchHeader>sample string 5</FreeBranchHeader>
  <Header>sample string 1</Header>
  <HeaderData>sample string 2</HeaderData>
  <QuestionContent>sample string 9</QuestionContent>
  <QuestionHeader>sample string 8</QuestionHeader>
  <ShippingContent>sample string 4</ShippingContent>
  <ShippingHeader>sample string 3</ShippingHeader>
  <hyperlinks>
    <BranchContent>sample string 3</BranchContent>
    <BranchLink>sample string 1</BranchLink>
    <LearnMoreContent>sample string 4</LearnMoreContent>
    <LearnmoreLink>sample string 2</LearnmoreLink>
  </hyperlinks>
</Learnmorecontent>