Resource not found.
{
"status": 404,
"errorCode": "PARAMETER_MISSING",
"data": "customerName is required.",
"args": [
"companyABC",
"asmith"
],
"errorPaths": [
{
"path": "companyABC.asmith",
"message": "Customer not found"
}
]
}