/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: Aug 14, 2024