POST Protocol/Base/SaveAll
Request Information
URI Parameters
None.
Body Parameters
Collection of ProtocolName | 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": "617d4072-b6cf-41c6-a4fc-157d48918fc7", "ExperimentId": "2e776518-9576-437b-bb2f-6c28cc90c4f4", "Name": "sample string 8", "Subtitle": "sample string 9", "LastMaintenanceName": "sample string 10", "LastMaintenanceDate": "2025-04-04T14:07:02.0772602+00:00", "IsUploaded": true, "IsTDEProtocol": true, "ProtocolVersion": [ { "$id": "2", "ProtocolId": "617d4072-b6cf-41c6-a4fc-157d48918fc7", "Version": 2, "FileName": "sample string 3", "Document": "QEA=", "LastMaintenanceName": "sample string 4", "LastMaintenanceDate": "2025-04-04T14:07:02.0772602+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-04-04T14:07:02.0772602+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 4</LastMaintenanceName> <Protocol z:Ref="i1" /> <ProtocolId>617d4072-b6cf-41c6-a4fc-157d48918fc7</ProtocolId> <Version>2</Version> </ObjectValue> </AddedObjects> </AddedObjectsForProperty> </ObjectsAddedToCollectionProperties> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <Experiment i:nil="true" /> <ExperimentId>2e776518-9576-437b-bb2f-6c28cc90c4f4</ExperimentId> <IsTDEProtocol>true</IsTDEProtocol> <IsUploaded>true</IsUploaded> <LastMaintenanceDate>2025-04-04T14:07:02.0772602+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 10</LastMaintenanceName> <Name>sample string 8</Name> <ProtocolId>617d4072-b6cf-41c6-a4fc-157d48918fc7</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 ProtocolName | 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": "93d66d02-8e64-4920-8e3c-a43e16d5a4ae", "ExperimentId": "b8546de1-4bf6-48c2-aae7-22c75b74f8f0", "Name": "sample string 8", "Subtitle": "sample string 9", "LastMaintenanceName": "sample string 10", "LastMaintenanceDate": "2025-04-04T14:07:02.0772602+00:00", "IsUploaded": true, "IsTDEProtocol": true, "ProtocolVersion": [ { "$id": "2", "ProtocolId": "93d66d02-8e64-4920-8e3c-a43e16d5a4ae", "Version": 2, "FileName": "sample string 3", "Document": "QEA=", "LastMaintenanceName": "sample string 4", "LastMaintenanceDate": "2025-04-04T14:07:02.0983089+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-04-04T14:07:02.0983089+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 4</LastMaintenanceName> <Protocol z:Ref="i1" /> <ProtocolId>93d66d02-8e64-4920-8e3c-a43e16d5a4ae</ProtocolId> <Version>2</Version> </ObjectValue> </AddedObjects> </AddedObjectsForProperty> </ObjectsAddedToCollectionProperties> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <Experiment i:nil="true" /> <ExperimentId>b8546de1-4bf6-48c2-aae7-22c75b74f8f0</ExperimentId> <IsTDEProtocol>true</IsTDEProtocol> <IsUploaded>true</IsUploaded> <LastMaintenanceDate>2025-04-04T14:07:02.0772602+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 10</LastMaintenanceName> <Name>sample string 8</Name> <ProtocolId>93d66d02-8e64-4920-8e3c-a43e16d5a4ae</ProtocolId> <ProtocolVersion> <ProtocolVersion z:Ref="i3" /> </ProtocolVersion> <Subtitle>sample string 9</Subtitle> </Protocol> </ArrayOfProtocol>