POST Experiment/ValidateTitle
Request Information
URI Parameters
None.
Body Parameters
ExperimentName | Description | Type | Additional information |
---|---|---|---|
ExperimentId | globally unique identifier |
None. |
|
Title | string |
None. |
|
Name | string |
None. |
|
CropId | integer |
None. |
|
ExperimentTypeId | integer |
None. |
|
GrowingYear | integer |
None. |
|
TotalPlannedLocations | integer |
None. |
|
AgreementRequired | boolean |
None. |
|
Description | string |
None. |
|
NumberOfReplications | integer |
None. |
|
AddName | string |
None. |
|
AddDate | date |
None. |
|
LastMaintenanceName | string |
None. |
|
LastMaintenanceDate | date |
None. |
|
IsSeedLocallySourced | boolean |
None. |
|
IsSeedTreatmentFactor | boolean |
None. |
|
ParentExperimentId | globally unique identifier |
None. |
|
IsAvailableInTDE | boolean |
None. |
|
IsLocalExperiment | boolean |
None. |
|
ExperimentSubTypeId | integer |
None. |
|
SalesSeason | integer |
None. |
|
Region | string |
None. |
|
Country | string |
None. |
|
CompanyCode | string |
None. |
|
Crop | Crop |
None. |
|
ExperimentBusinessUnitArea | Collection of ExperimentBusinessUnitArea |
None. |
|
ExperimentFactor | Collection of ExperimentFactor |
None. |
|
ExperimentGrouping | Collection of ExperimentGrouping |
None. |
|
ExperimentLayout | Collection of ExperimentLayout |
None. |
|
ExperimentLocation | Collection of ExperimentLocation |
None. |
|
ExperimentType | ExperimentType |
None. |
|
Protocol | Collection of Protocol |
None. |
|
Strip | Collection of Strip |
None. |
|
ExperimentMeasurement | Collection of ExperimentMeasurement |
None. |
|
ExperimentPartnerAssignment | Collection of ExperimentPartnerAssignment |
None. |
|
ChangeTracker | ObjectChangeTracker |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, 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>