POST api/AreaZXProjectAbility/GetUserAbilityUserQuotaList
微能力评审
Request Information
URI Parameters
None.
Body Parameters
ProjectAbilityUserQuotaSearcher| Name | Description | Type | Additional information |
|---|---|---|---|
| ZXPAID | integer |
None. |
|
| UserID | integer |
None. |
|
| TrueName | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ZXPAID": 1,
"UserID": 2,
"TrueName": "sample string 3",
"PageSize": 4,
"PageIndex": 5
}
application/xml, text/xml
Sample:
<Searcher.ProjectAbilityUserQuotaSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.ZXAbility"> <PageIndex>5</PageIndex> <PageSize>4</PageSize> <TrueName>sample string 3</TrueName> <UserID>2</UserID> <ZXPAID>1</ZXPAID> </Searcher.ProjectAbilityUserQuotaSearcher>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |