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
AgvMapInterfaceFieldName | 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": "9cd7e9f7-fe21-4acc-a9d0-3f480631af37", "AgvanceGrowerGuid": "2f8e6ead-8950-44dd-9b51-c2f2e9118696", "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": "3ebf8f1b-8b26-46bd-95c3-bbc0b6dfeb8a", "Inactive": true, "FarmId": "sample string 11", "FarmName": "sample string 12", "FieldBoundaryWkt": "sample string 13", "Directions": "sample string 14", "Comments": "sample string 15" }, { "AgvanceGuid": "9cd7e9f7-fe21-4acc-a9d0-3f480631af37", "AgvanceGrowerGuid": "2f8e6ead-8950-44dd-9b51-c2f2e9118696", "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": "3ebf8f1b-8b26-46bd-95c3-bbc0b6dfeb8a", "Inactive": true, "FarmId": "sample string 11", "FarmName": "sample string 12", "FieldBoundaryWkt": "sample string 13", "Directions": "sample string 14", "Comments": "sample string 15" } ] }