POST ExperimentPartnerAssignment/Base/SaveAll
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
[ null, { "$id": "1", "ExperimentPartnerAssignmentId": "994be03c-990f-4f89-9abd-cfccb6471b67", "ExperimentId": "6c615ca1-d6bb-44de-86f4-8953d5712c5c", "PartnerRoleId": "ce308687-a5fe-4598-af0d-c630794bcd46", "AssignmentId": 4, "AssignedNumberOfLocations": 1, "IsExperimentCreator": true, "LastMaintenanceName": "sample string 6", "LastMaintenanceDate": "2025-04-04T14:04:39.7425274+00:00", "AssignedByPartnerRoleId": "9688864e-2ec9-4df3-b6a6-97cb5414e5ab", "ShipTo": "sample string 8", "ShipToId": "06436de7-9486-47ee-b30f-3b1b3554cd48", "LocationPartnerAssignment": [ { "$id": "2", "LocationPartnerAssignmentId": "f9a920e3-9f62-4559-b825-5f47b5854f79", "LocationId": "7449619d-1cbd-406e-9e48-94dcd79756eb", "ExperimentPartnerAssignmentId": "994be03c-990f-4f89-9abd-cfccb6471b67", "CreatedLocation": true, "AddName": "sample string 4", "AddDate": "2025-04-04T14:04:39.7425274+00:00", "LastMaintenanceName": "sample string 6", "LastMaintenanceDate": "2025-04-04T14:04:39.7425274+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>9688864e-2ec9-4df3-b6a6-97cb5414e5ab</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:04:39.7425274+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>994be03c-990f-4f89-9abd-cfccb6471b67</ExperimentPartnerAssignmentId> <LastMaintenanceDate>2025-04-04T14:04:39.7425274+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 6</LastMaintenanceName> <Location i:nil="true" /> <LocationId>7449619d-1cbd-406e-9e48-94dcd79756eb</LocationId> <LocationPartnerAssignmentId>f9a920e3-9f62-4559-b825-5f47b5854f79</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>6c615ca1-d6bb-44de-86f4-8953d5712c5c</ExperimentId> <ExperimentPartnerAssignment1 /> <ExperimentPartnerAssignment2 i:nil="true" /> <ExperimentPartnerAssignmentId>994be03c-990f-4f89-9abd-cfccb6471b67</ExperimentPartnerAssignmentId> <IsExperimentCreator>true</IsExperimentCreator> <LastMaintenanceDate>2025-04-04T14:04:39.7425274+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 6</LastMaintenanceName> <LocationPartnerAssignment> <LocationPartnerAssignment z:Ref="i3" /> </LocationPartnerAssignment> <PartnerRoleId>ce308687-a5fe-4598-af0d-c630794bcd46</PartnerRoleId> <ShipTo>sample string 8</ShipTo> <ShipToId>06436de7-9486-47ee-b30f-3b1b3554cd48</ShipToId> </ExperimentPartnerAssignment> </ArrayOfExperimentPartnerAssignment>
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "e450604d-ba1b-4752-9897-223af28f43db", "ExperimentId": "a3fc97d9-fa92-44c5-a85e-0b463ce0264a", "PartnerRoleId": "48b1e0ee-8619-4757-9225-fa6fd86821e9", "AssignmentId": 4, "AssignedNumberOfLocations": 1, "IsExperimentCreator": true, "LastMaintenanceName": "sample string 6", "LastMaintenanceDate": "2025-04-04T14:04:39.7737711+00:00", "AssignedByPartnerRoleId": "8f3528c2-207e-4777-9edc-64a74e9b3673", "ShipTo": "sample string 8", "ShipToId": "7112138e-5cb0-4dca-a519-12496ed6cab0", "LocationPartnerAssignment": [ { "$id": "2", "LocationPartnerAssignmentId": "cecc13b9-8096-4bb4-83bd-ca80201cbcc6", "LocationId": "0f4f2139-a147-4703-bc98-c5fbd3a73321", "ExperimentPartnerAssignmentId": "e450604d-ba1b-4752-9897-223af28f43db", "CreatedLocation": true, "AddName": "sample string 4", "AddDate": "2025-04-04T14:04:39.7737711+00:00", "LastMaintenanceName": "sample string 6", "LastMaintenanceDate": "2025-04-04T14:04:39.7737711+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>8f3528c2-207e-4777-9edc-64a74e9b3673</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:04:39.7737711+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>e450604d-ba1b-4752-9897-223af28f43db</ExperimentPartnerAssignmentId> <LastMaintenanceDate>2025-04-04T14:04:39.7737711+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 6</LastMaintenanceName> <Location i:nil="true" /> <LocationId>0f4f2139-a147-4703-bc98-c5fbd3a73321</LocationId> <LocationPartnerAssignmentId>cecc13b9-8096-4bb4-83bd-ca80201cbcc6</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>a3fc97d9-fa92-44c5-a85e-0b463ce0264a</ExperimentId> <ExperimentPartnerAssignment1 /> <ExperimentPartnerAssignment2 i:nil="true" /> <ExperimentPartnerAssignmentId>e450604d-ba1b-4752-9897-223af28f43db</ExperimentPartnerAssignmentId> <IsExperimentCreator>true</IsExperimentCreator> <LastMaintenanceDate>2025-04-04T14:04:39.7737711+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 6</LastMaintenanceName> <LocationPartnerAssignment> <LocationPartnerAssignment z:Ref="i3" /> </LocationPartnerAssignment> <PartnerRoleId>48b1e0ee-8619-4757-9225-fa6fd86821e9</PartnerRoleId> <ShipTo>sample string 8</ShipTo> <ShipToId>7112138e-5cb0-4dca-a519-12496ed6cab0</ShipToId> </ExperimentPartnerAssignment> </ArrayOfExperimentPartnerAssignment>