POST Experiment/ValidateLocalExpSave
Request Information
URI Parameters
None.
Body Parameters
ValidateLocalExpSaveInputName | Description | Type | Additional information |
---|---|---|---|
entity | Experiment |
None. |
|
location | Location |
None. |
Request Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<ValidateLocalExpSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.TrialsAPIServices.Controllers"> <entity xmlns:d2p1="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model" i:nil="true" /> <location xmlns:d2p1="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model" i:nil="true" /> </ValidateLocalExpSaveInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ValidationReturnName | Description | Type | Additional information |
---|---|---|---|
IsValid | boolean |
None. |
|
Message | string |
None. |
|
Caption | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Caption": "sample string 2" }
application/xml, text/xml
Sample:
<ValidationReturn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model.Custom"> <Caption>sample string 2</Caption> <Message>sample string 1</Message> </ValidationReturn>