Sample Response: JSON

{
    "waterBody": [
        {
            "name": "Ottawa River",
            "distance": {
                "unit": "MILES",
                "value": "6.368"
            },
            
            "type": {
                "code": "7",
                "value": "Others"
            }
        }
    ]
}

In case no data is found, the following response is returned:

{}