POST LocationSummary/GetLocationsWithDontUseData

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "893150eb-eb98-4920-80c2-a9f916354581",
  "6258f001-9d4b-48e7-9996-98b3b532d85f"
]

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>893150eb-eb98-4920-80c2-a9f916354581</guid>
  <guid>6258f001-9d4b-48e7-9996-98b3b532d85f</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:
[
  "40b33b6b-9daa-4258-9270-24d9c8c2f8ce",
  "95a9f584-82a1-4a75-814d-11003271dd58"
]

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>40b33b6b-9daa-4258-9270-24d9c8c2f8ce</guid>
  <guid>95a9f584-82a1-4a75-814d-11003271dd58</guid>
</ArrayOfguid>