POST api/ProductDetails/GetEffectiveCaratWeightNoofStones

Request Information

URI Parameters

None.

Body Parameters

EffectiveCaratWeight
NameDescriptionTypeAdditional information
Pid

string

None.

carWt1

string

None.

MetalType

string

None.

MetalQlty

string

None.

strColor

string

None.

strclarity

string

None.

stoneType

string

None.

length

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Pid": "sample string 1",
  "carWt1": "sample string 2",
  "MetalType": "sample string 3",
  "MetalQlty": "sample string 4",
  "strColor": "sample string 5",
  "strclarity": "sample string 6",
  "stoneType": "sample string 7",
  "length": "sample string 8"
}

application/xml, text/xml

Sample:
<ProductDetailsModel.EffectiveCaratWeight xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjoleeAPI.Models">
  <MetalQlty>sample string 4</MetalQlty>
  <MetalType>sample string 3</MetalType>
  <Pid>sample string 1</Pid>
  <carWt1>sample string 2</carWt1>
  <length>sample string 8</length>
  <stoneType>sample string 7</stoneType>
  <strColor>sample string 5</strColor>
  <strclarity>sample string 6</strclarity>
</ProductDetailsModel.EffectiveCaratWeight>

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

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.