jtargui Posted January 3, 2019 Share Posted January 3, 2019 (edited) I get a 500 Internal Server Error if I create an user by webservice when http://doc.prestashop.com/pages/viewpage.action?pageId=29655350 is active POST: myprestashop/api/customers?ws_key=xxxxxx HEADERS: [{"key":"Content-Type","value":"text/xml","description":""}] BODY: <?xml version="1.0" encoding="UTF-8"?> <prestashop xmlns:xlink="http://www.w3.org/1999/xlink"> <customer> <firstname>user de francia</firstname> <lastname>Targa</lastname> <email>[email protected]</email> <passwd>secret</passwd> </customer> </prestashop> MODULE ACTIVE: "EXPERIENCIA DE USUARIO" http://doc.prestashop.com/pages/viewpage.action?pageId=29655350 Thanks Edited January 3, 2019 by jtargui (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now