POST LocationPartnerAssignment/GetAssignedLocations/{experimentPartnerAssignmentId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| experimentPartnerAssignmentId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LocationPartnerAssignment| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationPartnerAssignmentId | globally unique identifier |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| ExperimentPartnerAssignmentId | globally unique identifier |
None. |
|
| CreatedLocation | boolean |
None. |
|
| AddName | string |
None. |
|
| AddDate | date |
None. |
|
| LastMaintenanceName | string |
None. |
|
| LastMaintenanceDate | date |
None. |
|
| ExperimentPartnerAssignment | ExperimentPartnerAssignment |
None. |
|
| Location | Location |
None. |
|
| ChangeTracker | ObjectChangeTracker |
None. |
|
| PartnerName | string |
None. |
|
| TrackingName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"LocationPartnerAssignmentId": "a517575f-805a-4e84-8363-c6b708bbaa00",
"LocationId": "bfaa8f89-6c81-4cb5-a537-25a40ab77b7b",
"ExperimentPartnerAssignmentId": "cbd4ef42-0790-4bd3-8d02-fe3de2c59ff5",
"CreatedLocation": true,
"AddName": "sample string 4",
"AddDate": "2026-03-10T04:14:17.2436271+00:00",
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-03-10T04:14:17.2436271+00:00",
"ChangeTracker": {
"$id": "2",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
},
"PartnerName": "sample string 8",
"TrackingName": "sample string 9"
},
{
"$ref": "1"
}
]
application/xml, text/xml
Sample:
<ArrayOfLocationPartnerAssignment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<LocationPartnerAssignment z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<AddDate>2026-03-10T04:14:17.2436271+00:00</AddDate>
<AddName>sample string 4</AddName>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<CreatedLocation>true</CreatedLocation>
<ExperimentPartnerAssignment i:nil="true" />
<ExperimentPartnerAssignmentId>cbd4ef42-0790-4bd3-8d02-fe3de2c59ff5</ExperimentPartnerAssignmentId>
<LastMaintenanceDate>2026-03-10T04:14:17.2436271+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>bfaa8f89-6c81-4cb5-a537-25a40ab77b7b</LocationId>
<LocationPartnerAssignmentId>a517575f-805a-4e84-8363-c6b708bbaa00</LocationPartnerAssignmentId>
<PartnerName>sample string 8</PartnerName>
<TrackingName>sample string 9</TrackingName>
</LocationPartnerAssignment>
<LocationPartnerAssignment z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfLocationPartnerAssignment>