POST Marketing
Request Information
URI Parameters
None.
Body Parameters
LoyaltyConfigurationBinding| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Disabled |
Disables all store reward programs at once |
date |
None. |
| MinimumOrderAmount |
Minimum order amount to be able to spend points |
decimal number |
None. |
| MaximumOrderPoints |
Minimum order points that can be spent by order. Used if greater than 0 |
integer |
None. |
| OrderAmountPercent |
Amount available for paying at checkout by points, %. Used if greater than 0 |
decimal number |
Range: inclusive between 0 and 1 |
| MinimumPointsBalance |
Minimum reward points balance to be available to redeem |
integer |
None. |
| MaximumPointsBalance |
Max points balance that can be accumulated by a Customer. Used if greater than 0, |
integer |
None. |
| CouponsOff |
Excludes coupons |
boolean |
None. |
| Lang | string |
None. |
|
| StoreID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Disabled": "2025-12-06T05:41:49.1749491+01:00",
"MinimumOrderAmount": 2.0,
"MaximumOrderPoints": 3,
"OrderAmountPercent": 4.0,
"MinimumPointsBalance": 5,
"MaximumPointsBalance": 6,
"CouponsOff": true,
"Lang": "sample string 8",
"StoreID": 9
}
application/xml, text/xml
Sample:
<LoyaltyConfigurationBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Binding.Marketing"> <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">sample string 8</Lang> <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">9</StoreID> <CouponsOff>true</CouponsOff> <Disabled>2025-12-06T05:41:49.1749491+01:00</Disabled> <ID>1</ID> <MaximumOrderPoints>3</MaximumOrderPoints> <MaximumPointsBalance>6</MaximumPointsBalance> <MinimumOrderAmount>2</MinimumOrderAmount> <MinimumPointsBalance>5</MinimumPointsBalance> <OrderAmountPercent>4</OrderAmountPercent> </LoyaltyConfigurationBinding>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.