POST api/ProductDetails/GetApproxMetalWeight
Request Information
URI Parameters
None.
Body Parameters
ApproxMetalWeightModelName | Description | Type | Additional information |
---|---|---|---|
MT | string |
None. |
|
MQ | string |
None. |
|
Isenable | string |
None. |
|
pid | string |
None. |
|
Caretid | string |
None. |
|
Length | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "MT": "sample string 1", "MQ": "sample string 2", "Isenable": "sample string 3", "pid": "sample string 4", "Caretid": "sample string 5", "Length": "sample string 6" }
application/xml, text/xml
Sample:
<ProductDetailsModel.ApproxMetalWeightModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjoleeAPI.Models"> <Caretid>sample string 5</Caretid> <Isenable>sample string 3</Isenable> <Length>sample string 6</Length> <MQ>sample string 2</MQ> <MT>sample string 1</MT> <pid>sample string 4</pid> </ProductDetailsModel.ApproxMetalWeightModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |