GET PointStamp/Get?MemberId={MemberId}
Get List Of PointStamp by ParentID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
MemberId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfListOfPointStampModelName | Description | Type | Additional information |
---|---|---|---|
StatusCode | string |
None. |
|
StatusMessage | string |
None. |
|
Value | Collection of PointStampModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": "sample string 1", "StatusMessage": "sample string 2", "Value": [ { "ID": 1, "MemberID": 2, "PointsGenerated": 3, "PointUsed": 4, "Stamp": 5, "Point": 6 }, { "ID": 1, "MemberID": 2, "PointsGenerated": 3, "PointUsed": 4, "Stamp": 5, "Point": 6 } ] }