diff --git a/VRAHaulmkilling-API.md b/VRAHaulmkilling-API.md index 9b6a492..6b3c823 100644 --- a/VRAHaulmkilling-API.md +++ b/VRAHaulmkilling-API.md @@ -258,7 +258,17 @@ allows you to specify the date when the measurements were taken. Default input layer name for Haulmkilling is the agent inputType used (wdvi, ndvi). Default percentile values for Haulmkilling are 0.05 and 0.90. -Default dates are 'inherited' from the cropfield item passed to the task. +Default dates are 'inherited' from the cropfield item passed to the task. + +```javascript +{ + "inputLayerName": "customLayerName", + "plantingDate": "2020-02-01T00:00:00.000Z", + "measurementDate": "2020-06-01T00:00:00.000Z", + "minPercentile": "0.1", + "maxPercentile": "0.95" +} +``` ##### Create taskmap [Create Taskmap](Create-Taskmap.md)