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 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": "7af24d0c-695b-4cba-8330-061cebf9b5db", "ExperimentId": "e4e415e6-9fab-4d51-a9ae-daf22c8ad4f9", "PartnerRoleId": "9d027910-512b-4952-8d05-6d01fd2eac74", "AssignmentId": 4, "AssignedNumberOfLocations": 1, "IsExperimentCreator": true, "LastMaintenanceName": "sample string 6", "LastMaintenanceDate": "2025-04-04T14:00:26.4287569+00:00", "AssignedByPartnerRoleId": "29c3f8f6-5dac-41f7-8995-f7c0fbeeeac1", "ShipTo": "sample string 8", "ShipToId": "14484080-26eb-4b24-b9c0-a37929b57429", "LocationPartnerAssignment": [ { "$id": "2", "LocationPartnerAssignmentId": "c1e7a651-7491-4bf0-b8c6-a1281f147933", "LocationId": "748945dd-417a-4e44-a52c-7561d575f21b", "ExperimentPartnerAssignmentId": "7af24d0c-695b-4cba-8330-061cebf9b5db", "CreatedLocation": true, "AddName": "sample string 4", "AddDate": "2025-04-04T14:00:26.4452769+00:00", "LastMaintenanceName": "sample string 6", "LastMaintenanceDate": "2025-04-04T14:00:26.4452769+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>29c3f8f6-5dac-41f7-8995-f7c0fbeeeac1</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:26.4452769+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>7af24d0c-695b-4cba-8330-061cebf9b5db</ExperimentPartnerAssignmentId> <LastMaintenanceDate>2025-04-04T14:00:26.4452769+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 6</LastMaintenanceName> <Location i:nil="true" /> <LocationId>748945dd-417a-4e44-a52c-7561d575f21b</LocationId> <LocationPartnerAssignmentId>c1e7a651-7491-4bf0-b8c6-a1281f147933</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>e4e415e6-9fab-4d51-a9ae-daf22c8ad4f9</ExperimentId> <ExperimentPartnerAssignment1 /> <ExperimentPartnerAssignment2 i:nil="true" /> <ExperimentPartnerAssignmentId>7af24d0c-695b-4cba-8330-061cebf9b5db</ExperimentPartnerAssignmentId> <IsExperimentCreator>true</IsExperimentCreator> <LastMaintenanceDate>2025-04-04T14:00:26.4287569+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 6</LastMaintenanceName> <LocationPartnerAssignment> <LocationPartnerAssignment z:Ref="i3" /> </LocationPartnerAssignment> <PartnerRoleId>9d027910-512b-4952-8d05-6d01fd2eac74</PartnerRoleId> <ShipTo>sample string 8</ShipTo> <ShipToId>14484080-26eb-4b24-b9c0-a37929b57429</ShipToId> </ExperimentPartnerAssignment> </ArrayOfExperimentPartnerAssignment>