Create NRCAN results file download order
Parameter
Example
Type
Required
Description
Parameter
Example
Type
Description
{
"station": "G001",
"startDate": "2025-06-01",
"endDate": "2025-06-26"
}curl -X POST "https://ppk.geodnet.com/api/user/estimation/download" \
-H "Content-Type: application/json" \
-H "token: eyJhbGciOiJIUzI1Ni..." \
-d '{"station":"G001","startDate":"2025-06-01","endDate":"2025-06-26"}'Last updated
