POST api/Patients/GetPatientsList

Request Information

URI Parameters

None.

Body Parameters

Collection of SearchPatientModel
NameDescriptionTypeAdditional information
AccountRoom

AccountRoomModel

None.

EntityKey

string

None.

KeyWord

string

None.

Page

integer

None.

PageSize

integer

None.

SearchBy

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "AccountRoom": {
      "AccountKey": "sample string 1",
      "RoomKey": "sample string 2"
    },
    "EntityKey": "sample string 1",
    "KeyWord": "sample string 2",
    "Page": 3,
    "PageSize": 4,
    "SearchBy": 5
  },
  {
    "AccountRoom": {
      "AccountKey": "sample string 1",
      "RoomKey": "sample string 2"
    },
    "EntityKey": "sample string 1",
    "KeyWord": "sample string 2",
    "Page": 3,
    "PageSize": 4,
    "SearchBy": 5
  }
]

application/xml, text/xml

Sample:
<ArrayOfSearchPatientModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Patients.Models">
  <SearchPatientModel>
    <AccountRoom>
      <AccountKey>sample string 1</AccountKey>
      <RoomKey>sample string 2</RoomKey>
    </AccountRoom>
    <EntityKey>sample string 1</EntityKey>
    <KeyWord>sample string 2</KeyWord>
    <Page>3</Page>
    <PageSize>4</PageSize>
    <SearchBy>5</SearchBy>
  </SearchPatientModel>
  <SearchPatientModel>
    <AccountRoom>
      <AccountKey>sample string 1</AccountKey>
      <RoomKey>sample string 2</RoomKey>
    </AccountRoom>
    <EntityKey>sample string 1</EntityKey>
    <KeyWord>sample string 2</KeyWord>
    <Page>3</Page>
    <PageSize>4</PageSize>
    <SearchBy>5</SearchBy>
  </SearchPatientModel>
</ArrayOfSearchPatientModel>

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.