POST api/EfcDesktopAmp

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
efcDesktopAmpModel
Documentation for 'efcDesktopAmpModel'.

Define this parameter in the request body.

Request 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>

application/x-www-form-urlencoded

Sample:

Sample not available.

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>