PUT MapInterface/PutAgvanceMappingRemoveLink
Removes the Mapping GUID from all Agvance fields containing this cross reference key.
Request Information
URI Parameters
Body Parameters
The model for the Updating of an Agvance Field.
ClsFieldPutRemoveMappingLink| Name | Description | Type | Additional Information |
|---|---|---|---|
| MappingGuid |
Mapping GUID to be removed from any Agvance field |
globally unique identifier |
Required (Hexadecimal 8-4-4-4-12) |
Request Formats
application/json, text/json
{
"MappingGuid": "73beea4f-5b58-44cf-a259-e3a9dba1ffce"
}
application/xml, text/xml
<ClsFieldPutRemoveMappingLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SKY.Core.Interfaces.HAAS.Model"> <MappingGuid>73beea4f-5b58-44cf-a259-e3a9dba1ffce</MappingGuid> </ClsFieldPutRemoveMappingLink>
application/x-www-form-urlencoded
Response Information
Resource Description
Removes the Mapping GUID from all Agvance fields containing this cross reference key.
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": "c622c1e5-9099-487f-b7e2-b6dfde289131",
"AgvanceGrowerGuid": "1ab28834-d381-48c2-ae4d-4150df562fa8",
"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": "726d6f20-718a-4f11-811b-0f353ee686f1",
"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": "c622c1e5-9099-487f-b7e2-b6dfde289131",
"AgvanceGrowerGuid": "1ab28834-d381-48c2-ae4d-4150df562fa8",
"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": "726d6f20-718a-4f11-811b-0f353ee686f1",
"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"
}
]
}
]
}