Shop Limit Override Request
Shop Limit Save API
URL
sales/shoplimitoverride_request
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 | tv384PYQoyD4dh3ZjopHlequ22iA0bV8 | Key obtained from authentiaction. |
| reqdate | String | M | 2025-09-09 | reqdate | ||
| reqperiodstring | String | M | 09/09/2025 - 20/09/2025 | |||
| periodfrom | String | M | 2025-09-09 | |||
| periodto | String | M | 2025-09-15 | |||
| deviceid | String | M | 123 |
Response Values
| Name | Data Type | Min Length | Max Length | M/O | Sample Value | Comments |
|---|---|---|---|---|---|---|
| status | String | M | Success | |||
| statuscode | String | M | N |
Sample Request
{
"key": "QH7LlQ3wQMK9oYEKjeG5QOIVJQT4emeq",
"reqdate": "2025-09-09",
"reqperiodstring": "09/09/2025 - 20/09/2025",
"periodfrom": "2025-09-09",
"periodto": "2025-09-15",
"deviceid": "123"
}
Sample Success Response
{
"status": "Success",
"statuscode": "N",
"e": 200,
"msg": "Success"
}