POST LocationSummary/GetLocationsWithDontUseData

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "398d0a18-63ca-4b86-b2ce-1d9206998c41",
  "b7635570-9602-429e-a3a0-9be5037746e4"
]

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>398d0a18-63ca-4b86-b2ce-1d9206998c41</guid>
  <guid>b7635570-9602-429e-a3a0-9be5037746e4</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:
[
  "58501946-521c-4a58-82d9-d69fee2e4d69",
  "23fd120b-a70c-4493-8fa7-8d964c7d43da"
]

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>58501946-521c-4a58-82d9-d69fee2e4d69</guid>
  <guid>23fd120b-a70c-4493-8fa7-8d964c7d43da</guid>
</ArrayOfguid>