POST Activation
Request Information
URI Parameters
None.
Body Parameters
ActivationToken| Name | Description | Type | Additional information |
|---|---|---|---|
| SoftwareCode | globally unique identifier |
None. |
|
| ProductKey | string |
None. |
|
| MachineHash | string |
None. |
|
| ActivationData | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SoftwareCode": "3aba9e92-b366-42bb-a17b-ffc1ede3ca55",
"ProductKey": "sample string 2",
"MachineHash": "sample string 3",
"ActivationData": "sample string 4"
}
application/xml, text/xml
Sample:
<ActivationToken xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Licensing.Models"> <ActivationData>sample string 4</ActivationData> <MachineHash>sample string 3</MachineHash> <ProductKey>sample string 2</ProductKey> <SoftwareCode>3aba9e92-b366-42bb-a17b-ffc1ede3ca55</SoftwareCode> </ActivationToken>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |