POST ExperimentPartnerAssignment/CanAssignmentsBeDeleted

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "47f59a83-2494-4d47-ac4c-28d9b6ae9884",
  "bb62e5a2-65b0-40b3-885f-184a314ee661"
]

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>47f59a83-2494-4d47-ac4c-28d9b6ae9884</guid>
  <guid>bb62e5a2-65b0-40b3-885f-184a314ee661</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>