POST ExperimentPartnerAssignment/GetTCAssignedExperimentPartnerAssignments/{experimentPartnerAssignmentId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| experimentPartnerAssignmentId | globally unique identifier |
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": "f8e7c94a-e81d-4a81-8f58-46b9ab8faab4",
"ExperimentId": "d6251b64-a7c7-49a7-8478-19b5d9944ab4",
"PartnerRoleId": "255b41a2-4bf9-4134-9ede-a9826b05dec1",
"AssignmentId": 4,
"AssignedNumberOfLocations": 1,
"IsExperimentCreator": true,
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-01-27T10:33:34.5039757+00:00",
"AssignedByPartnerRoleId": "33ee84fd-1cd3-438e-9119-af4bb8f28043",
"ShipTo": "sample string 8",
"ShipToId": "adf24400-8182-4705-aef3-882638f18019",
"LocationPartnerAssignment": [
{
"$id": "2",
"LocationPartnerAssignmentId": "f8f4db4a-fcfc-45f1-b65c-28bdbef8cd64",
"LocationId": "c764b848-fb21-467b-b374-bd68687e76a6",
"ExperimentPartnerAssignmentId": "f8e7c94a-e81d-4a81-8f58-46b9ab8faab4",
"CreatedLocation": true,
"AddName": "sample string 4",
"AddDate": "2026-01-27T10:33:34.5218935+00:00",
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-01-27T10:33:34.5218935+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>33ee84fd-1cd3-438e-9119-af4bb8f28043</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:33:34.5218935+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>f8e7c94a-e81d-4a81-8f58-46b9ab8faab4</ExperimentPartnerAssignmentId>
<LastMaintenanceDate>2026-01-27T10:33:34.5218935+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>c764b848-fb21-467b-b374-bd68687e76a6</LocationId>
<LocationPartnerAssignmentId>f8f4db4a-fcfc-45f1-b65c-28bdbef8cd64</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>d6251b64-a7c7-49a7-8478-19b5d9944ab4</ExperimentId>
<ExperimentPartnerAssignment1 />
<ExperimentPartnerAssignment2 i:nil="true" />
<ExperimentPartnerAssignmentId>f8e7c94a-e81d-4a81-8f58-46b9ab8faab4</ExperimentPartnerAssignmentId>
<IsExperimentCreator>true</IsExperimentCreator>
<LastMaintenanceDate>2026-01-27T10:33:34.5039757+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<LocationPartnerAssignment>
<LocationPartnerAssignment z:Ref="i3" />
</LocationPartnerAssignment>
<PartnerRoleId>255b41a2-4bf9-4134-9ede-a9826b05dec1</PartnerRoleId>
<ShipTo>sample string 8</ShipTo>
<ShipToId>adf24400-8182-4705-aef3-882638f18019</ShipToId>
</ExperimentPartnerAssignment>
</ArrayOfExperimentPartnerAssignment>