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:
[
  "8e4e25a2-c566-48b4-a19a-c1896675bb57",
  "0ab3a15a-66a1-4fa6-af95-180293a2ba65"
]

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>8e4e25a2-c566-48b4-a19a-c1896675bb57</guid>
  <guid>0ab3a15a-66a1-4fa6-af95-180293a2ba65</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.