Single Customer Details By ID
Get Cakes
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"success": true,
"msg": "Getting Customer by id.",
"data": {
"customer_id": "551",
"mobile_number": "9892228599",
"fullname": "Yash Thakur",
"email": "[email protected]",
"address": "[email protected]",
"notes": "ggh"
}
}{
"success": true,
"msg": "Customer not Found.",
"data": {}
}Last updated