POST ExperimentPartnerAssignment/CanAssignmentsBeDeleted
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "6ad79445-1d96-4129-8f1d-2e8f872fb004", "6049e130-d649-4f17-8a5a-9d41692b4623" ]
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>6ad79445-1d96-4129-8f1d-2e8f872fb004</guid> <guid>6049e130-d649-4f17-8a5a-9d41692b4623</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>