POST LocationSummary/GetLocationsWithDontUseData

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "1f36872f-83a2-4611-b387-0881c876e453",
  "7e541a7f-d112-46c2-83de-a2aaa7cafcfb"
]

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>1f36872f-83a2-4611-b387-0881c876e453</guid>
  <guid>7e541a7f-d112-46c2-83de-a2aaa7cafcfb</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:
[
  "d97c514d-e369-48ed-a47a-33191b832f2a",
  "3e736e37-f099-433a-b362-44f594e66599"
]

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>d97c514d-e369-48ed-a47a-33191b832f2a</guid>
  <guid>3e736e37-f099-433a-b362-44f594e66599</guid>
</ArrayOfguid>