POST api/AreaZXProjectAbility/SearchZXProjectAbilityList

获取能力提升等级人员列表

Request Information

URI Parameters

None.

Body Parameters

ProjectAbilitySearcher
NameDescriptionTypeAdditional information
UserID

integer

None.

OrgID

integer

None.

ZXPAID

integer

None.

SearchName

string

None.

Type

integer

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "OrgID": 2,
  "ZXPAID": 3,
  "SearchName": "sample string 4",
  "Type": 5,
  "PageIndex": 6,
  "PageSize": 7
}

application/xml, text/xml

Sample:
<Searcher.ProjectAbilitySearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.ZX">
  <PageIndex>6</PageIndex>
  <PageSize>7</PageSize>
  <OrgID>2</OrgID>
  <SearchName>sample string 4</SearchName>
  <Type>5</Type>
  <UserID>1</UserID>
  <ZXPAID>3</ZXPAID>
</Searcher.ProjectAbilitySearcher>

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.