POST api/PatchManagement/Applications/Channels/LatestVersion/ByApplicationIds
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "2df04a72-72ac-4856-b6c5-b6e2cdf89e43", "ef9d98e6-697e-456b-b9f4-7a11dbae87fb" ]
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>2df04a72-72ac-4856-b6c5-b6e2cdf89e43</guid> <guid>ef9d98e6-697e-456b-b9f4-7a11dbae87fb</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.