Skip to content

Commit

Permalink
Update customer_api.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentiusgunawan committed Sep 25, 2017
1 parent b28d7e8 commit 68c779d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/customer_api.rst
Expand Up @@ -276,7 +276,7 @@ Example of API call request using cURL:

.. code-block :: bash
$ curl -X POST -H "Content-Type: application/json" https://stamps.co.id/api/v2/memberships/register -i -d '{"token": "secreet", "name": "customer", "email": "customer@stamps.co.id", "phone": "+6281314822365", "birthday": "1991-10-19", "gender": "female", "merchant": 788, "address": "221b Baker Street", "store": 412}'
$ curl -X POST -H "Content-Type: application/json" https://stamps.co.id/api/v2/memberships/register -i -d '{"token": "secreet", "name": "customer", "email": "customer@stamps.co.id", "mobile_number": "+6281314822365", "birthday": "1991-10-19", "gender": "female", "merchant": 788, "address": "221b Baker Street", "store": 412}'
B. Response Data
Expand Down

0 comments on commit 68c779d

Please sign in to comment.