POST SpecialityAPI/Index_Site
Request Information
URI Parameters
None.
Body Parameters
Req_Speciality_Index_Site| Name | Description | Type | Additional information |
|---|---|---|---|
| PageNo | string |
None. |
|
| PerPage | string |
None. |
|
| Keyword | string |
None. |
|
| SortColumn | string |
None. |
|
| SortOrder | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageNo": "sample string 1",
"PerPage": "sample string 2",
"Keyword": "sample string 3",
"SortColumn": "sample string 4",
"SortOrder": "sample string 5"
}
text/html
Sample:
{"PageNo":"sample string 1","PerPage":"sample string 2","Keyword":"sample string 3","SortColumn":"sample string 4","SortOrder":"sample string 5"}
text/xml
Sample:
<Req_Speciality_Index_Site xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CounselingAPI01.Models"> <Keyword>sample string 3</Keyword> <PageNo>sample string 1</PageNo> <PerPage>sample string 2</PerPage> <SortColumn>sample string 4</SortColumn> <SortOrder>sample string 5</SortOrder> </Req_Speciality_Index_Site>
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. |