POST Loyalty/Get_PredefinedData
Request Information
URI Parameters
None.
Body Parameters
PreDiscDtls| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| Name | string |
None. |
|
| DiscountPer | decimal number |
None. |
|
| CardNo | string |
None. |
|
| Locid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"Name": "sample string 2",
"DiscountPer": 3.0,
"CardNo": "sample string 4",
"Locid": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PreDiscDtls| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| Name | string |
None. |
|
| DiscountPer | decimal number |
None. |
|
| CardNo | string |
None. |
|
| Locid | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"Name": "sample string 2",
"DiscountPer": 3.0,
"CardNo": "sample string 4",
"Locid": 5
}