Customer information at each of your stores. Used to analyse repeat customers and basket analysis.
Request
Body Params application/json
[
{
"customer_store_code": "string",
"customer_id": "string",
"store_id": "string",
"is_store": true,
"store_as_customer": "string",
"customer_phone": "string",
"customer_name": "string"
}
]
Request Code Samples
curl --location --request POST 'https://test.your-api-server.com/master/customer_master/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"customer_store_code": "string",
"customer_id": "string",
"store_id": "string",
"is_store": true,
"store_as_customer": "string",
"customer_phone": "string",
"customer_name": "string"
}
]'
Responses
{
"status": "string",
"message": "string"
}
Modified at 2025-02-10 12:39:04