POST api/ApplicationLicence/GenerateKeys
Request Information
URI Parameters
None.
Body Parameters
Collection of StandardLiceneModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationId | string |
None. |
|
| CustomerId | string |
None. |
|
| LicenceTypeId | string |
None. |
|
| NoOfUsers | integer |
None. |
|
| OrderId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ApplicationId": "sample string 1",
"CustomerId": "sample string 2",
"LicenceTypeId": "sample string 3",
"NoOfUsers": 4,
"OrderId": 5
},
{
"ApplicationId": "sample string 1",
"CustomerId": "sample string 2",
"LicenceTypeId": "sample string 3",
"NoOfUsers": 4,
"OrderId": 5
}
]
application/xml, text/xml
Sample:
<ArrayOfStandardLiceneModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EditPointService.Models">
<StandardLiceneModel>
<ApplicationId>sample string 1</ApplicationId>
<CustomerId>sample string 2</CustomerId>
<LicenceTypeId>sample string 3</LicenceTypeId>
<NoOfUsers>4</NoOfUsers>
<OrderId>5</OrderId>
</StandardLiceneModel>
<StandardLiceneModel>
<ApplicationId>sample string 1</ApplicationId>
<CustomerId>sample string 2</CustomerId>
<LicenceTypeId>sample string 3</LicenceTypeId>
<NoOfUsers>4</NoOfUsers>
<OrderId>5</OrderId>
</StandardLiceneModel>
</ArrayOfStandardLiceneModel>
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. |