POST api/advisee/getadvisors
Request Information
URI Parameters
None.
Body Parameters
FilterSearchAllAdvisorViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LattestAppointment | boolean |
None. |
|
| NameSearch | string |
None. |
|
| SortType | integer |
None. |
|
| CategoryId | integer |
None. |
|
| HourlyRate | decimal number |
None. |
|
| Descending | boolean |
None. |
|
| StatusFilter | integer |
None. |
|
| MinRate | decimal number |
None. |
|
| MaxRate | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"LattestAppointment": true,
"NameSearch": "sample string 2",
"SortType": 1,
"CategoryId": 3,
"HourlyRate": 1.1,
"Descending": true,
"StatusFilter": 5,
"MinRate": 1.1,
"MaxRate": 1.1
}
application/xml, text/xml
Sample:
<FilterSearchAllAdvisorViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Co.Kes.Data.ViewModels.CoKes"> <CategoryId>3</CategoryId> <Descending>true</Descending> <HourlyRate>1.1</HourlyRate> <LattestAppointment>true</LattestAppointment> <MaxRate>1.1</MaxRate> <MinRate>1.1</MinRate> <NameSearch>sample string 2</NameSearch> <SortType>1</SortType> <StatusFilter>5</StatusFilter> </FilterSearchAllAdvisorViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.