Check Customer
To check customer is present in account table
URL
sales/check_customer
Method
POST
Request Media type
application/json
Response Media type
application/json
Request Parameters
Parameter | Data Type | Min | Max | M/O | Sample Value | Comments |
---|---|---|---|---|---|---|
key | String | 32 | 32 | M | SWvVnx9EqZ29PQKJqWocGbbobRXgf30A | Key obtained from authentiaction. |
custname | String | M | ANANDHU |
Response Values
Name | Data Type | Min Length | Max Length | M/O | Sample Value | Comments |
---|---|---|---|---|---|---|
status | String | M |
Sample Request
{
"key": "QH7LlQ3wQMK9oYEKjeG5QOIVJQT4emeq",
"custname": "ANANDHU"
}
Sample Success Response
{
"status": "",
"e": 200,
"msg": "Success"
}