GET api/EfcDesktopAmp/{id}

Documentation for 'Get'.

Request Information

Parameters

NameDescriptionAdditional information
id
Documentation for 'id'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "PurchaseContentID": 1,
  "PurchaseID": 2,
  "RegKey": "sample string 3",
  "PurchaseText": "sample string 4",
  "PurchaseCostAMP": 1.0
}

application/xml, text/xml

Sample:
<EfcDesktopAmpModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <PurchaseContentID>1</PurchaseContentID>
  <PurchaseID>2</PurchaseID>
  <RegKey>sample string 3</RegKey>
  <PurchaseText>sample string 4</PurchaseText>
  <PurchaseCostAMP>1</PurchaseCostAMP>
</EfcDesktopAmpModel>