GET api/loyalty2/engine/club/enginetype/{engineType}/totalMoneyToUse
Gets the total money to use of all members of a "Level-Engine" within a Club. Note: This is an expensive call, which might take some time to return. Avoid high frequency usage.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
engineType |
The type identifier of the "Level-Engine" (e.g "DiscountLevelEngine" or "BonusLevelEngine"). |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The total money to use of all members of a "Level-Engine" within a Club.
decimal numberResponse Formats
application/json, text/json
Sample:
1.0
application/xml, text/xml
Sample:
<decimal xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</decimal>