POST api/SiteProductionApi/isProductionSites

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "f04b62f4-2f80-4d4c-a2c3-0733eb1b7a41",
  "f57cc1df-c2c3-4107-9447-2b63d4fbac85"
]

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>f04b62f4-2f80-4d4c-a2c3-0733eb1b7a41</guid>
  <guid>f57cc1df-c2c3-4107-9447-2b63d4fbac85</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>