GET MapInterface/GetAgvanceFieldCanBeMadeActive?agvanceFieldGuid={agvanceFieldGuid}
Tests to see if the Agvance field can be set as active
Request Information
URI Parameters
| Name | Description | Type | Additional Information |
|---|---|---|---|
| agvanceFieldGuid |
Agvance GUID of the field to validate |
globally unique identifier |
Required |
Body Parameters
Response Information
Resource Description
Tests to see if the Agvance field can be set as active
AgvMapInterfaceField| Name | Description | Type | Additional Information |
|---|---|---|---|
| Status |
0 = Success. 1 = An error occurred. 2 = An error occurred. 3 = Descriptive message, process was successful. |
string | |
| Message |
Informational message that corresponds to the Status returned. 0 - Message will be "OK". 1 - Detailed message returned to give user an indication of what went wrong. 2 - Less Detailed message returned that may not mean anything to the user but that the application might use to take a corrective action. 3 - Not an error but something the user might need to know. |
string | |
| Count |
Number of results returned. |
string | |
| FieldList |
List of Properties and Values returned for each Agvance Field |
Collection of ClsFieldGet |
Response Formats
application/json, text/json
{
"Status": "sample string 1",
"Message": "sample string 2",
"Count": "2",
"FieldList": [
{
"AgvanceGuid": "43d236ce-410d-4b31-8f26-11d8d7bf7b70",
"AgvanceGrowerGuid": "336d70be-4900-48a1-a18b-a26720a1b382",
"GrowerId": "sample string 3",
"GrowerFirstName": "sample string 4",
"GrowerLastName": "sample string 5",
"GrowerFullName": "sample string 4 sample string 5",
"GrowerOracleId": "sample string 6",
"FieldId": "sample string 7",
"Name": "sample string 8",
"Acres": 9.1,
"MappingGuid": "ca1d1dab-9079-46af-bff6-d7a95c95a66c",
"Inactive": true,
"FarmId": "sample string 11",
"FarmName": "sample string 12",
"FieldBoundaryWkt": "sample string 13",
"Directions": "sample string 14",
"Comments": "sample string 15",
"LocationId": "sample string 16",
"LocationName": "sample string 17",
"Split2Name": "sample string 18",
"Split3Name": "sample string 19",
"BillingSplits": [
{
"SplitGrowerId": "sample string 1",
"PercentS1": 2.1,
"PercentS2": 3.1,
"PercentS3": 4.1,
"SplitGrowerName1": "sample string 5",
"SplitGrowerName2": "sample string 6"
},
{
"SplitGrowerId": "sample string 1",
"PercentS1": 2.1,
"PercentS2": 3.1,
"PercentS3": 4.1,
"SplitGrowerName1": "sample string 5",
"SplitGrowerName2": "sample string 6"
}
]
},
{
"AgvanceGuid": "43d236ce-410d-4b31-8f26-11d8d7bf7b70",
"AgvanceGrowerGuid": "336d70be-4900-48a1-a18b-a26720a1b382",
"GrowerId": "sample string 3",
"GrowerFirstName": "sample string 4",
"GrowerLastName": "sample string 5",
"GrowerFullName": "sample string 4 sample string 5",
"GrowerOracleId": "sample string 6",
"FieldId": "sample string 7",
"Name": "sample string 8",
"Acres": 9.1,
"MappingGuid": "ca1d1dab-9079-46af-bff6-d7a95c95a66c",
"Inactive": true,
"FarmId": "sample string 11",
"FarmName": "sample string 12",
"FieldBoundaryWkt": "sample string 13",
"Directions": "sample string 14",
"Comments": "sample string 15",
"LocationId": "sample string 16",
"LocationName": "sample string 17",
"Split2Name": "sample string 18",
"Split3Name": "sample string 19",
"BillingSplits": [
{
"SplitGrowerId": "sample string 1",
"PercentS1": 2.1,
"PercentS2": 3.1,
"PercentS3": 4.1,
"SplitGrowerName1": "sample string 5",
"SplitGrowerName2": "sample string 6"
},
{
"SplitGrowerId": "sample string 1",
"PercentS1": 2.1,
"PercentS2": 3.1,
"PercentS3": 4.1,
"SplitGrowerName1": "sample string 5",
"SplitGrowerName2": "sample string 6"
}
]
}
]
}