Successful Response for Contribution
Note
HERE Network Positioning API v1 is in maintenance and is not actively developed. Use HERE Network Positioning API v2 to get the latest features and updates. To learn more, see the HERE Network Positioning API v2 Developer Guide.
Successful Response for Contribution
If a request was successful, the HTTP response is "200 OK" and the response body indicates that the measurement data was received and processed successfully.
{
"success": {
"code": 200,
"message": "OK",
"description": "Data was received successfully"
}
}Updated last month