POST ExperimentPartnerAssignment/CanAssignmentsBeDeleted

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "1c75c6fb-d86e-4897-9cf2-f2a5af4e34dc",
  "4e6cdcf0-445e-411f-9b71-bc4ac8948d75"
]

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>1c75c6fb-d86e-4897-9cf2-f2a5af4e34dc</guid>
  <guid>4e6cdcf0-445e-411f-9b71-bc4ac8948d75</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>