PUT api/EfcDesktopServer/{id}
Documentation for 'Put'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | Documentation for 'id'. |
Define this parameter in the request URI. |
efcDesktopServerModel | Documentation for 'efcDesktopServerModel'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "UserID": "sample string 1", "RegKey": "sample string 2", "ServerTag": "sample string 3", "CreationDate": "sample string 4", "AmpDate": "2025-03-26T02:44:35.5215549+00:00", "IsSubscription": true, "IsBetaUpdatesAvailable": true, "EfcDesktopAmpModels": [ { "PurchaseContentID": 1, "PurchaseID": 2, "RegKey": "sample string 3", "PurchaseText": "sample string 4", "PurchaseCostAMP": 1.0 }, { "PurchaseContentID": 1, "PurchaseID": 2, "RegKey": "sample string 3", "PurchaseText": "sample string 4", "PurchaseCostAMP": 1.0 }, { "PurchaseContentID": 1, "PurchaseID": 2, "RegKey": "sample string 3", "PurchaseText": "sample string 4", "PurchaseCostAMP": 1.0 } ], "EfcDesktopKeyModels": [ { "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 }, { "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 }, { "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:
<EfcDesktopServerModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <UserID>sample string 1</UserID> <RegKey>sample string 2</RegKey> <ServerTag>sample string 3</ServerTag> <CreationDate>sample string 4</CreationDate> <AmpDate>2025-03-26T02:44:35.5215549+00:00</AmpDate> <IsSubscription>true</IsSubscription> <IsBetaUpdatesAvailable>true</IsBetaUpdatesAvailable> <EfcDesktopAmpModels> <EfcDesktopAmpModel> <PurchaseContentID>1</PurchaseContentID> <PurchaseID>2</PurchaseID> <RegKey>sample string 3</RegKey> <PurchaseText>sample string 4</PurchaseText> <PurchaseCostAMP>1</PurchaseCostAMP> </EfcDesktopAmpModel> <EfcDesktopAmpModel> <PurchaseContentID>1</PurchaseContentID> <PurchaseID>2</PurchaseID> <RegKey>sample string 3</RegKey> <PurchaseText>sample string 4</PurchaseText> <PurchaseCostAMP>1</PurchaseCostAMP> </EfcDesktopAmpModel> <EfcDesktopAmpModel> <PurchaseContentID>1</PurchaseContentID> <PurchaseID>2</PurchaseID> <RegKey>sample string 3</RegKey> <PurchaseText>sample string 4</PurchaseText> <PurchaseCostAMP>1</PurchaseCostAMP> </EfcDesktopAmpModel> </EfcDesktopAmpModels> <EfcDesktopKeyModels> <EfcDesktopKeyModel> <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> <EfcDesktopKeyModel> <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> <EfcDesktopKeyModel> <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> </EfcDesktopKeyModels> </EfcDesktopServerModel>
application/x-www-form-urlencoded
Sample:
Sample not available.