POST ExperimentPartnerAssignment/GetTCExperimentPartnerAssignments/{partnerRoleId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| partnerRoleId | 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": "fd8aa85e-42e5-4f59-8e8d-0e50354129d8",
"ExperimentId": "20a280ee-cec5-4442-adf7-ad111b0dbb87",
"PartnerRoleId": "bd4f9f12-48a2-43b3-b372-66cd3fd11eb0",
"AssignmentId": 4,
"AssignedNumberOfLocations": 1,
"IsExperimentCreator": true,
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-05-12T13:24:50.516232+00:00",
"AssignedByPartnerRoleId": "d2505eac-b9c0-4f8f-b4e8-9eefac423803",
"ShipTo": "sample string 8",
"ShipToId": "b928595d-9c23-4717-95f7-9f04610326c5",
"LocationPartnerAssignment": [
{
"$id": "2",
"LocationPartnerAssignmentId": "d23b29fc-ff0f-4936-a611-72fa74f3c60a",
"LocationId": "2d0836da-6fb9-4b17-9ec1-21fb2594c9fb",
"ExperimentPartnerAssignmentId": "fd8aa85e-42e5-4f59-8e8d-0e50354129d8",
"CreatedLocation": true,
"AddName": "sample string 4",
"AddDate": "2026-05-12T13:24:50.5295016+00:00",
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-05-12T13:24:50.5295016+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>d2505eac-b9c0-4f8f-b4e8-9eefac423803</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:24:50.5295016+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>fd8aa85e-42e5-4f59-8e8d-0e50354129d8</ExperimentPartnerAssignmentId>
<LastMaintenanceDate>2026-05-12T13:24:50.5295016+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>2d0836da-6fb9-4b17-9ec1-21fb2594c9fb</LocationId>
<LocationPartnerAssignmentId>d23b29fc-ff0f-4936-a611-72fa74f3c60a</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>20a280ee-cec5-4442-adf7-ad111b0dbb87</ExperimentId>
<ExperimentPartnerAssignment1 />
<ExperimentPartnerAssignment2 i:nil="true" />
<ExperimentPartnerAssignmentId>fd8aa85e-42e5-4f59-8e8d-0e50354129d8</ExperimentPartnerAssignmentId>
<IsExperimentCreator>true</IsExperimentCreator>
<LastMaintenanceDate>2026-05-12T13:24:50.516232+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<LocationPartnerAssignment>
<LocationPartnerAssignment z:Ref="i3" />
</LocationPartnerAssignment>
<PartnerRoleId>bd4f9f12-48a2-43b3-b372-66cd3fd11eb0</PartnerRoleId>
<ShipTo>sample string 8</ShipTo>
<ShipToId>b928595d-9c23-4717-95f7-9f04610326c5</ShipToId>
</ExperimentPartnerAssignment>
</ArrayOfExperimentPartnerAssignment>