2016-11-25 12 views
0
I am trying to register a new Customer to my new magento portal through REST API in Postman, but as per standard approach of Magento API for Registration only following Details can be sent via POST Method password cannot be sent through it. if done so give error as shown below. 

Successful Result after POST Method without sending password in JSON ObjectMagento 2 REST APIで、お客様の登録用にJSON形式の他の詳細と一緒にパスワードを送信することはできますか?

Failure Page after sending password along with the JSON array in POST Method

誰かがREST APIの顧客登録にパスワードを含める方法の問題で私を助けることができますか?

ありがとうございます。

答えて

0

のように暗号化された形式でパスワードを送信してくださいmd5('password') これがうまくいかない場合は参考URLの下で歓迎してください。

Creating a new customer in Magento(RESTful,PHP)

+0

ここで私はこのPHPを作成する必要がありますか?私はこのPHPをどこから実行すべきですか? @Sunny Rathod –

+0

このファイルはmagentoルートフォルダに作成できます。 –

関連する問題