POST api/PatchManagement/Applications/Scripts/LatestVersion/ByApplicationIds

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "ed04a693-2a67-4d86-b51e-12aec3ec4011",
  "4d2309c9-fe18-4a82-9e7f-1d65f0ec589a"
]

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>ed04a693-2a67-4d86-b51e-12aec3ec4011</guid>
  <guid>4d2309c9-fe18-4a82-9e7f-1d65f0ec589a</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.