POST ExperimentPartnerAssignment/CanAssignmentsBeDeleted
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "968f470e-7a48-497b-ae7f-f64db0d31c09", "7da3178b-8c11-4b44-a3a4-22fda417d480" ]
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>968f470e-7a48-497b-ae7f-f64db0d31c09</guid> <guid>7da3178b-8c11-4b44-a3a4-22fda417d480</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>