POST Protocol/Base/SaveAll
Request Information
URI Parameters
None.
Body Parameters
Collection of Protocol| Name | Description | Type | Additional information |
|---|---|---|---|
| ProtocolId | globally unique identifier |
None. |
|
| ExperimentId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Subtitle | string |
None. |
|
| LastMaintenanceName | string |
None. |
|
| LastMaintenanceDate | date |
None. |
|
| IsUploaded | boolean |
None. |
|
| IsTDEProtocol | boolean |
None. |
|
| Experiment | Experiment |
None. |
|
| ProtocolVersion | Collection of ProtocolVersion |
None. |
|
| ChangeTracker | ObjectChangeTracker |
None. |
Request Formats
application/json, text/json
Sample:
[
null,
{
"$id": "1",
"ProtocolId": "e8728cfc-3100-465b-a76e-a4d59b0dff16",
"ExperimentId": "c13831b8-a8cf-4f7c-881d-aaf68abd093e",
"Name": "sample string 8",
"Subtitle": "sample string 9",
"LastMaintenanceName": "sample string 10",
"LastMaintenanceDate": "2025-10-28T09:02:08.275118+00:00",
"IsUploaded": true,
"IsTDEProtocol": true,
"ProtocolVersion": [
{
"$id": "2",
"ProtocolId": "e8728cfc-3100-465b-a76e-a4d59b0dff16",
"Version": 2,
"FileName": "sample string 3",
"Document": "QEA=",
"LastMaintenanceName": "sample string 4",
"LastMaintenanceDate": "2025-10-28T09:02:08.3064367+00:00",
"Protocol": {
"$ref": "1"
},
"ChangeTracker": {
"$id": "3",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
}
],
"ChangeTracker": {
"$id": "4",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {
"ProtocolVersion": [
{
"$ref": "2"
}
]
}
}
}
]
application/xml, text/xml
Sample:
<ArrayOfProtocol xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<Protocol i:nil="true" />
<Protocol z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties>
<AddedObjectsForProperty>
<CollectionPropertyName>ProtocolVersion</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Id="i3" i:type="ProtocolVersion">
<ChangeTracker z:Id="i4">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<Document>QEA=</Document>
<FileName>sample string 3</FileName>
<LastMaintenanceDate>2025-10-28T09:02:08.3064367+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 4</LastMaintenanceName>
<Protocol z:Ref="i1" />
<ProtocolId>e8728cfc-3100-465b-a76e-a4d59b0dff16</ProtocolId>
<Version>2</Version>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<Experiment i:nil="true" />
<ExperimentId>c13831b8-a8cf-4f7c-881d-aaf68abd093e</ExperimentId>
<IsTDEProtocol>true</IsTDEProtocol>
<IsUploaded>true</IsUploaded>
<LastMaintenanceDate>2025-10-28T09:02:08.275118+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 10</LastMaintenanceName>
<Name>sample string 8</Name>
<ProtocolId>e8728cfc-3100-465b-a76e-a4d59b0dff16</ProtocolId>
<ProtocolVersion>
<ProtocolVersion z:Ref="i3" />
</ProtocolVersion>
<Subtitle>sample string 9</Subtitle>
</Protocol>
</ArrayOfProtocol>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Protocol| Name | Description | Type | Additional information |
|---|---|---|---|
| ProtocolId | globally unique identifier |
None. |
|
| ExperimentId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Subtitle | string |
None. |
|
| LastMaintenanceName | string |
None. |
|
| LastMaintenanceDate | date |
None. |
|
| IsUploaded | boolean |
None. |
|
| IsTDEProtocol | boolean |
None. |
|
| Experiment | Experiment |
None. |
|
| ProtocolVersion | Collection of ProtocolVersion |
None. |
|
| ChangeTracker | ObjectChangeTracker |
None. |
Response Formats
application/json, text/json
Sample:
[
null,
{
"$id": "1",
"ProtocolId": "2c5108c5-0d1f-48cf-af38-678c7b463bb6",
"ExperimentId": "21d1635a-7ae1-4a16-bf1c-b4acfdb0d530",
"Name": "sample string 8",
"Subtitle": "sample string 9",
"LastMaintenanceName": "sample string 10",
"LastMaintenanceDate": "2025-10-28T09:02:08.4001248+00:00",
"IsUploaded": true,
"IsTDEProtocol": true,
"ProtocolVersion": [
{
"$id": "2",
"ProtocolId": "2c5108c5-0d1f-48cf-af38-678c7b463bb6",
"Version": 2,
"FileName": "sample string 3",
"Document": "QEA=",
"LastMaintenanceName": "sample string 4",
"LastMaintenanceDate": "2025-10-28T09:02:08.4001248+00:00",
"Protocol": {
"$ref": "1"
},
"ChangeTracker": {
"$id": "3",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
}
],
"ChangeTracker": {
"$id": "4",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {
"ProtocolVersion": [
{
"$ref": "2"
}
]
}
}
}
]
application/xml, text/xml
Sample:
<ArrayOfProtocol xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<Protocol i:nil="true" />
<Protocol z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties>
<AddedObjectsForProperty>
<CollectionPropertyName>ProtocolVersion</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Id="i3" i:type="ProtocolVersion">
<ChangeTracker z:Id="i4">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<Document>QEA=</Document>
<FileName>sample string 3</FileName>
<LastMaintenanceDate>2025-10-28T09:02:08.4001248+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 4</LastMaintenanceName>
<Protocol z:Ref="i1" />
<ProtocolId>2c5108c5-0d1f-48cf-af38-678c7b463bb6</ProtocolId>
<Version>2</Version>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<Experiment i:nil="true" />
<ExperimentId>21d1635a-7ae1-4a16-bf1c-b4acfdb0d530</ExperimentId>
<IsTDEProtocol>true</IsTDEProtocol>
<IsUploaded>true</IsUploaded>
<LastMaintenanceDate>2025-10-28T09:02:08.4001248+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 10</LastMaintenanceName>
<Name>sample string 8</Name>
<ProtocolId>2c5108c5-0d1f-48cf-af38-678c7b463bb6</ProtocolId>
<ProtocolVersion>
<ProtocolVersion z:Ref="i3" />
</ProtocolVersion>
<Subtitle>sample string 9</Subtitle>
</Protocol>
</ArrayOfProtocol>