POST api/SiteProductionApi/isProductionSites

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "d04ff31c-d968-41a9-a7ef-0a167c4f6fc5",
  "4b9df94d-f522-4871-8d31-4afcb7cf5eea"
]

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>d04ff31c-d968-41a9-a7ef-0a167c4f6fc5</guid>
  <guid>4b9df94d-f522-4871-8d31-4afcb7cf5eea</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>