POST ExperimentPartnerAssignment/DeleteChildren
Request Information
URI Parameters
None.
Body Parameters
Collection of ExperimentPartnerAssignment| Name | 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": "7b253758-879e-418d-808e-5def55c2d31a",
"ExperimentId": "787dd089-f8e5-45dd-8d6f-79e4da478fc3",
"PartnerRoleId": "d2ed59fa-5511-4d79-b5bb-d9beefd6fafc",
"AssignmentId": 4,
"AssignedNumberOfLocations": 1,
"IsExperimentCreator": true,
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-01-27T10:45:30.2084+00:00",
"AssignedByPartnerRoleId": "14a88dbc-1312-4017-9b78-a17005bdbaba",
"ShipTo": "sample string 8",
"ShipToId": "b2e72527-a886-46de-94e6-a2ed9c0e355f",
"LocationPartnerAssignment": [
{
"$id": "2",
"LocationPartnerAssignmentId": "281c5da6-cb89-4265-adb9-93ecd92fe727",
"LocationId": "c5a8011c-e4fc-4b2e-b86f-c11089c5e83d",
"ExperimentPartnerAssignmentId": "7b253758-879e-418d-808e-5def55c2d31a",
"CreatedLocation": true,
"AddName": "sample string 4",
"AddDate": "2026-01-27T10:45:30.2084+00:00",
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-01-27T10:45:30.2084+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>14a88dbc-1312-4017-9b78-a17005bdbaba</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>2026-01-27T10:45:30.2084+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>7b253758-879e-418d-808e-5def55c2d31a</ExperimentPartnerAssignmentId>
<LastMaintenanceDate>2026-01-27T10:45:30.2084+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>c5a8011c-e4fc-4b2e-b86f-c11089c5e83d</LocationId>
<LocationPartnerAssignmentId>281c5da6-cb89-4265-adb9-93ecd92fe727</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>787dd089-f8e5-45dd-8d6f-79e4da478fc3</ExperimentId>
<ExperimentPartnerAssignment1 />
<ExperimentPartnerAssignment2 i:nil="true" />
<ExperimentPartnerAssignmentId>7b253758-879e-418d-808e-5def55c2d31a</ExperimentPartnerAssignmentId>
<IsExperimentCreator>true</IsExperimentCreator>
<LastMaintenanceDate>2026-01-27T10:45:30.2084+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<LocationPartnerAssignment>
<LocationPartnerAssignment z:Ref="i3" />
</LocationPartnerAssignment>
<PartnerRoleId>d2ed59fa-5511-4d79-b5bb-d9beefd6fafc</PartnerRoleId>
<ShipTo>sample string 8</ShipTo>
<ShipToId>b2e72527-a886-46de-94e6-a2ed9c0e355f</ShipToId>
</ExperimentPartnerAssignment>
</ArrayOfExperimentPartnerAssignment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.