POST ExperimentPartnerAssignment/GetExperimentPartnerAssignments_2/{partnerRoleId}/{assignmentId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| partnerRoleId | globally unique identifier |
Required |
|
| assignmentId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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. |
Response Formats
application/json, text/json
Sample:
[
null,
{
"$id": "1",
"ExperimentPartnerAssignmentId": "e8b2b664-0109-442d-8925-d8473ce9751a",
"ExperimentId": "c288d269-91da-4243-bc1d-030378ecfe72",
"PartnerRoleId": "dd311162-5bb7-4585-9e62-1bbbf938cbf5",
"AssignmentId": 4,
"AssignedNumberOfLocations": 1,
"IsExperimentCreator": true,
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-05-12T13:25:06.9183176+00:00",
"AssignedByPartnerRoleId": "8e088e50-f928-4243-8c61-474bfa610edf",
"ShipTo": "sample string 8",
"ShipToId": "29f71a7e-b5c5-4a5a-983a-3b60539b71f6",
"LocationPartnerAssignment": [
{
"$id": "2",
"LocationPartnerAssignmentId": "6292b3a5-c064-4744-b70b-95c17008efe7",
"LocationId": "ea3bcf53-1b21-41e1-b49e-b3d72d6703ab",
"ExperimentPartnerAssignmentId": "e8b2b664-0109-442d-8925-d8473ce9751a",
"CreatedLocation": true,
"AddName": "sample string 4",
"AddDate": "2026-05-12T13:25:06.9183176+00:00",
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-05-12T13:25:06.9183176+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>8e088e50-f928-4243-8c61-474bfa610edf</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-05-12T13:25:06.9183176+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>e8b2b664-0109-442d-8925-d8473ce9751a</ExperimentPartnerAssignmentId>
<LastMaintenanceDate>2026-05-12T13:25:06.9183176+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>ea3bcf53-1b21-41e1-b49e-b3d72d6703ab</LocationId>
<LocationPartnerAssignmentId>6292b3a5-c064-4744-b70b-95c17008efe7</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>c288d269-91da-4243-bc1d-030378ecfe72</ExperimentId>
<ExperimentPartnerAssignment1 />
<ExperimentPartnerAssignment2 i:nil="true" />
<ExperimentPartnerAssignmentId>e8b2b664-0109-442d-8925-d8473ce9751a</ExperimentPartnerAssignmentId>
<IsExperimentCreator>true</IsExperimentCreator>
<LastMaintenanceDate>2026-05-12T13:25:06.9183176+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<LocationPartnerAssignment>
<LocationPartnerAssignment z:Ref="i3" />
</LocationPartnerAssignment>
<PartnerRoleId>dd311162-5bb7-4585-9e62-1bbbf938cbf5</PartnerRoleId>
<ShipTo>sample string 8</ShipTo>
<ShipToId>29f71a7e-b5c5-4a5a-983a-3b60539b71f6</ShipToId>
</ExperimentPartnerAssignment>
</ArrayOfExperimentPartnerAssignment>