POST api/integral/GetIntegralDetailForAffMember
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": "b42369db-0227-427c-959e-3a875f59a736",
"MemberId": "295243df-d514-45b7-bffe-bb7d0503c4b9",
"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>295243df-d514-45b7-bffe-bb7d0503c4b9</MemberId> <OrgId>b42369db-0227-427c-959e-3a875f59a736</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.