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": "185fdd32-994a-4aa3-b6a6-ba75a0de4dfe",
"ExperimentId": "0ce5082d-67cd-485e-955c-605e658d32c6",
"PartnerRoleId": "31b4c06c-957c-4c58-ae25-a0b608dab60b",
"AssignmentId": 4,
"AssignedNumberOfLocations": 1,
"IsExperimentCreator": true,
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-03-12T11:56:17.5525368+00:00",
"AssignedByPartnerRoleId": "940b819a-d9d3-4a13-9b11-803bda35d700",
"ShipTo": "sample string 8",
"ShipToId": "75178145-55e7-4562-b712-0a7ee88bab10",
"LocationPartnerAssignment": [
{
"$id": "2",
"LocationPartnerAssignmentId": "58a927f8-b6f8-45ee-8e78-a29889bf5331",
"LocationId": "152c78a7-b93e-46d7-8bbd-adb6855b34f7",
"ExperimentPartnerAssignmentId": "185fdd32-994a-4aa3-b6a6-ba75a0de4dfe",
"CreatedLocation": true,
"AddName": "sample string 4",
"AddDate": "2026-03-12T11:56:17.5681659+00:00",
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-03-12T11:56:17.5681659+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>940b819a-d9d3-4a13-9b11-803bda35d700</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-03-12T11:56:17.5681659+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>185fdd32-994a-4aa3-b6a6-ba75a0de4dfe</ExperimentPartnerAssignmentId>
<LastMaintenanceDate>2026-03-12T11:56:17.5681659+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>152c78a7-b93e-46d7-8bbd-adb6855b34f7</LocationId>
<LocationPartnerAssignmentId>58a927f8-b6f8-45ee-8e78-a29889bf5331</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>0ce5082d-67cd-485e-955c-605e658d32c6</ExperimentId>
<ExperimentPartnerAssignment1 />
<ExperimentPartnerAssignment2 i:nil="true" />
<ExperimentPartnerAssignmentId>185fdd32-994a-4aa3-b6a6-ba75a0de4dfe</ExperimentPartnerAssignmentId>
<IsExperimentCreator>true</IsExperimentCreator>
<LastMaintenanceDate>2026-03-12T11:56:17.5525368+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<LocationPartnerAssignment>
<LocationPartnerAssignment z:Ref="i3" />
</LocationPartnerAssignment>
<PartnerRoleId>31b4c06c-957c-4c58-ae25-a0b608dab60b</PartnerRoleId>
<ShipTo>sample string 8</ShipTo>
<ShipToId>75178145-55e7-4562-b712-0a7ee88bab10</ShipToId>
</ExperimentPartnerAssignment>
</ArrayOfExperimentPartnerAssignment>