POST LocationSummary/GetLocationsWithDontUseData

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "f5181a8a-783f-4377-8f22-3e8fe53c975e",
  "9843139b-e5a9-4d41-aa87-95f0edfea53c"
]

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>f5181a8a-783f-4377-8f22-3e8fe53c975e</guid>
  <guid>9843139b-e5a9-4d41-aa87-95f0edfea53c</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:
[
  "2615746b-0160-4866-bf11-aef864bac740",
  "2c7cbf11-8d9f-4bef-90c3-948f717860d7"
]

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>2615746b-0160-4866-bf11-aef864bac740</guid>
  <guid>2c7cbf11-8d9f-4bef-90c3-948f717860d7</guid>
</ArrayOfguid>