Hello All,
While trying to hit an API, I get the following response message for a successfull hit:
{
"message": "Skus submitted without error",
"status": 200,
"successful": true,
"recordsAffected": 198
}
But when I try to hit with a faulty request I get the following response:
{
"message": "15:00964:Non Numeric ItemReference is invalid",
"localizedMessage": "15:00964:Non Numeric ItemReference is invalid"
}
--This response is very vague as it does not tell me where exactly the request is faulty, so that it can be rectified.
For very exact reason I need to customize this response.
Please Help me out!
Regards.