POST leads/getCommentsbyid/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

FilterComments
NameDescriptionTypeAdditional information
Keyword

string

None.

PageSize

integer

None.

CurrentPage

integer

None.

OrderIndex

integer

None.

Skip

integer

None.

Take

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Keyword": "sample string 1",
  "PageSize": 2,
  "CurrentPage": 3,
  "OrderIndex": 4,
  "Skip": 4,
  "Take": 2
}

application/xml, text/xml

Sample:
<FilterComments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.Business.Filters">
  <CurrentPage>3</CurrentPage>
  <OrderIndex>4</OrderIndex>
  <PageSize>2</PageSize>
  <Keyword>sample string 1</Keyword>
</FilterComments>

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.