GET api/loyalty2/engine/club/enginetype/{engineType}/totalPoints

Gets the total points 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

NameDescriptionTypeAdditional 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 points of all members of a "Level-Engine" within a Club.

decimal number

Response Formats

application/json, text/json

Sample:
1.0

application/xml, text/xml

Sample:
<decimal xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</decimal>