Customer List
To get the patient details
Get Patient
POST
https://api.evitalrx.in/v1/b2b/b2b_customers
Request Body
Name | Type | Description |
---|---|---|
apikey* | String | Authentication token |
searchstring | String | Min: 3 char required, accepts: 1. pharmacy name 2.mobile number 3. area |
orderby | String | Field to order results by, accepts: 1. pharmacy_name (default) 2. net_credit 3. area |
order | String | Order direction, accepts: 1. asc (default) 2. desc |
Last updated