rewards_participants
- POST rewards_participants/disable_spend_blocking — This method disables a rewards participant's spend requests blocking. A single rewards participant can be modified in each call.
- POST rewards_participants/terminate — This method terminates a rewards participant. A single rewards participant can be terminated in each call.
- POST rewards_participants/show — This method returns information related with a rewards participants. A single rewards participant is returned by each call
- POST rewards_participants/enable_spend_blocking — This method enables a rewards participant's spend requests blocking. A single rewards participant can be modified in each call.
- POST rewards_participants/create — This method creates a rewards participant. Single rewards participants can be created by each call.
- POST rewards_participants/update — This method updates rewards participants. A single rewards participant can be updated by each call. Fields which are not specified are not updated at all. Fields which are specified as null will be set as null.
- rewards_participants/configuration
- GET rewards_participants/configuration/reward_schemes/list — This method returns the effective reward schemes that are allowed to be provided to rewards participants. Multiple reward schemes are returned by each call. Note that only effective reward schemes are retrieved.
- POST rewards_participants/calculate_total_awarded_amount — This method calculates the total awarded amount that was provided to a specific rewards participant and the amount that was awarded by each scheme that the rewards participant participated to. A single rewards participant can be specified in each call.
- GET rewards_participants/list — This method returns information related with rewards participants. Multiple rewards participants are returned by each call