Sales Details
Validate Shop Limit Request Status
URL
sales/route_salesdetails
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 | GmoijQxbdJWygryNmcJAEvuGSRFFQh4u | Key obtained from authentiaction. |
Response Values
| Name | Data Type | Min Length | Max Length | M/O | Sample Value | Comments |
|---|---|---|---|---|---|---|
| details | Array | M | ||||
| customer | String | M | ||||
| product | String | M | ||||
| qty | Decimal | M | ||||
| srate | Decimal | M | ||||
| gprate | String | M | ||||
| itemcode | Integer | M |
Sample Request
{
"key": "QH7LlQ3wQMK9oYEKjeG5QOIVJQT4emeq"
}
Sample Success Response
{
"details": [
{
"customer": "",
"product": "",
"qty": "",
"srate": "",
"gprate": "",
"itemcode": ""
}
],
"e": 200,
"msg": "Success"
}