POST LocationSummary/GetLocationsWithDontUseData

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "05b7b64e-7ffe-48b1-b013-095f8e5616bb",
  "58cddb18-efbb-4db7-97d0-b424ce09b666"
]

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>05b7b64e-7ffe-48b1-b013-095f8e5616bb</guid>
  <guid>58cddb18-efbb-4db7-97d0-b424ce09b666</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
[
  "b563c96d-69e0-47b7-ad5b-252a0c75318c",
  "15ead127-3c35-4953-9325-134696e5b904"
]

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>b563c96d-69e0-47b7-ad5b-252a0c75318c</guid>
  <guid>15ead127-3c35-4953-9325-134696e5b904</guid>
</ArrayOfguid>