POST api/licenses/unpause
Unpasue multiple licenes
Request Information
URI Parameters
None.
Body Parameters
unique identifiers of licenses
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "7a6813f1-fada-46a2-89e4-cf4d4622497d", "7c565b15-c098-4f0d-baf7-1bddd48ab5fc" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>7a6813f1-fada-46a2-89e4-cf4d4622497d</guid> <guid>7c565b15-c098-4f0d-baf7-1bddd48ab5fc</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.