GET api/Employees/List?bankId={bankId}&pageSize={pageSize}&pageNumber={pageNumber}&getTerminated={getTerminated}&getInactive={getInactive}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bankId | string |
Required |
|
| pageSize | integer |
Required |
|
| pageNumber | integer |
Required |
|
| getTerminated | boolean |
Default value is False |
|
| getInactive | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.