POST ExperimentPartnerAssignment/CanAssignmentsBeDeleted
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "3f85dce3-a9ed-4d5e-8489-f0222a8c2163", "989049d7-0379-4e3f-a31c-d66409a21316" ]
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>3f85dce3-a9ed-4d5e-8489-f0222a8c2163</guid> <guid>989049d7-0379-4e3f-a31c-d66409a21316</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>