POST api/integral/GetIntegralDetailForUser
Request Information
URI Parameters
None.
Body Parameters
GetIntegralDetailInput| Name | Description | Type | Additional information |
|---|---|---|---|
| SkipCount | integer |
None. |
|
| MaxResultCount | integer |
None. |
|
| OrgId | globally unique identifier |
None. |
|
| MemberId | globally unique identifier |
None. |
|
| UserId | integer |
None. |
|
| Type | IntegralType |
None. |
Request Formats
application/json, text/json
Sample:
{
"SkipCount": 1,
"MaxResultCount": 2,
"OrgId": "eb858b0d-0176-403b-bcf9-a60e2b036742",
"MemberId": "771c9d67-2a8e-428f-a5f1-9cb536cc0a52",
"UserId": 4,
"Type": 0
}
application/xml, text/xml
Sample:
<GetIntegralDetailInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.Integral.Dto"> <MaxResultCount>2</MaxResultCount> <MemberId>771c9d67-2a8e-428f-a5f1-9cb536cc0a52</MemberId> <OrgId>eb858b0d-0176-403b-bcf9-a60e2b036742</OrgId> <SkipCount>1</SkipCount> <Type>宣传员任务积分</Type> <UserId>4</UserId> </GetIntegralDetailInput>
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.