POST api/licenses/pause
Pasue multiple licenes
Request Information
URI Parameters
None.
Body Parameters
unique identifiers of licenses
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "3da60be2-bd8f-4af3-b576-91577fac0136", "b1ef7ef3-6d3c-48c3-b377-2941072b85b3" ]
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>3da60be2-bd8f-4af3-b576-91577fac0136</guid> <guid>b1ef7ef3-6d3c-48c3-b377-2941072b85b3</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.