POST api/SiteProductionApi/isProductionSites

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "35976ebf-441c-434a-aad0-84f91337eeb2",
  "1151a2a0-9ef0-4a2b-87a9-4c813235b802"
]

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>35976ebf-441c-434a-aad0-84f91337eeb2</guid>
  <guid>1151a2a0-9ef0-4a2b-87a9-4c813235b802</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>