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": "1977a4e6-d5f4-4ace-bb57-42f31c683aa6",
"ExperimentId": "d0fe05ce-da54-427a-84bf-6bd1a8a3b8ea",
"PartnerRoleId": "52473f5a-8040-4147-bc9c-01b87bae71fa",
"AssignmentId": 4,
"AssignedNumberOfLocations": 1,
"IsExperimentCreator": true,
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-08-25T03:18:28.2677959+00:00",
"AssignedByPartnerRoleId": "91721d7a-3cf6-4260-b290-cb47a3c5840a",
"ShipTo": "sample string 8",
"ShipToId": "cf45cc4f-f3e7-4d54-b6fa-0cae6f02521c",
"LocationPartnerAssignment": [
{
"$id": "2",
"LocationPartnerAssignmentId": "292e7b4d-5473-4b8b-80c7-5e1e94689769",
"LocationId": "5b36e23e-e3af-4926-80b6-d16f3c8bb357",
"ExperimentPartnerAssignmentId": "1977a4e6-d5f4-4ace-bb57-42f31c683aa6",
"CreatedLocation": true,
"AddName": "sample string 4",
"AddDate": "2026-08-25T03:18:28.2677959+00:00",
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-08-25T03:18:28.2677959+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>91721d7a-3cf6-4260-b290-cb47a3c5840a</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-25T03:18:28.2677959+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>1977a4e6-d5f4-4ace-bb57-42f31c683aa6</ExperimentPartnerAssignmentId>
<LastMaintenanceDate>2026-08-25T03:18:28.2677959+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>5b36e23e-e3af-4926-80b6-d16f3c8bb357</LocationId>
<LocationPartnerAssignmentId>292e7b4d-5473-4b8b-80c7-5e1e94689769</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>d0fe05ce-da54-427a-84bf-6bd1a8a3b8ea</ExperimentId>
<ExperimentPartnerAssignment1 />
<ExperimentPartnerAssignment2 i:nil="true" />
<ExperimentPartnerAssignmentId>1977a4e6-d5f4-4ace-bb57-42f31c683aa6</ExperimentPartnerAssignmentId>
<IsExperimentCreator>true</IsExperimentCreator>
<LastMaintenanceDate>2026-08-25T03:18:28.2677959+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<LocationPartnerAssignment>
<LocationPartnerAssignment z:Ref="i3" />
</LocationPartnerAssignment>
<PartnerRoleId>52473f5a-8040-4147-bc9c-01b87bae71fa</PartnerRoleId>
<ShipTo>sample string 8</ShipTo>
<ShipToId>cf45cc4f-f3e7-4d54-b6fa-0cae6f02521c</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": "f1b8de39-dea3-4a52-97bb-c2c024da1848",
"ExperimentId": "8d5245ab-1bfa-44d3-8a11-505a6c90b6ab",
"PartnerRoleId": "be7038db-c0e6-498a-bdb3-f0f268225b5e",
"AssignmentId": 4,
"AssignedNumberOfLocations": 1,
"IsExperimentCreator": true,
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-08-25T03:18:28.2870828+00:00",
"AssignedByPartnerRoleId": "50457e69-8859-4717-add1-2ef1e9d60f12",
"ShipTo": "sample string 8",
"ShipToId": "990377e6-8119-4e32-933e-46f3d4c361c6",
"LocationPartnerAssignment": [
{
"$id": "2",
"LocationPartnerAssignmentId": "29e75afb-6a87-41d8-961f-78328a34c341",
"LocationId": "effa61f7-f1cd-4488-8db3-13fe5fad32c9",
"ExperimentPartnerAssignmentId": "f1b8de39-dea3-4a52-97bb-c2c024da1848",
"CreatedLocation": true,
"AddName": "sample string 4",
"AddDate": "2026-08-25T03:18:28.2990488+00:00",
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-08-25T03:18:28.2990488+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>50457e69-8859-4717-add1-2ef1e9d60f12</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-25T03:18:28.2990488+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>f1b8de39-dea3-4a52-97bb-c2c024da1848</ExperimentPartnerAssignmentId>
<LastMaintenanceDate>2026-08-25T03:18:28.2990488+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>effa61f7-f1cd-4488-8db3-13fe5fad32c9</LocationId>
<LocationPartnerAssignmentId>29e75afb-6a87-41d8-961f-78328a34c341</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>8d5245ab-1bfa-44d3-8a11-505a6c90b6ab</ExperimentId>
<ExperimentPartnerAssignment1 />
<ExperimentPartnerAssignment2 i:nil="true" />
<ExperimentPartnerAssignmentId>f1b8de39-dea3-4a52-97bb-c2c024da1848</ExperimentPartnerAssignmentId>
<IsExperimentCreator>true</IsExperimentCreator>
<LastMaintenanceDate>2026-08-25T03:18:28.2870828+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<LocationPartnerAssignment>
<LocationPartnerAssignment z:Ref="i3" />
</LocationPartnerAssignment>
<PartnerRoleId>be7038db-c0e6-498a-bdb3-f0f268225b5e</PartnerRoleId>
<ShipTo>sample string 8</ShipTo>
<ShipToId>990377e6-8119-4e32-933e-46f3d4c361c6</ShipToId>
</ExperimentPartnerAssignment>
</ArrayOfExperimentPartnerAssignment>