POST services/api/v1/Save_LoyalityDeptSettings
Request Information
URI Parameters
None.
Body Parameters
Collection of LoyalityDeptSettings_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| MinAmt | integer |
None. |
|
| Loyaltypc | decimal number |
None. |
|
| Selected | boolean |
None. |
|
| CalculationBasedOnBrand | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"MinAmt": 3,
"Loyaltypc": 4.1,
"Selected": true,
"CalculationBasedOnBrand": true
},
{
"Id": 1,
"Name": "sample string 2",
"MinAmt": 3,
"Loyaltypc": 4.1,
"Selected": true,
"CalculationBasedOnBrand": true
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LoyalityDeptSettings_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| MinAmt | integer |
None. |
|
| Loyaltypc | decimal number |
None. |
|
| Selected | boolean |
None. |
|
| CalculationBasedOnBrand | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"MinAmt": 3,
"Loyaltypc": 4.1,
"Selected": true,
"CalculationBasedOnBrand": true
}