POST api/AreaFamous/GetFamousAllGroupNoticList
通知列表
Request Information
URI Parameters
None.
Body Parameters
FamousGInfoSearcher| Name | Description | Type | Additional information |
|---|---|---|---|
| FPID | integer |
None. |
|
| GID | integer |
None. |
|
| Type | integer |
None. |
|
| SearcherTitle | string |
None. |
|
| SubjectCode | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FPID": 1,
"GID": 2,
"Type": 3,
"SearcherTitle": "sample string 4",
"SubjectCode": "sample string 5",
"PageSize": 6,
"PageIndex": 7
}
application/xml, text/xml
Sample:
<FamousGInfoSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity"> <FPID>1</FPID> <GID>2</GID> <PageIndex>7</PageIndex> <PageSize>6</PageSize> <SearcherTitle>sample string 4</SearcherTitle> <SubjectCode>sample string 5</SubjectCode> <Type>3</Type> </FamousGInfoSearcher>
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. |