POST api/products/folders

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "bdaecf01-1de6-411b-94ab-59bcc5f5a54b",
  "f7f2ebb6-d852-4cf8-9d0d-05653ac68a86"
]

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>bdaecf01-1de6-411b-94ab-59bcc5f5a54b</guid>
  <guid>f7f2ebb6-d852-4cf8-9d0d-05653ac68a86</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.