Loyalty Cross Brands
Description¶
The loyaltyCrossBrands
endpoint is used to retrieves a list of partner brands associated with the Loyalty Rewards Program within the System.
Request¶
Endpoint¶
/ui/v1/loyaltyCrossBrands
Method¶
POST
Header¶
Content-Type: application/json
Response¶
{
"records": [
{
"id": 1,
"createdDateTime": 1642191464000,
"lastUpdatedDateTime": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 404,
"lastModifiedUserId": 540,
"crossBrandName": "2000",
"rewardsProgramName": "fagfgsfd",
"merchantBrandPoints": 2,
"crossBrandPoints": 2,
"crossBrandStatus": {
"value": "Active",
"name": "ACTIVE"
},
"minimumTransferPoints": 11,
"maxTransferPointsPerYear": 111,
"flatTransferFees": {
"amount": null,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1733858673000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"transferFeesPerPoint": {
"amount": null,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1733858673000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"maxTransferFees": {
"amount": null,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1733858673000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"payFeeWithPoints": null,
"merchantId": 1,
"createdUserName": null,
"message": null
}
],
"recordCount": null,
"message": null
}
Updated As Of Version 6.6.x