POST ExperimentLayout/Base/SaveAll
Request Information
URI Parameters
None.
Body Parameters
Collection of ExperimentLayout| Name | Description | Type | Additional information |
|---|---|---|---|
| ExperimentLayoutId | globally unique identifier |
None. |
|
| ExperimentId | globally unique identifier |
None. |
|
| LayoutId | integer |
None. |
|
| Height | integer |
None. |
|
| Width | integer |
None. |
|
| AddName | string |
None. |
|
| AddDate | date |
None. |
|
| LastMaintenanceName | string |
None. |
|
| LastMaintenanceDate | date |
None. |
|
| Experiment | Experiment |
None. |
|
| Layout | Layout |
None. |
|
| ExperimentStripLayout | Collection of ExperimentStripLayout |
None. |
|
| ChangeTracker | ObjectChangeTracker |
None. |
Request Formats
application/json, text/json
Sample:
[
null,
{
"$id": "1",
"ExperimentLayoutId": "0535e10e-e43e-4462-b261-00e0bb80aca3",
"ExperimentId": "1f984cf1-5c03-414a-9c08-eaf6b01f7b79",
"LayoutId": 3,
"Height": 4,
"Width": 5,
"AddName": "sample string 6",
"AddDate": "2026-08-25T03:36:36.8899309+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-08-25T03:36:36.8899309+00:00",
"ExperimentStripLayout": [
{
"$id": "2",
"ExperimentStripLayoutId": "3bf38d5f-1470-4bcc-a678-642797085d21",
"ExperimentLayoutId": "0535e10e-e43e-4462-b261-00e0bb80aca3",
"StripId": "c193c5b3-7e3b-4b7b-b471-89cfcb0ecd2d",
"SortOrder": 4,
"Color": 5,
"AddName": "sample string 6",
"AddDate": "2026-08-25T03:36:36.9099407+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-08-25T03:36:36.9099407+00:00",
"InActive": true,
"ExperimentLayout": {
"$ref": "1"
},
"ChangeTracker": {
"$id": "3",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
}
],
"ChangeTracker": {
"$id": "4",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {
"ExperimentStripLayout": [
{
"$ref": "2"
}
]
}
}
}
]
application/xml, text/xml
Sample:
<ArrayOfExperimentLayout xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<ExperimentLayout i:nil="true" />
<ExperimentLayout z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<AddDate>2026-08-25T03:36:36.8899309+00:00</AddDate>
<AddName>sample string 6</AddName>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties>
<AddedObjectsForProperty>
<CollectionPropertyName>ExperimentStripLayout</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Id="i3" i:type="ExperimentStripLayout">
<AddDate>2026-08-25T03:36:36.9099407+00:00</AddDate>
<AddName>sample string 6</AddName>
<ChangeTracker z:Id="i4">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<Color>5</Color>
<ExperimentLayout z:Ref="i1" />
<ExperimentLayoutId>0535e10e-e43e-4462-b261-00e0bb80aca3</ExperimentLayoutId>
<ExperimentStripLayoutId>3bf38d5f-1470-4bcc-a678-642797085d21</ExperimentStripLayoutId>
<InActive>true</InActive>
<LastMaintenanceDate>2026-08-25T03:36:36.9099407+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<SortOrder>4</SortOrder>
<Strip i:nil="true" />
<StripId>c193c5b3-7e3b-4b7b-b471-89cfcb0ecd2d</StripId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<Experiment i:nil="true" />
<ExperimentId>1f984cf1-5c03-414a-9c08-eaf6b01f7b79</ExperimentId>
<ExperimentLayoutId>0535e10e-e43e-4462-b261-00e0bb80aca3</ExperimentLayoutId>
<ExperimentStripLayout>
<ExperimentStripLayout z:Ref="i3" />
</ExperimentStripLayout>
<Height>4</Height>
<LastMaintenanceDate>2026-08-25T03:36:36.8899309+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<Layout i:nil="true" />
<LayoutId>3</LayoutId>
<Width>5</Width>
</ExperimentLayout>
</ArrayOfExperimentLayout>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ExperimentLayout| Name | Description | Type | Additional information |
|---|---|---|---|
| ExperimentLayoutId | globally unique identifier |
None. |
|
| ExperimentId | globally unique identifier |
None. |
|
| LayoutId | integer |
None. |
|
| Height | integer |
None. |
|
| Width | integer |
None. |
|
| AddName | string |
None. |
|
| AddDate | date |
None. |
|
| LastMaintenanceName | string |
None. |
|
| LastMaintenanceDate | date |
None. |
|
| Experiment | Experiment |
None. |
|
| Layout | Layout |
None. |
|
| ExperimentStripLayout | Collection of ExperimentStripLayout |
None. |
|
| ChangeTracker | ObjectChangeTracker |
None. |
Response Formats
application/json, text/json
Sample:
[
null,
{
"$id": "1",
"ExperimentLayoutId": "38af877f-130a-4e2d-bf36-c83b4df2a4e3",
"ExperimentId": "0e8204b2-d238-4db8-bfbe-f77a9024325c",
"LayoutId": 3,
"Height": 4,
"Width": 5,
"AddName": "sample string 6",
"AddDate": "2026-08-25T03:36:36.9210897+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-08-25T03:36:36.9210897+00:00",
"ExperimentStripLayout": [
{
"$id": "2",
"ExperimentStripLayoutId": "c4797961-d64e-4e3d-818c-2c523d9dd642",
"ExperimentLayoutId": "38af877f-130a-4e2d-bf36-c83b4df2a4e3",
"StripId": "678e1973-36f9-45a9-9432-7be887e5f659",
"SortOrder": 4,
"Color": 5,
"AddName": "sample string 6",
"AddDate": "2026-08-25T03:36:36.9210897+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-08-25T03:36:36.9210897+00:00",
"InActive": true,
"ExperimentLayout": {
"$ref": "1"
},
"ChangeTracker": {
"$id": "3",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
}
],
"ChangeTracker": {
"$id": "4",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {
"ExperimentStripLayout": [
{
"$ref": "2"
}
]
}
}
}
]
application/xml, text/xml
Sample:
<ArrayOfExperimentLayout xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<ExperimentLayout i:nil="true" />
<ExperimentLayout z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<AddDate>2026-08-25T03:36:36.9210897+00:00</AddDate>
<AddName>sample string 6</AddName>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties>
<AddedObjectsForProperty>
<CollectionPropertyName>ExperimentStripLayout</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Id="i3" i:type="ExperimentStripLayout">
<AddDate>2026-08-25T03:36:36.9210897+00:00</AddDate>
<AddName>sample string 6</AddName>
<ChangeTracker z:Id="i4">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<Color>5</Color>
<ExperimentLayout z:Ref="i1" />
<ExperimentLayoutId>38af877f-130a-4e2d-bf36-c83b4df2a4e3</ExperimentLayoutId>
<ExperimentStripLayoutId>c4797961-d64e-4e3d-818c-2c523d9dd642</ExperimentStripLayoutId>
<InActive>true</InActive>
<LastMaintenanceDate>2026-08-25T03:36:36.9210897+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<SortOrder>4</SortOrder>
<Strip i:nil="true" />
<StripId>678e1973-36f9-45a9-9432-7be887e5f659</StripId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<Experiment i:nil="true" />
<ExperimentId>0e8204b2-d238-4db8-bfbe-f77a9024325c</ExperimentId>
<ExperimentLayoutId>38af877f-130a-4e2d-bf36-c83b4df2a4e3</ExperimentLayoutId>
<ExperimentStripLayout>
<ExperimentStripLayout z:Ref="i3" />
</ExperimentStripLayout>
<Height>4</Height>
<LastMaintenanceDate>2026-08-25T03:36:36.9210897+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<Layout i:nil="true" />
<LayoutId>3</LayoutId>
<Width>5</Width>
</ExperimentLayout>
</ArrayOfExperimentLayout>