GET API/Login/GetAlll

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Login
NameDescriptionTypeAdditional information
Username

string

None.

Emailid

string

None.

HotelImage

string

None.

Password

string

None.

Usergroup

string

None.

HotelCode

string

None.

HotelId

integer

None.

Userid

integer

None.

Str

string

None.

MasterHotelId

integer

None.

HotelType

string

None.

HotelName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Username": "sample string 1",
    "Emailid": "sample string 2",
    "HotelImage": "sample string 3",
    "Password": "sample string 4",
    "Usergroup": "sample string 5",
    "HotelCode": "sample string 6",
    "HotelId": 7,
    "Userid": 8,
    "Str": "sample string 9",
    "MasterHotelId": 10,
    "HotelType": "sample string 11",
    "HotelName": "sample string 12"
  },
  {
    "Username": "sample string 1",
    "Emailid": "sample string 2",
    "HotelImage": "sample string 3",
    "Password": "sample string 4",
    "Usergroup": "sample string 5",
    "HotelCode": "sample string 6",
    "HotelId": 7,
    "Userid": 8,
    "Str": "sample string 9",
    "MasterHotelId": 10,
    "HotelType": "sample string 11",
    "HotelName": "sample string 12"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HMSApi.Models">
  <Login>
    <Emailid>sample string 2</Emailid>
    <HotelCode>sample string 6</HotelCode>
    <HotelId>7</HotelId>
    <HotelImage>sample string 3</HotelImage>
    <HotelName>sample string 12</HotelName>
    <HotelType>sample string 11</HotelType>
    <MasterHotelId>10</MasterHotelId>
    <Password>sample string 4</Password>
    <Str>sample string 9</Str>
    <Usergroup>sample string 5</Usergroup>
    <Userid>8</Userid>
    <Username>sample string 1</Username>
  </Login>
  <Login>
    <Emailid>sample string 2</Emailid>
    <HotelCode>sample string 6</HotelCode>
    <HotelId>7</HotelId>
    <HotelImage>sample string 3</HotelImage>
    <HotelName>sample string 12</HotelName>
    <HotelType>sample string 11</HotelType>
    <MasterHotelId>10</MasterHotelId>
    <Password>sample string 4</Password>
    <Str>sample string 9</Str>
    <Usergroup>sample string 5</Usergroup>
    <Userid>8</Userid>
    <Username>sample string 1</Username>
  </Login>
</ArrayOfLogin>