POST ExperimentPartnerAssignment/DeleteChildren
Request Information
URI Parameters
None.
Body Parameters
Collection of ExperimentPartnerAssignmentName | Description | Type | Additional information |
---|---|---|---|
ExperimentPartnerAssignmentId | globally unique identifier |
None. |
|
ExperimentId | globally unique identifier |
None. |
|
PartnerRoleId | globally unique identifier |
None. |
|
AssignmentId | integer |
None. |
|
AssignedNumberOfLocations | integer |
None. |
|
IsExperimentCreator | boolean |
None. |
|
LastMaintenanceName | string |
None. |
|
LastMaintenanceDate | date |
None. |
|
AssignedByPartnerRoleId | globally unique identifier |
None. |
|
ShipTo | string |
None. |
|
ShipToId | globally unique identifier |
None. |
|
Assignment | Assignment |
None. |
|
LocationPartnerAssignment | Collection of LocationPartnerAssignment |
None. |
|
Experiment | Experiment |
None. |
|
ExperimentPartnerAssignment1 | Collection of ExperimentPartnerAssignment |
None. |
|
ExperimentPartnerAssignment2 | ExperimentPartnerAssignment |
None. |
|
ChangeTracker | ObjectChangeTracker |
None. |
Request Formats
application/json, text/json
Sample:
[ null, { "$id": "1", "ExperimentPartnerAssignmentId": "ade7b28c-fc1b-4fbb-9e99-9c53a49397ab", "ExperimentId": "2f44236a-7844-4b3e-ba5f-2ed100dbfb93", "PartnerRoleId": "f2b9716e-35e2-4ae3-9f5b-66eec672bedc", "AssignmentId": 4, "AssignedNumberOfLocations": 1, "IsExperimentCreator": true, "LastMaintenanceName": "sample string 6", "LastMaintenanceDate": "2025-09-04T07:41:56.2849388+00:00", "AssignedByPartnerRoleId": "b96c8a0f-dc08-4175-80ab-da6728abde21", "ShipTo": "sample string 8", "ShipToId": "889fd2da-500a-496e-a1cd-b63034ff0371", "LocationPartnerAssignment": [ { "$id": "2", "LocationPartnerAssignmentId": "58b7587d-0186-48cb-8986-bd16b50993c6", "LocationId": "7cd34ddd-5c03-4741-9e24-1d93276bc05e", "ExperimentPartnerAssignmentId": "ade7b28c-fc1b-4fbb-9e99-9c53a49397ab", "CreatedLocation": true, "AddName": "sample string 4", "AddDate": "2025-09-04T07:41:56.3005585+00:00", "LastMaintenanceName": "sample string 6", "LastMaintenanceDate": "2025-09-04T07:41:56.3005585+00:00", "ExperimentPartnerAssignment": { "$ref": "1" }, "ChangeTracker": { "$id": "3", "State": 2, "ObjectsRemovedFromCollectionProperties": {}, "OriginalValues": {}, "ExtendedProperties": {}, "ObjectsAddedToCollectionProperties": {} }, "PartnerName": "sample string 8", "TrackingName": "sample string 9" } ], "ExperimentPartnerAssignment1": [], "ChangeTracker": { "$id": "4", "State": 2, "ObjectsRemovedFromCollectionProperties": {}, "OriginalValues": {}, "ExtendedProperties": {}, "ObjectsAddedToCollectionProperties": { "LocationPartnerAssignment": [ { "$ref": "2" } ] } } } ]
application/xml, text/xml
Sample:
<ArrayOfExperimentPartnerAssignment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model"> <ExperimentPartnerAssignment i:nil="true" /> <ExperimentPartnerAssignment z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/"> <AssignedByPartnerRoleId>b96c8a0f-dc08-4175-80ab-da6728abde21</AssignedByPartnerRoleId> <AssignedNumberOfLocations>1</AssignedNumberOfLocations> <Assignment i:nil="true" /> <AssignmentId>4</AssignmentId> <ChangeTracker z:Id="i2"> <ExtendedProperties /> <ObjectsAddedToCollectionProperties> <AddedObjectsForProperty> <CollectionPropertyName>LocationPartnerAssignment</CollectionPropertyName> <AddedObjects> <ObjectValue z:Id="i3" i:type="LocationPartnerAssignment"> <AddDate>2025-09-04T07:41:56.3005585+00:00</AddDate> <AddName>sample string 4</AddName> <ChangeTracker z:Id="i4"> <ExtendedProperties /> <ObjectsAddedToCollectionProperties /> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <CreatedLocation>true</CreatedLocation> <ExperimentPartnerAssignment z:Ref="i1" /> <ExperimentPartnerAssignmentId>ade7b28c-fc1b-4fbb-9e99-9c53a49397ab</ExperimentPartnerAssignmentId> <LastMaintenanceDate>2025-09-04T07:41:56.3005585+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 6</LastMaintenanceName> <Location i:nil="true" /> <LocationId>7cd34ddd-5c03-4741-9e24-1d93276bc05e</LocationId> <LocationPartnerAssignmentId>58b7587d-0186-48cb-8986-bd16b50993c6</LocationPartnerAssignmentId> <PartnerName>sample string 8</PartnerName> <TrackingName>sample string 9</TrackingName> </ObjectValue> </AddedObjects> </AddedObjectsForProperty> </ObjectsAddedToCollectionProperties> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <Experiment i:nil="true" /> <ExperimentId>2f44236a-7844-4b3e-ba5f-2ed100dbfb93</ExperimentId> <ExperimentPartnerAssignment1 /> <ExperimentPartnerAssignment2 i:nil="true" /> <ExperimentPartnerAssignmentId>ade7b28c-fc1b-4fbb-9e99-9c53a49397ab</ExperimentPartnerAssignmentId> <IsExperimentCreator>true</IsExperimentCreator> <LastMaintenanceDate>2025-09-04T07:41:56.2849388+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 6</LastMaintenanceName> <LocationPartnerAssignment> <LocationPartnerAssignment z:Ref="i3" /> </LocationPartnerAssignment> <PartnerRoleId>f2b9716e-35e2-4ae3-9f5b-66eec672bedc</PartnerRoleId> <ShipTo>sample string 8</ShipTo> <ShipToId>889fd2da-500a-496e-a1cd-b63034ff0371</ShipToId> </ExperimentPartnerAssignment> </ArrayOfExperimentPartnerAssignment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.