Trimble TruckMate Help
Trimble TruckMate 404 errors
When MasterData API calls return a 404, start here. This checklist is for WebMTI clients and walks through the most common causes first, then less likely ones if the self-test still fails.
When MasterData API calls return a 404, start here. This checklist is for WebMTI clients and walks through the most common causes first, then less likely ones if the self-test still fails.
/masterData/clients).https://[clientcode]rayform.webmti.com) is correct and specific to the environment (e.g., staging vs. production).[clientcode]rayform.webmti.com) resolves correctly to the intended IP address.[client] with the specific client name assigned to your business unit) to quickly verify if all critical endpoints, including the MasterData API, are functioning properly. If the test indicates an error, follow the above steps to troubleshoot.{
"result": {
"data": {
"results": [
{
"name": "TMOrderApi",
"status": "ok",
"message": "Successfully fetched orders API"
},
{
"name": "EmailTransport",
"status": "ok",
"message": "Email sent successfully"
},
{
"name": "AsyncZonesRepository",
"status": "ok",
"message": "Getter returned successfully"
},
{
"name": "AsyncClientsRepository",
"status": "ok",
"message": "Getter returned successfully"
},
{
"name": "Orders API Endpoint",
"status": "ok",
"message": "Successfully fetched https://xyzrayform.webmti.com/tm/orders"
},
{
"name": "Clients API Endpoint",
"status": "ok",
"message": "Successfully fetched https://xyzrayform.webmti.com/masterData/clients"
},
{
"name": "Zones API Endpoint",
"status": "ok",
"message": "Successfully fetched https://xyzrayform.webmti.com/tm/zones"
}
],
"success": true
}
}
}
Last updated: 14 August 2024