POST api/Licenses/Grant
Grants the license to the existing user
Request Information
URI Parameters
None.
Body Parameters
LicenseOperation| Name | Description | Type | Additional information |
|---|---|---|---|
| LicenseID |
Old license unique identifier for operation |
string |
Required |
| UserID |
User unique of the existing user identifier for operation |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"LicenseID": "sample string 1",
"UserID": "sample string 2"
}
application/xml, text/xml
Sample:
<LicenseOperation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MBSAPImvc.Engine.Models"> <LicenseID>sample string 1</LicenseID> <UserID>sample string 2</UserID> </LicenseOperation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.