Update Profile
PUT
https://node-staging.billeasy.in/api/update
Headers
Name
Type
Description
Content-Type
string
x-customer-number
string
x-customer-token
string
x-api-access
string
x-api-secret
string
Authentication token to track down who is emptying our stocks.
Request:
{"customers":{"date_of_birth":"2019-12-23","full_name":"Yash Thakur"}}
Response:
{
"success": true,
"msg": "Customer data",
"data": {
"id": "551",
"type": "customers",
"attributes": {
"email": "[email protected]",
"authentication_token": "rWHQVQosVo4eQdFGFi-U",
"mobile_number": "9892228599",
"registration_complete?": true,
"cards_selection_complete?": true,
"name": "Yash Thakur",
"avatar": null,
"pin": "2034",
"is_google_linked": true,
"is_mail_synced": true,
"date_of_birth": "2019-12-23",
"card_number": null
}
}
}
Last updated
Was this helpful?