POST API/Licenses/Release

Releases license from a user.

Request Information

URI Parameters

None.

Body Parameters

Name Description Type Additional Information
LicenseID Old License Unique Udentifier for Operation string Required
UserID Existing user Unique Identifier for Operation string Required

Request Formats

application/json, text/json

{
  "LicenseID": "sample string 1",
  "UserID": "sample string 2"
}

application/xml, text/xml

<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>

Response Information

Resource Description

IHttpActionResult None.

Response Formats

  • application/json
  • text/json
  • application/xml
  • text/xml.
https://git.cloudberrylab.com/egor.m/doc-help-mbs.git