GET api/Search/GetAfslagInfo?id={id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Percentage": 2.1,
  "MonetaryValue": 3.1,
  "Type": "sample string 4"
}

application/xml, text/xml

Sample:
<AfslagResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Boliga.Web.API.Models">
  <Id>1</Id>
  <MonetaryValue>3.1</MonetaryValue>
  <Percentage>2.1</Percentage>
  <Type>sample string 4</Type>
</AfslagResult>