Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 879 Bytes

LoyaltiesTiersEarningRulesListResponseBody.md

File metadata and controls

33 lines (17 loc) · 879 Bytes

LoyaltiesTiersEarningRulesListResponseBody

Response body schema for GET v1/loyalties/{campaignId}/tiers/{loyaltyTierId}/earning-rules.

Properties

Name Type Description
_object ObjectEnum The type of the object represented by JSON. This object stores information about earning rules in a dictionary.
dataRef DataRefEnum Identifies the name of the attribute that contains the array of earning rule objects.
data List<EarningRule> Contains array of earning rule objects.
total Integer Total number of earning rule objects.

Enum: ObjectEnum

Name Value
LIST "list"

Enum: DataRefEnum

Name Value
DATA "data"