POST api/integral/GetIntegralList
Request Information
URI Parameters
None.
Body Parameters
GetIntegralListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| SkipCount | integer |
None. |
|
| MaxResultCount | integer |
None. |
|
| MemberId | globally unique identifier |
None. |
|
| OrgId | globally unique identifier |
None. |
|
| IntegralType | IntegralType |
None. |
Request Formats
application/json, text/json
Sample:
{
"SkipCount": 1,
"MaxResultCount": 2,
"MemberId": "a7bf124c-b8fb-4006-8107-7bd8286d0092",
"OrgId": "026b9152-86e4-4df0-b529-c6199488de19",
"IntegralType": 0
}
application/xml, text/xml
Sample:
<GetIntegralListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.Integral.Dto"> <IntegralType>宣传员任务积分</IntegralType> <MaxResultCount>2</MaxResultCount> <MemberId>a7bf124c-b8fb-4006-8107-7bd8286d0092</MemberId> <OrgId>026b9152-86e4-4df0-b529-c6199488de19</OrgId> <SkipCount>1</SkipCount> </GetIntegralListInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.