GET api/customers/getforpmsroom/{property}/{room}/{reservationid}/{propertyid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| property | string |
Required |
|
| room | string |
Required |
|
| reservationid | string |
Required |
|
| propertyid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Customer| Name | Description | Type | Additional information |
|---|---|---|---|
| Label | string |
None. |
|
| CustomerName | string |
None. |
|
| CustomerSurname | string |
None. |
|
| Address | string |
None. |
|
| Town | string |
None. |
|
| Country | string |
None. |
|
| ZipCode | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| PMSProperty | string |
None. |
|
| PMSRoom | string |
None. |
|
| PMSGuestName | string |
None. |
|
| PMSAccount | string |
None. |
|
| PMSArrivalDate | date |
None. |
|
| PMSDepartureDate | date |
None. |
|
| BirthDate | string |
None. |
|
| FolderId | integer |
None. |
|
| FolderAlias | string |
None. |
|
| CustomerId | integer |
None. |
|
| FolderNotes | string |
None. |
|
| MemberId | string |
None. |
|
| ActivationDate | date |
None. |
|
| CustomerTypeId | integer |
None. |
|
| PropertyId | integer |
None. |
|
| LanguageId | integer |
None. |
|
| AcceptsMarketingEmails | boolean |
None. |
|
| AcceptsOperationEmails | boolean |
None. |
|
| Gender | integer |
None. |
|
| GoogleUserId | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Label": "sample string 1",
"CustomerName": "sample string 2",
"CustomerSurname": "sample string 3",
"Address": "sample string 4",
"Town": "sample string 5",
"Country": "sample string 6",
"ZipCode": "sample string 7",
"Email": "sample string 8",
"Phone": "sample string 9",
"PMSProperty": "sample string 10",
"PMSRoom": "sample string 11",
"PMSGuestName": "sample string 12",
"PMSAccount": "sample string 13",
"PMSArrivalDate": "2025-11-02T05:04:06.3334903+02:00",
"PMSDepartureDate": "2025-11-02T05:04:06.3334903+02:00",
"BirthDate": "sample string 16",
"FolderId": 17,
"FolderAlias": "sample string 18",
"CustomerId": 19,
"FolderNotes": "sample string 20",
"MemberId": "sample string 21",
"ActivationDate": "2025-11-02T05:04:06.3334903+02:00",
"CustomerTypeId": 23,
"PropertyId": 24,
"LanguageId": 25,
"AcceptsMarketingEmails": true,
"AcceptsOperationEmails": true,
"Gender": 28,
"GoogleUserId": "sample string 29"
},
{
"Label": "sample string 1",
"CustomerName": "sample string 2",
"CustomerSurname": "sample string 3",
"Address": "sample string 4",
"Town": "sample string 5",
"Country": "sample string 6",
"ZipCode": "sample string 7",
"Email": "sample string 8",
"Phone": "sample string 9",
"PMSProperty": "sample string 10",
"PMSRoom": "sample string 11",
"PMSGuestName": "sample string 12",
"PMSAccount": "sample string 13",
"PMSArrivalDate": "2025-11-02T05:04:06.3334903+02:00",
"PMSDepartureDate": "2025-11-02T05:04:06.3334903+02:00",
"BirthDate": "sample string 16",
"FolderId": 17,
"FolderAlias": "sample string 18",
"CustomerId": 19,
"FolderNotes": "sample string 20",
"MemberId": "sample string 21",
"ActivationDate": "2025-11-02T05:04:06.3334903+02:00",
"CustomerTypeId": 23,
"PropertyId": 24,
"LanguageId": 25,
"AcceptsMarketingEmails": true,
"AcceptsOperationEmails": true,
"Gender": 28,
"GoogleUserId": "sample string 29"
}
]
application/xml, text/xml
Sample:
<ArrayOfCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models">
<Customer>
<AcceptsMarketingEmails>true</AcceptsMarketingEmails>
<AcceptsOperationEmails>true</AcceptsOperationEmails>
<ActivationDate>2025-11-02T05:04:06.3334903+02:00</ActivationDate>
<Address>sample string 4</Address>
<BirthDate>sample string 16</BirthDate>
<Country>sample string 6</Country>
<CustomerId>19</CustomerId>
<CustomerName>sample string 2</CustomerName>
<CustomerSurname>sample string 3</CustomerSurname>
<CustomerTypeId>23</CustomerTypeId>
<Email>sample string 8</Email>
<FolderAlias>sample string 18</FolderAlias>
<FolderId>17</FolderId>
<FolderNotes>sample string 20</FolderNotes>
<Gender>28</Gender>
<GoogleUserId>sample string 29</GoogleUserId>
<Label>sample string 1</Label>
<LanguageId>25</LanguageId>
<MemberId>sample string 21</MemberId>
<PMSAccount>sample string 13</PMSAccount>
<PMSArrivalDate>2025-11-02T05:04:06.3334903+02:00</PMSArrivalDate>
<PMSDepartureDate>2025-11-02T05:04:06.3334903+02:00</PMSDepartureDate>
<PMSGuestName>sample string 12</PMSGuestName>
<PMSProperty>sample string 10</PMSProperty>
<PMSRoom>sample string 11</PMSRoom>
<Phone>sample string 9</Phone>
<PropertyId>24</PropertyId>
<Town>sample string 5</Town>
<ZipCode>sample string 7</ZipCode>
</Customer>
<Customer>
<AcceptsMarketingEmails>true</AcceptsMarketingEmails>
<AcceptsOperationEmails>true</AcceptsOperationEmails>
<ActivationDate>2025-11-02T05:04:06.3334903+02:00</ActivationDate>
<Address>sample string 4</Address>
<BirthDate>sample string 16</BirthDate>
<Country>sample string 6</Country>
<CustomerId>19</CustomerId>
<CustomerName>sample string 2</CustomerName>
<CustomerSurname>sample string 3</CustomerSurname>
<CustomerTypeId>23</CustomerTypeId>
<Email>sample string 8</Email>
<FolderAlias>sample string 18</FolderAlias>
<FolderId>17</FolderId>
<FolderNotes>sample string 20</FolderNotes>
<Gender>28</Gender>
<GoogleUserId>sample string 29</GoogleUserId>
<Label>sample string 1</Label>
<LanguageId>25</LanguageId>
<MemberId>sample string 21</MemberId>
<PMSAccount>sample string 13</PMSAccount>
<PMSArrivalDate>2025-11-02T05:04:06.3334903+02:00</PMSArrivalDate>
<PMSDepartureDate>2025-11-02T05:04:06.3334903+02:00</PMSDepartureDate>
<PMSGuestName>sample string 12</PMSGuestName>
<PMSProperty>sample string 10</PMSProperty>
<PMSRoom>sample string 11</PMSRoom>
<Phone>sample string 9</Phone>
<PropertyId>24</PropertyId>
<Town>sample string 5</Town>
<ZipCode>sample string 7</ZipCode>
</Customer>
</ArrayOfCustomer>