Single Customer Details By ID

Get Cakes

GET http://localhost:7000/api/v1/clients/singleCustomerDetails

This endpoint allows you to get free cakes.

Headers

Name
Type
Description

x-client-token

string

x-api-secret

string

x-api-access

string

Content-Type

string

Request Body

Name
Type
Description

customer_id

integer

client_id

integer

{
    "success": true,
    "msg": "Getting Customer by id.",
    "data": {
        "customer_id": "551",
        "mobile_number": "9892228599",
        "fullname": "Yash Thakur",
        "email": "yash.coder@gmail.com",
        "address": "yash.coder@gmail.com",
        "notes": "ggh"
    }
}

Last updated