POST LocationSummary/GetLocationsWithDontUseData

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "4e69b403-d812-4c32-b0aa-23ce76b394fb",
  "bea80714-b9a8-4368-a4fb-6cf1a1f6efd9"
]

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>4e69b403-d812-4c32-b0aa-23ce76b394fb</guid>
  <guid>bea80714-b9a8-4368-a4fb-6cf1a1f6efd9</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:
[
  "7ff07609-f095-4caf-ac13-9d9d0fde9377",
  "5382f55a-38f9-45bb-8c27-424bc3b2cc99"
]

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>7ff07609-f095-4caf-ac13-9d9d0fde9377</guid>
  <guid>5382f55a-38f9-45bb-8c27-424bc3b2cc99</guid>
</ArrayOfguid>