POST api/integral/GetOrgIntegralListForUser

Request Information

URI Parameters

None.

Body Parameters

GetOrgIntegralInput
NameDescriptionTypeAdditional information
MemberId

globally unique identifier

None.

IntegralType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MemberId": "b7462b3b-7086-4b34-9935-5d3c14b472a1",
  "IntegralType": 1
}

application/xml, text/xml

Sample:
<GetOrgIntegralInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.Integral.Dto">
  <IntegralType>1</IntegralType>
  <MemberId>b7462b3b-7086-4b34-9935-5d3c14b472a1</MemberId>
</GetOrgIntegralInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.