GET V2/Points

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MemberAccountView
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

MemberId

string

None.

MemberName

string

None.

MemberEmail

string

None.

MemberGroupId

integer

None.

MemberGroupName

string

None.

TotalPoints

decimal number

None.

TotalExpense

decimal number

None.

PromotionCode

string

None.

LevelId

integer

None.

LevelName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "789c53c0-02c2-4aea-8c9a-d4df4ebf6e62",
  "MemberId": "sample string 2",
  "MemberName": "sample string 3",
  "MemberEmail": "sample string 4",
  "MemberGroupId": 5,
  "MemberGroupName": "sample string 6",
  "TotalPoints": 7.0,
  "TotalExpense": 8.0,
  "PromotionCode": "sample string 9",
  "LevelId": 10,
  "LevelName": "sample string 11"
}