POST ExperimentPartnerAssignment/CanAssignmentsBeDeleted

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "647476e4-9263-434f-84e1-afeec8ef3dd1",
  "84be7cbf-4827-4ecc-babb-9a4cda393b4d"
]

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>647476e4-9263-434f-84e1-afeec8ef3dd1</guid>
  <guid>84be7cbf-4827-4ecc-babb-9a4cda393b4d</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>