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": "2247f775-ef2a-4bb5-b06b-20d57b114b84",
"ExperimentId": "b80cd324-625a-4174-bc67-a4e9eec379ae",
"LayoutId": 3,
"Height": 4,
"Width": 5,
"AddName": "sample string 6",
"AddDate": "2026-03-08T14:40:33.3857756+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-03-08T14:40:33.3857756+00:00",
"ExperimentStripLayout": [
{
"$id": "2",
"ExperimentStripLayoutId": "99e36d52-fcfc-4f83-ade6-9a0674fdc24a",
"ExperimentLayoutId": "2247f775-ef2a-4bb5-b06b-20d57b114b84",
"StripId": "c6cd88eb-fedc-4744-a2ee-f714905e33ef",
"SortOrder": 4,
"Color": 5,
"AddName": "sample string 6",
"AddDate": "2026-03-08T14:40:33.4058902+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-03-08T14:40:33.4058902+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-03-08T14:40:33.3857756+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-03-08T14:40:33.4058902+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>2247f775-ef2a-4bb5-b06b-20d57b114b84</ExperimentLayoutId>
<ExperimentStripLayoutId>99e36d52-fcfc-4f83-ade6-9a0674fdc24a</ExperimentStripLayoutId>
<InActive>true</InActive>
<LastMaintenanceDate>2026-03-08T14:40:33.4058902+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<SortOrder>4</SortOrder>
<Strip i:nil="true" />
<StripId>c6cd88eb-fedc-4744-a2ee-f714905e33ef</StripId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<Experiment i:nil="true" />
<ExperimentId>b80cd324-625a-4174-bc67-a4e9eec379ae</ExperimentId>
<ExperimentLayoutId>2247f775-ef2a-4bb5-b06b-20d57b114b84</ExperimentLayoutId>
<ExperimentStripLayout>
<ExperimentStripLayout z:Ref="i3" />
</ExperimentStripLayout>
<Height>4</Height>
<LastMaintenanceDate>2026-03-08T14:40:33.3857756+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": "25785111-19c7-4f84-ace3-7286163fbe36",
"ExperimentId": "25109423-acaa-44f5-81a0-2bfa5efb280d",
"LayoutId": 3,
"Height": 4,
"Width": 5,
"AddName": "sample string 6",
"AddDate": "2026-03-08T14:40:33.5575629+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-03-08T14:40:33.5575629+00:00",
"ExperimentStripLayout": [
{
"$id": "2",
"ExperimentStripLayoutId": "25fc343e-a81c-4ef3-8738-55936bfe4f79",
"ExperimentLayoutId": "25785111-19c7-4f84-ace3-7286163fbe36",
"StripId": "e89dff00-ee94-4d27-a777-5f05b816ede8",
"SortOrder": 4,
"Color": 5,
"AddName": "sample string 6",
"AddDate": "2026-03-08T14:40:33.5575629+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-03-08T14:40:33.5575629+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-03-08T14:40:33.5575629+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-03-08T14:40:33.5575629+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>25785111-19c7-4f84-ace3-7286163fbe36</ExperimentLayoutId>
<ExperimentStripLayoutId>25fc343e-a81c-4ef3-8738-55936bfe4f79</ExperimentStripLayoutId>
<InActive>true</InActive>
<LastMaintenanceDate>2026-03-08T14:40:33.5575629+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<SortOrder>4</SortOrder>
<Strip i:nil="true" />
<StripId>e89dff00-ee94-4d27-a777-5f05b816ede8</StripId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<Experiment i:nil="true" />
<ExperimentId>25109423-acaa-44f5-81a0-2bfa5efb280d</ExperimentId>
<ExperimentLayoutId>25785111-19c7-4f84-ace3-7286163fbe36</ExperimentLayoutId>
<ExperimentStripLayout>
<ExperimentStripLayout z:Ref="i3" />
</ExperimentStripLayout>
<Height>4</Height>
<LastMaintenanceDate>2026-03-08T14:40:33.5575629+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<Layout i:nil="true" />
<LayoutId>3</LayoutId>
<Width>5</Width>
</ExperimentLayout>
</ArrayOfExperimentLayout>