Add / Update Customer
To add patients with mobile number, name and address.
Last updated
To add patients with mobile number, name and address.
Last updated
{
"status_code": "1",
"status_message": "New Pharmacy Added Successfully",
"datetime": "2024-10-01 15:56:54",
"data": {
"chemist_id": "kg/N9s0A0Y03GXuiuo/Iqw==", // ID of newly added/existing B2B Chemist/Customer
"pharmacy_name": "Sharma Medical Store",
"pharmacist_name": "Sdsadasdsd",
"mobile": "1414141414",
"gstn_number": "10AKEPK5905A1ZZ",
"pan_no": "4445454588",
"area": "Motera",
"city": ""
}
}{
"status_code": "0",
"status_message": "Please enter valid GSTIN format",
"datetime": "2024-10-01 15:58:41",
"data": null
}