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 ExperimentPartnerAssignmentName | 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": "05c1b150-57c6-4a73-9bb8-97e77ac32ef9", "ExperimentId": "bd5fcb96-b35e-4147-85d4-6c0c46b0ce39", "PartnerRoleId": "fc35dc51-9b66-491b-93a0-eed475d9c192", "AssignmentId": 4, "AssignedNumberOfLocations": 1, "IsExperimentCreator": true, "LastMaintenanceName": "sample string 6", "LastMaintenanceDate": "2025-04-04T14:00:28.137183+00:00", "AssignedByPartnerRoleId": "95aa9467-dfc8-4f9d-a712-6aa43fddc2d5", "ShipTo": "sample string 8", "ShipToId": "05e19a34-00f1-4cf4-88b5-d4a5c382f07d", "LocationPartnerAssignment": [ { "$id": "2", "LocationPartnerAssignmentId": "62035128-09d2-4c06-8f83-ad0c8f11f59f", "LocationId": "a5a1d4c5-5c08-4007-8b2c-2443f8ddd478", "ExperimentPartnerAssignmentId": "05c1b150-57c6-4a73-9bb8-97e77ac32ef9", "CreatedLocation": true, "AddName": "sample string 4", "AddDate": "2025-04-04T14:00:28.137183+00:00", "LastMaintenanceName": "sample string 6", "LastMaintenanceDate": "2025-04-04T14:00:28.137183+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>95aa9467-dfc8-4f9d-a712-6aa43fddc2d5</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>2025-04-04T14:00:28.137183+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>05c1b150-57c6-4a73-9bb8-97e77ac32ef9</ExperimentPartnerAssignmentId> <LastMaintenanceDate>2025-04-04T14:00:28.137183+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 6</LastMaintenanceName> <Location i:nil="true" /> <LocationId>a5a1d4c5-5c08-4007-8b2c-2443f8ddd478</LocationId> <LocationPartnerAssignmentId>62035128-09d2-4c06-8f83-ad0c8f11f59f</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>bd5fcb96-b35e-4147-85d4-6c0c46b0ce39</ExperimentId> <ExperimentPartnerAssignment1 /> <ExperimentPartnerAssignment2 i:nil="true" /> <ExperimentPartnerAssignmentId>05c1b150-57c6-4a73-9bb8-97e77ac32ef9</ExperimentPartnerAssignmentId> <IsExperimentCreator>true</IsExperimentCreator> <LastMaintenanceDate>2025-04-04T14:00:28.137183+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 6</LastMaintenanceName> <LocationPartnerAssignment> <LocationPartnerAssignment z:Ref="i3" /> </LocationPartnerAssignment> <PartnerRoleId>fc35dc51-9b66-491b-93a0-eed475d9c192</PartnerRoleId> <ShipTo>sample string 8</ShipTo> <ShipToId>05e19a34-00f1-4cf4-88b5-d4a5c382f07d</ShipToId> </ExperimentPartnerAssignment> </ArrayOfExperimentPartnerAssignment>