POST API/Licenses/Revoke

Revokes license (release info about computer)

Request Information

URI Parameters

None.

Body Parameters

Name Description Type Additional Information
LicenseID Current License Unique ID for Operation string Required
UserID Existing user Unque 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