POST Experiment/Base/LoadProperty
Request Information
URI Parameters
None.
Body Parameters
BaseLoadPropertyInputOfExperimentAndExperimentName | Description | Type | Additional information |
---|---|---|---|
Entity | Experiment |
None. |
|
Property | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Property": "sample string 1" }
application/xml, text/xml
Sample:
<BaseController.BaseLoadPropertyInputOfExperimentExperimentOJl1LX1v 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" /> <Property>sample string 1</Property> </BaseController.BaseLoadPropertyInputOfExperimentExperimentOJl1LX1v>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.