POST api/EfcDesktopKey

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
efcDesktopKeyModel
Documentation for 'efcDesktopKeyModel'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "RegKey": "sample string 1",
  "FeatureKey": "sample string 2",
  "FeatureKeyType": "sample string 3",
  "Created": "sample string 4",
  "FeatureCert": "sample string 5",
  "Quantity": "sample string 6",
  "FeatureIdentifier": 0
}

application/xml, text/xml

Sample:
<EfcDesktopKeyModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <RegKey>sample string 1</RegKey>
  <FeatureKey>sample string 2</FeatureKey>
  <FeatureKeyType>sample string 3</FeatureKeyType>
  <Created>sample string 4</Created>
  <FeatureCert>sample string 5</FeatureCert>
  <Quantity>sample string 6</Quantity>
  <FeatureIdentifier>ClientLicense</FeatureIdentifier>
</EfcDesktopKeyModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "RegKey": "sample string 1",
  "FeatureKey": "sample string 2",
  "FeatureKeyType": "sample string 3",
  "Created": "sample string 4",
  "FeatureCert": "sample string 5",
  "Quantity": "sample string 6",
  "FeatureIdentifier": 0
}

application/xml, text/xml

Sample:
<EfcDesktopKeyModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <RegKey>sample string 1</RegKey>
  <FeatureKey>sample string 2</FeatureKey>
  <FeatureKeyType>sample string 3</FeatureKeyType>
  <Created>sample string 4</Created>
  <FeatureCert>sample string 5</FeatureCert>
  <Quantity>sample string 6</Quantity>
  <FeatureIdentifier>ClientLicense</FeatureIdentifier>
</EfcDesktopKeyModel>