POST api/News/GetDepartment
Request Information
URI Parameters
None.
Body Parameters
GetReportType_Par| Name | Description | Type | Additional information |
|---|---|---|---|
| pageIndex | integer |
Required |
|
| pageSize | integer |
Required |
|
| DepartmentName | string |
Required |
|
| AppTypeName | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"pageIndex": 1,
"pageSize": 2,
"DepartmentName": "sample string 3",
"AppTypeName": "sample string 4"
}
application/xml, text/xml
Sample:
<GetReportType_Par xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.News.ParameterModel"> <AppTypeName>sample string 4</AppTypeName> <DepartmentName>sample string 3</DepartmentName> <pageIndex>1</pageIndex> <pageSize>2</pageSize> </GetReportType_Par>
application/x-www-form-urlencoded
Sample:
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. |