POST api/member/GetMemberListForOutLine

Request Information

URI Parameters

None.

Body Parameters

GetMemberListForInputOutLine
NameDescriptionTypeAdditional information
SkipCount

integer

None.

MaxResultCount

integer

None.

Id

globally unique identifier

None.

Type

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SkipCount": 1,
  "MaxResultCount": 2,
  "Id": "994cfbfd-bffe-4f0f-948e-2cf661f8634f",
  "Type": 3
}

application/xml, text/xml

Sample:
<GetMemberListForInputOutLine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.Members.Dto">
  <Id>994cfbfd-bffe-4f0f-948e-2cf661f8634f</Id>
  <MaxResultCount>2</MaxResultCount>
  <SkipCount>1</SkipCount>
  <Type>3</Type>
</GetMemberListForInputOutLine>

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.