POST api/loyalty/config/redemption/add
Request Information
URI Parameters
None.
Body Parameters
Collection of LoyaltyRedemptionConfigEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| RedemptionConfigId | integer |
None. |
|
| PointsConvertable | decimal number |
None. |
|
| AmountToBeAdded | decimal number |
None. |
|
| Active | boolean |
None. |
|
| CreatedTime | date |
None. |
|
| UpdatedTime | date |
None. |
|
| VendorId | integer |
None. |
|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"RedemptionConfigId": 1,
"PointsConvertable": 2.0,
"AmountToBeAdded": 3.0,
"Active": true,
"CreatedTime": "2025-12-31T16:39:55.1429357+05:30",
"UpdatedTime": "2025-12-31T16:39:55.1429357+05:30",
"VendorId": 6,
"LocationId": 7
},
{
"RedemptionConfigId": 1,
"PointsConvertable": 2.0,
"AmountToBeAdded": 3.0,
"Active": true,
"CreatedTime": "2025-12-31T16:39:55.1429357+05:30",
"UpdatedTime": "2025-12-31T16:39:55.1429357+05:30",
"VendorId": 6,
"LocationId": 7
}
]
application/xml, text/xml
Sample:
<ArrayOfLoyaltyRedemptionConfigEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pos_crm_api_DAL.Entities">
<LoyaltyRedemptionConfigEntity>
<Active>true</Active>
<AmountToBeAdded>3</AmountToBeAdded>
<CreatedTime>2025-12-31T16:39:55.1429357+05:30</CreatedTime>
<LocationId>7</LocationId>
<PointsConvertable>2</PointsConvertable>
<RedemptionConfigId>1</RedemptionConfigId>
<UpdatedTime>2025-12-31T16:39:55.1429357+05:30</UpdatedTime>
<VendorId>6</VendorId>
</LoyaltyRedemptionConfigEntity>
<LoyaltyRedemptionConfigEntity>
<Active>true</Active>
<AmountToBeAdded>3</AmountToBeAdded>
<CreatedTime>2025-12-31T16:39:55.1429357+05:30</CreatedTime>
<LocationId>7</LocationId>
<PointsConvertable>2</PointsConvertable>
<RedemptionConfigId>1</RedemptionConfigId>
<UpdatedTime>2025-12-31T16:39:55.1429357+05:30</UpdatedTime>
<VendorId>6</VendorId>
</LoyaltyRedemptionConfigEntity>
</ArrayOfLoyaltyRedemptionConfigEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |