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": "94a53770-7846-4314-835f-22d340078fb5",
"ExperimentId": "28c14ab7-e990-44a6-9263-878363423855",
"PartnerRoleId": "a17c4a69-30af-40c8-a3be-91e420fa7aff",
"AssignmentId": 4,
"AssignedNumberOfLocations": 1,
"IsExperimentCreator": true,
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-03-08T22:43:55.4258105+00:00",
"AssignedByPartnerRoleId": "6abed953-9837-4265-9475-fa8f80afdbeb",
"ShipTo": "sample string 8",
"ShipToId": "569dc276-3847-47de-8571-162e23e12c70",
"LocationPartnerAssignment": [
{
"$id": "2",
"LocationPartnerAssignmentId": "381ff29e-0614-40f3-a8b1-195471558e29",
"LocationId": "12fbc65b-414a-46cb-91f9-aca2e1318131",
"ExperimentPartnerAssignmentId": "94a53770-7846-4314-835f-22d340078fb5",
"CreatedLocation": true,
"AddName": "sample string 4",
"AddDate": "2026-03-08T22:43:55.4413647+00:00",
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-03-08T22:43:55.4413647+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>6abed953-9837-4265-9475-fa8f80afdbeb</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-08T22:43:55.4413647+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>94a53770-7846-4314-835f-22d340078fb5</ExperimentPartnerAssignmentId>
<LastMaintenanceDate>2026-03-08T22:43:55.4413647+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>12fbc65b-414a-46cb-91f9-aca2e1318131</LocationId>
<LocationPartnerAssignmentId>381ff29e-0614-40f3-a8b1-195471558e29</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>28c14ab7-e990-44a6-9263-878363423855</ExperimentId>
<ExperimentPartnerAssignment1 />
<ExperimentPartnerAssignment2 i:nil="true" />
<ExperimentPartnerAssignmentId>94a53770-7846-4314-835f-22d340078fb5</ExperimentPartnerAssignmentId>
<IsExperimentCreator>true</IsExperimentCreator>
<LastMaintenanceDate>2026-03-08T22:43:55.4258105+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<LocationPartnerAssignment>
<LocationPartnerAssignment z:Ref="i3" />
</LocationPartnerAssignment>
<PartnerRoleId>a17c4a69-30af-40c8-a3be-91e420fa7aff</PartnerRoleId>
<ShipTo>sample string 8</ShipTo>
<ShipToId>569dc276-3847-47de-8571-162e23e12c70</ShipToId>
</ExperimentPartnerAssignment>
</ArrayOfExperimentPartnerAssignment>