GET api/WebInterface/ValuePointRec/Member/Query/ById?memberid={memberid}&pageindex={pageindex}
获取某个会员的积分账户明细
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
memberid | integer |
Required |
|
pageindex | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
获取某个会员的积分账户明细
CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfValuePointRecResultName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | SimplePageDataWithNoCountResultOfValuePointRecResult |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": { "pageIndex": 1, "pageSize": 2, "hasMorePages": "sample string 3", "records": [ { "HYDM": 1, "CalStatus": "sample string 2", "BusiType": "sample string 3", "BusiBillNum": "sample string 4", "ChangeValue": 5, "ValuePointBeforeChange": 6, "ValuePointAfterChange": 7, "HappenTime": "2025-01-22T02:22:39.6839122+08:00", "CalTime": "2025-01-22T02:22:39.6839122+08:00" }, { "HYDM": 1, "CalStatus": "sample string 2", "BusiType": "sample string 3", "BusiBillNum": "sample string 4", "ChangeValue": 5, "ValuePointBeforeChange": 6, "ValuePointAfterChange": 7, "HappenTime": "2025-01-22T02:22:39.6839122+08:00", "CalTime": "2025-01-22T02:22:39.6839122+08:00" } ] } }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfValuePointRecResult90Z6Xn9GrCdCJ3eC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <tag> <hasMorePages>sample string 3</hasMorePages> <pageIndex>1</pageIndex> <pageSize>2</pageSize> <records xmlns:d3p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.WebInterface"> <d3p1:ValuePointRecResult> <d3p1:BusiBillNum>sample string 4</d3p1:BusiBillNum> <d3p1:BusiType>sample string 3</d3p1:BusiType> <d3p1:CalStatus>sample string 2</d3p1:CalStatus> <d3p1:CalTime>2025-01-22T02:22:39.6839122+08:00</d3p1:CalTime> <d3p1:ChangeValue>5</d3p1:ChangeValue> <d3p1:HYDM>1</d3p1:HYDM> <d3p1:HappenTime>2025-01-22T02:22:39.6839122+08:00</d3p1:HappenTime> <d3p1:ValuePointAfterChange>7</d3p1:ValuePointAfterChange> <d3p1:ValuePointBeforeChange>6</d3p1:ValuePointBeforeChange> </d3p1:ValuePointRecResult> <d3p1:ValuePointRecResult> <d3p1:BusiBillNum>sample string 4</d3p1:BusiBillNum> <d3p1:BusiType>sample string 3</d3p1:BusiType> <d3p1:CalStatus>sample string 2</d3p1:CalStatus> <d3p1:CalTime>2025-01-22T02:22:39.6839122+08:00</d3p1:CalTime> <d3p1:ChangeValue>5</d3p1:ChangeValue> <d3p1:HYDM>1</d3p1:HYDM> <d3p1:HappenTime>2025-01-22T02:22:39.6839122+08:00</d3p1:HappenTime> <d3p1:ValuePointAfterChange>7</d3p1:ValuePointAfterChange> <d3p1:ValuePointBeforeChange>6</d3p1:ValuePointBeforeChange> </d3p1:ValuePointRecResult> </records> </tag> </CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfValuePointRecResult90Z6Xn9GrCdCJ3eC>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.