POST api/licenses/pause

Pasue 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:
[
  "00353748-400e-4040-a65d-cd8709b5e018",
  "928e430e-4a4b-4a2f-a0b7-911fe800b968"
]

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>00353748-400e-4040-a65d-cd8709b5e018</guid>
  <guid>928e430e-4a4b-4a2f-a0b7-911fe800b968</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.