POST api/Values/GetLtvsorcustomerPartNo

Documentation for 'GetLtvsorcustomerPartNo'.

Request Information

Parameters

NameDescriptionAdditional information
value
Documentation for 'value'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PartNumber": "sample string 1"
}

application/xml, text/xml

Sample:
<Parts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LucasFilter">
  <PartNumber>sample string 1</PartNumber>
</Parts>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "result": "sample string 1",
  "data": {}
}

application/xml, text/xml

Sample:
<Output xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LucasFilter">
  <data />
  <result>sample string 1</result>
</Output>