GET api/pmscustomer/GetInhouseWithoutRoom/{property}/{reservationid}/{alias}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| property | string | Required | |
| reservationid | string | Required | |
| alias | string | Required | 
Body Parameters
None.
Response Information
Resource Description
Person| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | integer | None. | |
| FolderId | integer | None. | |
| Alias | string | None. | |
| Name | string | None. | |
| Surname | string | None. | |
| string | None. | ||
| DateOfBirth | string | None. | |
| Language | string | None. | |
| Gender | GenderTypes | None. | |
| Phone | string | None. | |
| Password | string | None. | |
| PMSProperty | string | None. | |
| PMSRoom | string | None. | |
| PMSAccount | string | None. | |
| PMSReservationId | string | None. | |
| PMSDepartureDate | date | None. | |
| IsInhouse | boolean | None. | |
| LanguageId | integer | None. | |
| IndvTypeId | integer | None. | |
| AFM | string | None. | |
| ADT | string | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "Id": 1,
  "FolderId": 2,
  "Alias": "sample string 3",
  "Name": "sample string 4",
  "Surname": "sample string 5",
  "Email": "sample string 6",
  "DateOfBirth": "sample string 7",
  "Language": "sample string 8",
  "Gender": 0,
  "Phone": "sample string 9",
  "Password": "sample string 10",
  "PMSProperty": "sample string 11",
  "PMSRoom": "sample string 12",
  "PMSAccount": "sample string 13",
  "PMSReservationId": "sample string 14",
  "PMSDepartureDate": "2025-11-01T01:21:33.6838166+02:00",
  "IsInhouse": true,
  "LanguageId": 17,
  "IndvTypeId": 18,
  "AFM": "sample string 19",
  "ADT": "sample string 20"
}
        application/xml, text/xml
            Sample:
<Person xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models"> <ADT>sample string 20</ADT> <AFM>sample string 19</AFM> <Alias>sample string 3</Alias> <DateOfBirth>sample string 7</DateOfBirth> <Email>sample string 6</Email> <FolderId>2</FolderId> <Gender>NotDeclared</Gender> <Id>1</Id> <IndvTypeId>18</IndvTypeId> <IsInhouse>true</IsInhouse> <Language>sample string 8</Language> <LanguageId>17</LanguageId> <Name>sample string 4</Name> <PMSAccount>sample string 13</PMSAccount> <PMSDepartureDate>2025-11-01T01:21:33.6838166+02:00</PMSDepartureDate> <PMSProperty>sample string 11</PMSProperty> <PMSReservationId>sample string 14</PMSReservationId> <PMSRoom>sample string 12</PMSRoom> <Password>sample string 10</Password> <Phone>sample string 9</Phone> <Surname>sample string 5</Surname> </Person>