POST api/licenses/unpause

Unpasue multiple licenes

Request Information

URI Parameters

None.

Body Parameters

unique identifiers of licenses

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "811caf83-d123-47b7-9530-90e9606185e1",
  "d6bd246a-c9ea-4842-b8fd-dc1d86ee3889"
]

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>811caf83-d123-47b7-9530-90e9606185e1</guid>
  <guid>d6bd246a-c9ea-4842-b8fd-dc1d86ee3889</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.