By default this method returns an empty JSON , i want to how to return some response such as "correct" or "fail" , for example
asked Jun 24, 2014 at 14:52
1 Answer 1
The easiest way, or at least how this part was designed to be used in Magento, is to check for the HTTP response code for success/failures, and use the Location in the response header to make another call to retrieve the newly created customer details.
answered Sep 3, 2014 at 20:59
default