POST api/Nurse/Search

Request Information

URI Parameters

None.

Body Parameters

NurseSearchOptions
NameDescriptionTypeAdditional information
skip

integer

None.

take

integer

None.

email

string

None.

username

string

None.

firstName

string

None.

lastName

string

None.

facilityId

Collection of integer

None.

committeeId

byte

None.

addressLine1

string

None.

communicationOptionId

Collection of integer

None.

designationId

Collection of byte

None.

districtId

Collection of integer

None.

zoneId

Collection of integer

None.

employerGroupId

Collection of byte

None.

employmentStatusId

Collection of byte

None.

employmentTypeId

Collection of byte

None.

facilityTypeId

Collection of byte

None.

localPositionId

Collection of integer

None.

tableOfficerPositionId

Collection of integer

None.

phone

string

None.

positionId

Collection of integer

None.

regionId

Collection of integer

None.

notes

string

None.

hasExternalData

string

None.

externalId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "skip": 1,
  "take": 2,
  "email": "sample string 3",
  "username": "sample string 4",
  "firstName": "sample string 5",
  "lastName": "sample string 6",
  "facilityId": [
    1,
    2
  ],
  "committeeId": 64,
  "addressLine1": "sample string 8",
  "communicationOptionId": [
    1,
    2
  ],
  "designationId": [
    64,
    64
  ],
  "districtId": [
    1,
    2
  ],
  "zoneId": [
    1,
    2
  ],
  "employerGroupId": [
    64,
    64
  ],
  "employmentStatusId": [
    64,
    64
  ],
  "employmentTypeId": [
    64,
    64
  ],
  "facilityTypeId": [
    64,
    64
  ],
  "localPositionId": [
    1,
    2
  ],
  "tableOfficerPositionId": [
    1,
    2
  ],
  "phone": "sample string 9",
  "positionId": [
    1,
    2
  ],
  "regionId": [
    1,
    2
  ],
  "notes": "sample string 10",
  "hasExternalData": "sample string 11",
  "externalId": "sample string 12"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.