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