POST ExperimentPartnerAssignment/Base/SaveAll
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
[
null,
{
"$id": "1",
"ExperimentPartnerAssignmentId": "620a7513-b2cc-412b-a0ed-34ab6a1f4a06",
"ExperimentId": "644cecc4-8452-42a6-81bd-b70d23ca0b8b",
"PartnerRoleId": "47854696-8d45-465b-b86c-d0620423c8b8",
"AssignmentId": 4,
"AssignedNumberOfLocations": 1,
"IsExperimentCreator": true,
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-08-05T14:04:40.8038993+00:00",
"AssignedByPartnerRoleId": "48fa1c1a-2754-4371-9d0d-5c8141b73300",
"ShipTo": "sample string 8",
"ShipToId": "f332c0e7-cdd1-4080-a73f-de032ae2e621",
"LocationPartnerAssignment": [
{
"$id": "2",
"LocationPartnerAssignmentId": "049495e8-7e87-4003-900c-0523f97671d0",
"LocationId": "d3a33b58-a5da-4d52-ae97-e273024cf696",
"ExperimentPartnerAssignmentId": "620a7513-b2cc-412b-a0ed-34ab6a1f4a06",
"CreatedLocation": true,
"AddName": "sample string 4",
"AddDate": "2026-08-05T14:04:40.8351504+00:00",
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-08-05T14:04:40.8351504+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>48fa1c1a-2754-4371-9d0d-5c8141b73300</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-08-05T14:04:40.8351504+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>620a7513-b2cc-412b-a0ed-34ab6a1f4a06</ExperimentPartnerAssignmentId>
<LastMaintenanceDate>2026-08-05T14:04:40.8351504+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>d3a33b58-a5da-4d52-ae97-e273024cf696</LocationId>
<LocationPartnerAssignmentId>049495e8-7e87-4003-900c-0523f97671d0</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>644cecc4-8452-42a6-81bd-b70d23ca0b8b</ExperimentId>
<ExperimentPartnerAssignment1 />
<ExperimentPartnerAssignment2 i:nil="true" />
<ExperimentPartnerAssignmentId>620a7513-b2cc-412b-a0ed-34ab6a1f4a06</ExperimentPartnerAssignmentId>
<IsExperimentCreator>true</IsExperimentCreator>
<LastMaintenanceDate>2026-08-05T14:04:40.8038993+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<LocationPartnerAssignment>
<LocationPartnerAssignment z:Ref="i3" />
</LocationPartnerAssignment>
<PartnerRoleId>47854696-8d45-465b-b86c-d0620423c8b8</PartnerRoleId>
<ShipTo>sample string 8</ShipTo>
<ShipToId>f332c0e7-cdd1-4080-a73f-de032ae2e621</ShipToId>
</ExperimentPartnerAssignment>
</ArrayOfExperimentPartnerAssignment>
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "17a99e5d-d25e-4a5d-9515-af0ee5db49db",
"ExperimentId": "8290c59f-e37d-46d5-bb40-122f56847594",
"PartnerRoleId": "0cb7bfbc-9b81-4c02-a897-ac6b1ede4a16",
"AssignmentId": 4,
"AssignedNumberOfLocations": 1,
"IsExperimentCreator": true,
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-08-05T14:04:40.9289053+00:00",
"AssignedByPartnerRoleId": "4002a188-d8d9-4493-9f67-15d4ff5ff367",
"ShipTo": "sample string 8",
"ShipToId": "c55da3cd-2a3d-405a-8555-f52a1a342f37",
"LocationPartnerAssignment": [
{
"$id": "2",
"LocationPartnerAssignmentId": "ba5b7f2e-52bd-4246-86d8-6362a3918fae",
"LocationId": "e31a3775-7754-47e5-a0d4-60817f5dcaf1",
"ExperimentPartnerAssignmentId": "17a99e5d-d25e-4a5d-9515-af0ee5db49db",
"CreatedLocation": true,
"AddName": "sample string 4",
"AddDate": "2026-08-05T14:04:40.9289053+00:00",
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-08-05T14:04:40.9289053+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>4002a188-d8d9-4493-9f67-15d4ff5ff367</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-08-05T14:04:40.9289053+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>17a99e5d-d25e-4a5d-9515-af0ee5db49db</ExperimentPartnerAssignmentId>
<LastMaintenanceDate>2026-08-05T14:04:40.9289053+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>e31a3775-7754-47e5-a0d4-60817f5dcaf1</LocationId>
<LocationPartnerAssignmentId>ba5b7f2e-52bd-4246-86d8-6362a3918fae</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>8290c59f-e37d-46d5-bb40-122f56847594</ExperimentId>
<ExperimentPartnerAssignment1 />
<ExperimentPartnerAssignment2 i:nil="true" />
<ExperimentPartnerAssignmentId>17a99e5d-d25e-4a5d-9515-af0ee5db49db</ExperimentPartnerAssignmentId>
<IsExperimentCreator>true</IsExperimentCreator>
<LastMaintenanceDate>2026-08-05T14:04:40.9289053+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<LocationPartnerAssignment>
<LocationPartnerAssignment z:Ref="i3" />
</LocationPartnerAssignment>
<PartnerRoleId>0cb7bfbc-9b81-4c02-a897-ac6b1ede4a16</PartnerRoleId>
<ShipTo>sample string 8</ShipTo>
<ShipToId>c55da3cd-2a3d-405a-8555-f52a1a342f37</ShipToId>
</ExperimentPartnerAssignment>
</ArrayOfExperimentPartnerAssignment>