POST api/SiteProductionApi/isProductionSites

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "da197bd3-9f85-42d7-b598-54a55b256884",
  "885af364-6137-48b6-8bae-e9c29b2d22b7"
]

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>da197bd3-9f85-42d7-b598-54a55b256884</guid>
  <guid>885af364-6137-48b6-8bae-e9c29b2d22b7</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>