POST api/integral/GetIntegralListForUser
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": "c1e85622-52c8-4f54-93a7-533c8bff2087",
"OrgId": "ce0ccfc4-98eb-4a91-865a-ef0556fce032",
"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>c1e85622-52c8-4f54-93a7-533c8bff2087</MemberId> <OrgId>ce0ccfc4-98eb-4a91-865a-ef0556fce032</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.