GET api/pmsservices/getpmsaccommodations/{date}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
date

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PMSAccommodation
NameDescriptionTypeAdditional information
CFPrId

integer

None.

FolderId

integer

None.

FolderAlias

string

None.

ProductId

integer

None.

ProductDescription

string

None.

PriceListId

integer

None.

PriceListDescription

string

None.

Price

decimal number

None.

State

FolderProductStates

None.

StartDate

string

None.

EndDate

string

None.

Quantity

decimal number

None.

DiscountPercent

decimal number

None.

DiscountValue

decimal number

None.

TotalPrice

decimal number

None.

PayoutValue

decimal number

None.

Key

string

None.

CreationDate

date

None.

Notes

string

None.

Duration

integer

None.

FinancialState

RPlFinancialState

None.

ECHId

integer

None.

SaleTypeId

integer

None.

SaleTypeDescription

string

None.

TotalCharged

decimal number

None.

PaymentBalance

decimal number

None.

ChargeBalance

decimal number

None.

LeaderId

integer

None.

LeaderDescription

string

None.

TotalPaid

decimal number

None.

PersonId

integer

None.

IsMaison

boolean

None.

PersonSurname

string

None.

PersonName

string

None.

PersonFullName

string

None.

PersonFatherName

string

None.

PersonPhone1

string

None.

PersonPhone2

string

None.

PersonMobilePhone

string

None.

PersonEmail

string

None.

IsHidden

boolean

None.

VATPercent

decimal number

None.

PayerId

integer

None.

MemberId

integer

None.

IndvTypeId

integer

None.

IndvTypeDescription

string

None.

PMSRoom

string

None.

CheckInState

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CFPrId": 1,
    "FolderId": 2,
    "FolderAlias": "sample string 3",
    "ProductId": 4,
    "ProductDescription": "sample string 5",
    "PriceListId": 6,
    "PriceListDescription": "sample string 7",
    "Price": 8.1,
    "State": 0,
    "StartDate": "sample string 9",
    "EndDate": "sample string 10",
    "Quantity": 11.1,
    "DiscountPercent": 12.1,
    "DiscountValue": 13.1,
    "TotalPrice": 14.1,
    "PayoutValue": 15.1,
    "Key": "sample string 16",
    "CreationDate": "2025-05-04T20:36:05.0017274+03:00",
    "Notes": "sample string 18",
    "Duration": 19,
    "FinancialState": 0,
    "ECHId": 20,
    "SaleTypeId": 21,
    "SaleTypeDescription": "sample string 22",
    "TotalCharged": 23.1,
    "PaymentBalance": 24.1,
    "ChargeBalance": 25.1,
    "LeaderId": 26,
    "LeaderDescription": "sample string 27",
    "TotalPaid": 28.1,
    "PersonId": 29,
    "IsMaison": true,
    "PersonSurname": "sample string 31",
    "PersonName": "sample string 32",
    "PersonFullName": "sample string 33",
    "PersonFatherName": "sample string 34",
    "PersonPhone1": "sample string 35",
    "PersonPhone2": "sample string 36",
    "PersonMobilePhone": "sample string 37",
    "PersonEmail": "sample string 38",
    "IsHidden": true,
    "VATPercent": 40.1,
    "PayerId": 41,
    "MemberId": 42,
    "IndvTypeId": 43,
    "IndvTypeDescription": "sample string 44",
    "PMSRoom": "sample string 45",
    "CheckInState": "sample string 46"
  },
  {
    "CFPrId": 1,
    "FolderId": 2,
    "FolderAlias": "sample string 3",
    "ProductId": 4,
    "ProductDescription": "sample string 5",
    "PriceListId": 6,
    "PriceListDescription": "sample string 7",
    "Price": 8.1,
    "State": 0,
    "StartDate": "sample string 9",
    "EndDate": "sample string 10",
    "Quantity": 11.1,
    "DiscountPercent": 12.1,
    "DiscountValue": 13.1,
    "TotalPrice": 14.1,
    "PayoutValue": 15.1,
    "Key": "sample string 16",
    "CreationDate": "2025-05-04T20:36:05.0017274+03:00",
    "Notes": "sample string 18",
    "Duration": 19,
    "FinancialState": 0,
    "ECHId": 20,
    "SaleTypeId": 21,
    "SaleTypeDescription": "sample string 22",
    "TotalCharged": 23.1,
    "PaymentBalance": 24.1,
    "ChargeBalance": 25.1,
    "LeaderId": 26,
    "LeaderDescription": "sample string 27",
    "TotalPaid": 28.1,
    "PersonId": 29,
    "IsMaison": true,
    "PersonSurname": "sample string 31",
    "PersonName": "sample string 32",
    "PersonFullName": "sample string 33",
    "PersonFatherName": "sample string 34",
    "PersonPhone1": "sample string 35",
    "PersonPhone2": "sample string 36",
    "PersonMobilePhone": "sample string 37",
    "PersonEmail": "sample string 38",
    "IsHidden": true,
    "VATPercent": 40.1,
    "PayerId": 41,
    "MemberId": 42,
    "IndvTypeId": 43,
    "IndvTypeDescription": "sample string 44",
    "PMSRoom": "sample string 45",
    "CheckInState": "sample string 46"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPMSAccommodation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models">
  <PMSAccommodation>
    <CFPrId>1</CFPrId>
    <ChargeBalance>25.1</ChargeBalance>
    <CheckInState>sample string 46</CheckInState>
    <CreationDate>2025-05-04T20:36:05.0017274+03:00</CreationDate>
    <DiscountPercent>12.1</DiscountPercent>
    <DiscountValue>13.1</DiscountValue>
    <Duration>19</Duration>
    <ECHId>20</ECHId>
    <EndDate>sample string 10</EndDate>
    <FinancialState>NOFIST_</FinancialState>
    <FolderAlias>sample string 3</FolderAlias>
    <FolderId>2</FolderId>
    <IndvTypeDescription>sample string 44</IndvTypeDescription>
    <IndvTypeId>43</IndvTypeId>
    <IsHidden>true</IsHidden>
    <IsMaison>true</IsMaison>
    <Key>sample string 16</Key>
    <LeaderDescription>sample string 27</LeaderDescription>
    <LeaderId>26</LeaderId>
    <MemberId>42</MemberId>
    <Notes>sample string 18</Notes>
    <PMSRoom>sample string 45</PMSRoom>
    <PayerId>41</PayerId>
    <PaymentBalance>24.1</PaymentBalance>
    <PayoutValue>15.1</PayoutValue>
    <PersonEmail>sample string 38</PersonEmail>
    <PersonFatherName>sample string 34</PersonFatherName>
    <PersonFullName>sample string 33</PersonFullName>
    <PersonId>29</PersonId>
    <PersonMobilePhone>sample string 37</PersonMobilePhone>
    <PersonName>sample string 32</PersonName>
    <PersonPhone1>sample string 35</PersonPhone1>
    <PersonPhone2>sample string 36</PersonPhone2>
    <PersonSurname>sample string 31</PersonSurname>
    <Price>8.1</Price>
    <PriceListDescription>sample string 7</PriceListDescription>
    <PriceListId>6</PriceListId>
    <ProductDescription>sample string 5</ProductDescription>
    <ProductId>4</ProductId>
    <Quantity>11.1</Quantity>
    <SaleTypeDescription>sample string 22</SaleTypeDescription>
    <SaleTypeId>21</SaleTypeId>
    <StartDate>sample string 9</StartDate>
    <State>CFP_CANCELLED</State>
    <TotalCharged>23.1</TotalCharged>
    <TotalPaid>28.1</TotalPaid>
    <TotalPrice>14.1</TotalPrice>
    <VATPercent>40.1</VATPercent>
  </PMSAccommodation>
  <PMSAccommodation>
    <CFPrId>1</CFPrId>
    <ChargeBalance>25.1</ChargeBalance>
    <CheckInState>sample string 46</CheckInState>
    <CreationDate>2025-05-04T20:36:05.0017274+03:00</CreationDate>
    <DiscountPercent>12.1</DiscountPercent>
    <DiscountValue>13.1</DiscountValue>
    <Duration>19</Duration>
    <ECHId>20</ECHId>
    <EndDate>sample string 10</EndDate>
    <FinancialState>NOFIST_</FinancialState>
    <FolderAlias>sample string 3</FolderAlias>
    <FolderId>2</FolderId>
    <IndvTypeDescription>sample string 44</IndvTypeDescription>
    <IndvTypeId>43</IndvTypeId>
    <IsHidden>true</IsHidden>
    <IsMaison>true</IsMaison>
    <Key>sample string 16</Key>
    <LeaderDescription>sample string 27</LeaderDescription>
    <LeaderId>26</LeaderId>
    <MemberId>42</MemberId>
    <Notes>sample string 18</Notes>
    <PMSRoom>sample string 45</PMSRoom>
    <PayerId>41</PayerId>
    <PaymentBalance>24.1</PaymentBalance>
    <PayoutValue>15.1</PayoutValue>
    <PersonEmail>sample string 38</PersonEmail>
    <PersonFatherName>sample string 34</PersonFatherName>
    <PersonFullName>sample string 33</PersonFullName>
    <PersonId>29</PersonId>
    <PersonMobilePhone>sample string 37</PersonMobilePhone>
    <PersonName>sample string 32</PersonName>
    <PersonPhone1>sample string 35</PersonPhone1>
    <PersonPhone2>sample string 36</PersonPhone2>
    <PersonSurname>sample string 31</PersonSurname>
    <Price>8.1</Price>
    <PriceListDescription>sample string 7</PriceListDescription>
    <PriceListId>6</PriceListId>
    <ProductDescription>sample string 5</ProductDescription>
    <ProductId>4</ProductId>
    <Quantity>11.1</Quantity>
    <SaleTypeDescription>sample string 22</SaleTypeDescription>
    <SaleTypeId>21</SaleTypeId>
    <StartDate>sample string 9</StartDate>
    <State>CFP_CANCELLED</State>
    <TotalCharged>23.1</TotalCharged>
    <TotalPaid>28.1</TotalPaid>
    <TotalPrice>14.1</TotalPrice>
    <VATPercent>40.1</VATPercent>
  </PMSAccommodation>
</ArrayOfPMSAccommodation>