POST api/Employees/Search/{includeTerminated}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
includeTerminated

boolean

Default value is False

Body Parameters

Search
NameDescriptionTypeAdditional information
SearchValue

string

Required

String length: inclusive between 3 and 250

Prefix

string

String length: inclusive between 2 and 3

MaxLimit

integer

Matching regular expression pattern: [0-9]{1,}

Request Formats

application/json, text/json

Sample:
{
  "searchValue": "sample string 1",
  "prefix": "sample string 2",
  "maxLimit": 3
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.