POST ExperimentPartnerAssignment/CanAssignmentsBeDeleted

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "f18ae7a4-1aee-4942-984b-9eba1ca8436c",
  "82435ae4-beb3-4c0e-958d-b781c2728c0e"
]

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>f18ae7a4-1aee-4942-984b-9eba1ca8436c</guid>
  <guid>82435ae4-beb3-4c0e-958d-b781c2728c0e</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>