POST ExperimentPartnerAssignment/CanAssignmentsBeDeleted

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "08e0be1b-4478-4140-983f-7419487c0785",
  "b091b048-aab2-4fd3-9451-9991e76b0c05"
]

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>08e0be1b-4478-4140-983f-7419487c0785</guid>
  <guid>b091b048-aab2-4fd3-9451-9991e76b0c05</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>