POST api/AreaFamous/GetActivityStepCommentList

获取参加活动列表

Request Information

URI Parameters

None.

Body Parameters

ActivityStepCommentSearcher
NameDescriptionTypeAdditional information
ASID

integer

None.

UserID

integer

None.

PageSize

integer

None.

PageIndex

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ASID": 1,
  "UserID": 2,
  "PageSize": 3,
  "PageIndex": 4
}

application/xml, text/xml

Sample:
<ActivityStepCommentSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area">
  <ASID>1</ASID>
  <PageIndex>4</PageIndex>
  <PageSize>3</PageSize>
  <UserID>2</UserID>
</ActivityStepCommentSearcher>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.