POST api/UserAccount/SaveLicense
Request Information
URI Parameters
None.
Body Parameters
CLV| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | integer |
None. |
|
| Id | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| CompanyName | string |
None. |
|
| LicenseKey | string |
None. |
|
| ConvertedLicenseKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyId": 1,
"Id": 2,
"OrganizationId": 3,
"CompanyName": "sample string 4",
"LicenseKey": "sample string 5",
"ConvertedLicenseKey": "sample string 6"
}
application/xml, text/xml
Sample:
<CLV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model"> <CompanyId>1</CompanyId> <CompanyName>sample string 4</CompanyName> <ConvertedLicenseKey>sample string 6</ConvertedLicenseKey> <Id>2</Id> <LicenseKey>sample string 5</LicenseKey> <OrganizationId>3</OrganizationId> </CLV>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.