POST LocationSummary/GetLocationsWithDontUseData

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "b6245fdf-396f-49b3-b3c5-ebf36021160f",
  "658c1dac-c6d4-4760-898f-411b07af923c"
]

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>b6245fdf-396f-49b3-b3c5-ebf36021160f</guid>
  <guid>658c1dac-c6d4-4760-898f-411b07af923c</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:
[
  "c5a31a72-cd83-4cbb-af14-57f25e399433",
  "5533b35c-d713-48d4-a295-ddb78355446f"
]

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>c5a31a72-cd83-4cbb-af14-57f25e399433</guid>
  <guid>5533b35c-d713-48d4-a295-ddb78355446f</guid>
</ArrayOfguid>