POST api/FolderProducts

Request Information

URI Parameters

None.

Body Parameters

Collection of ProductForSaleLine
NameDescriptionTypeAdditional information
Id

integer

None.

ProductId

integer

None.

ProdId

integer

None.

Quantity

decimal number

None.

ProductDescription

string

None.

ProductType

ProductTypes

None.

SaleTypeId

integer

None.

PriceListId

integer

None.

Price

decimal number

None.

DiscountPercent

decimal number

None.

DiscountValue

decimal number

None.

TotalPrice

decimal number

None.

VATPercent

decimal number

None.

VATValue

decimal number

None.

PayoutValue

decimal number

None.

IsHidden

boolean

None.

LeaderId

integer

None.

AssistantId

integer

None.

CFId

integer

None.

BookingSourceId

integer

None.

Notes

string

None.

ChargeMethod

ProductChargeMethod

None.

IsArrangement

boolean

None.

Duration

integer

None.

FreeWill

boolean

None.

NextChargeDate

date

None.

StartDate

date

None.

EndDate

date

None.

ProductRecommendationId

integer

None.

IsMaison

boolean

None.

IsForCouple

boolean

None.

ExtReference1

string

None.

ParentProdId

integer

None.

DiscountVoucherId

integer

None.

PromoCodeId

integer

None.

IsComponent

boolean

None.

SCListId

integer

None.

CampaignId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "ProductId": 2,
    "ProdId": 3,
    "Quantity": 4.1,
    "ProductDescription": "sample string 5",
    "ProductType": 0,
    "SaleTypeId": 6,
    "PriceListId": 7,
    "Price": 8.1,
    "DiscountPercent": 9.1,
    "DiscountValue": 10.1,
    "TotalPrice": 11.1,
    "VATPercent": 12.1,
    "VATValue": 13.1,
    "PayoutValue": 14.1,
    "IsHidden": true,
    "LeaderId": 16,
    "AssistantId": 17,
    "CFId": 18,
    "BookingSourceId": 19,
    "Notes": "sample string 20",
    "ChargeMethod": 0,
    "IsArrangement": true,
    "Duration": 22,
    "FreeWill": true,
    "NextChargeDate": "2025-05-04T14:29:28.6122844+03:00",
    "StartDate": "2025-05-04T14:29:28.6122844+03:00",
    "EndDate": "2025-05-04T14:29:28.6122844+03:00",
    "ProductRecommendationId": 27,
    "IsMaison": true,
    "IsForCouple": true,
    "ExtReference1": "sample string 30",
    "ParentProdId": 31,
    "DiscountVoucherId": 32,
    "PromoCodeId": 33,
    "IsComponent": true,
    "SCListId": 35,
    "CampaignId": 36
  },
  {
    "Id": 1,
    "ProductId": 2,
    "ProdId": 3,
    "Quantity": 4.1,
    "ProductDescription": "sample string 5",
    "ProductType": 0,
    "SaleTypeId": 6,
    "PriceListId": 7,
    "Price": 8.1,
    "DiscountPercent": 9.1,
    "DiscountValue": 10.1,
    "TotalPrice": 11.1,
    "VATPercent": 12.1,
    "VATValue": 13.1,
    "PayoutValue": 14.1,
    "IsHidden": true,
    "LeaderId": 16,
    "AssistantId": 17,
    "CFId": 18,
    "BookingSourceId": 19,
    "Notes": "sample string 20",
    "ChargeMethod": 0,
    "IsArrangement": true,
    "Duration": 22,
    "FreeWill": true,
    "NextChargeDate": "2025-05-04T14:29:28.6122844+03:00",
    "StartDate": "2025-05-04T14:29:28.6122844+03:00",
    "EndDate": "2025-05-04T14:29:28.6122844+03:00",
    "ProductRecommendationId": 27,
    "IsMaison": true,
    "IsForCouple": true,
    "ExtReference1": "sample string 30",
    "ParentProdId": 31,
    "DiscountVoucherId": 32,
    "PromoCodeId": 33,
    "IsComponent": true,
    "SCListId": 35,
    "CampaignId": 36
  }
]

application/xml, text/xml

Sample:
<ArrayOfProductForSaleLine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models">
  <ProductForSaleLine>
    <AssistantId>17</AssistantId>
    <BookingSourceId>19</BookingSourceId>
    <CFId>18</CFId>
    <CampaignId>36</CampaignId>
    <ChargeMethod>PCM_NOTSPECIFIED</ChargeMethod>
    <DiscountPercent>9.1</DiscountPercent>
    <DiscountValue>10.1</DiscountValue>
    <DiscountVoucherId>32</DiscountVoucherId>
    <Duration>22</Duration>
    <EndDate>2025-05-04T14:29:28.6122844+03:00</EndDate>
    <ExtReference1>sample string 30</ExtReference1>
    <FreeWill>true</FreeWill>
    <Id>1</Id>
    <IsArrangement>true</IsArrangement>
    <IsComponent>true</IsComponent>
    <IsForCouple>true</IsForCouple>
    <IsHidden>true</IsHidden>
    <IsMaison>true</IsMaison>
    <LeaderId>16</LeaderId>
    <NextChargeDate>2025-05-04T14:29:28.6122844+03:00</NextChargeDate>
    <Notes>sample string 20</Notes>
    <ParentProdId>31</ParentProdId>
    <PayoutValue>14.1</PayoutValue>
    <Price>8.1</Price>
    <PriceListId>7</PriceListId>
    <ProdId>3</ProdId>
    <ProductDescription>sample string 5</ProductDescription>
    <ProductId>2</ProductId>
    <ProductRecommendationId>27</ProductRecommendationId>
    <ProductType>PT_THERAPY</ProductType>
    <PromoCodeId>33</PromoCodeId>
    <Quantity>4.1</Quantity>
    <SCListId>35</SCListId>
    <SaleTypeId>6</SaleTypeId>
    <StartDate>2025-05-04T14:29:28.6122844+03:00</StartDate>
    <TotalPrice>11.1</TotalPrice>
    <VATPercent>12.1</VATPercent>
    <VATValue>13.1</VATValue>
  </ProductForSaleLine>
  <ProductForSaleLine>
    <AssistantId>17</AssistantId>
    <BookingSourceId>19</BookingSourceId>
    <CFId>18</CFId>
    <CampaignId>36</CampaignId>
    <ChargeMethod>PCM_NOTSPECIFIED</ChargeMethod>
    <DiscountPercent>9.1</DiscountPercent>
    <DiscountValue>10.1</DiscountValue>
    <DiscountVoucherId>32</DiscountVoucherId>
    <Duration>22</Duration>
    <EndDate>2025-05-04T14:29:28.6122844+03:00</EndDate>
    <ExtReference1>sample string 30</ExtReference1>
    <FreeWill>true</FreeWill>
    <Id>1</Id>
    <IsArrangement>true</IsArrangement>
    <IsComponent>true</IsComponent>
    <IsForCouple>true</IsForCouple>
    <IsHidden>true</IsHidden>
    <IsMaison>true</IsMaison>
    <LeaderId>16</LeaderId>
    <NextChargeDate>2025-05-04T14:29:28.6122844+03:00</NextChargeDate>
    <Notes>sample string 20</Notes>
    <ParentProdId>31</ParentProdId>
    <PayoutValue>14.1</PayoutValue>
    <Price>8.1</Price>
    <PriceListId>7</PriceListId>
    <ProdId>3</ProdId>
    <ProductDescription>sample string 5</ProductDescription>
    <ProductId>2</ProductId>
    <ProductRecommendationId>27</ProductRecommendationId>
    <ProductType>PT_THERAPY</ProductType>
    <PromoCodeId>33</PromoCodeId>
    <Quantity>4.1</Quantity>
    <SCListId>35</SCListId>
    <SaleTypeId>6</SaleTypeId>
    <StartDate>2025-05-04T14:29:28.6122844+03:00</StartDate>
    <TotalPrice>11.1</TotalPrice>
    <VATPercent>12.1</VATPercent>
    <VATValue>13.1</VATValue>
  </ProductForSaleLine>
</ArrayOfProductForSaleLine>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of FolderProduct
NameDescriptionTypeAdditional information
Id

integer

None.

CFId

integer

None.

FolderId

integer

None.

ProductId

integer

None.

ProductType

ProductTypes

None.

PriceListId

integer

None.

BkPrId

integer

None.

State

FolderProductStates

None.

StartDate

date

None.

EndDate

date

None.

ChargeDateStr

string

None.

Duration

decimal number

None.

AddAsDayScheduled

boolean

None.

Quantity

decimal number

None.

DiscountPrcnt

decimal number

None.

DiscountValue

decimal number

None.

IsArrangement

boolean

None.

PayerType

CFPayerTypes

None.

PromoterId

integer

None.

PromoterId2

integer

None.

Key

string

None.

CancelledDate

date

None.

StoppedDate

date

None.

CreationDate

date

None.

Notes

string

None.

ChargeMethod

ProductChargeMethod

None.

MaxTreatments

integer

None.

ActualTreatments

integer

None.

ChargedTreatments

integer

None.

ValidDuration

integer

None.

FinancialState

RPlFinancialState

None.

ChargeId

integer

None.

SaleTypeId

integer

None.

UnitPrice

decimal number

None.

TotalCharged

decimal number

None.

LeaderId

integer

None.

AssistantId

integer

None.

ProductDescr

string

None.

PriceListDescr

string

None.

LeaderDescr

string

None.

AssistantDescr

string

None.

SaleTypeDescr

string

None.

TotalPaid

decimal number

None.

CustId

integer

None.

IsMaison

boolean

None.

CustomerSurname

string

None.

CustomerName

string

None.

CustomerFather

string

None.

CustomerPhone1

string

None.

CustomerPhone2

string

None.

CustomerMobilePhone

string

None.

CustomerEmail

string

None.

PrepayDate

date

None.

ProductDeptId

integer

None.

ProductDeptDescr

string

None.

LastUpdate

date

None.

FreezeStartDate

date

None.

FreezeEndDate

date

None.

SCListId

integer

None.

CampaignId

integer

None.

FolderAlias

string

None.

PMSHotelAlias

string

None.

PMSHotelRoom

string

None.

IsHidden

boolean

None.

VATPercent

decimal number

None.

PayerId

integer

None.

BookingSourceId

integer

None.

PayoutValue

decimal number

None.

ExtReference1

string

None.

ExtReference2

string

None.

IsForCouple

boolean

None.

ParentProdId

integer

None.

SiblingCFPrId

integer

None.

ProductRecommendationId

integer

None.

SourceApplicationType

SourceApplicationTypes

None.

FolderProductTreatments

Collection of FolderProductTreatment

None.

DeletedTreatments

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "CFId": 2,
    "FolderId": 3,
    "ProductId": 4,
    "ProductType": 0,
    "PriceListId": 5,
    "BkPrId": 6,
    "State": 0,
    "StartDate": "2025-05-04T14:29:28.6132581+03:00",
    "EndDate": "2025-05-04T14:29:28.6132581+03:00",
    "ChargeDateStr": "sample string 9",
    "Duration": 10.1,
    "AddAsDayScheduled": true,
    "Quantity": 12.1,
    "DiscountPrcnt": 13.1,
    "DiscountValue": 14.1,
    "IsArrangement": true,
    "PayerType": 0,
    "PromoterId": 16,
    "PromoterId2": 17,
    "Key": "sample string 18",
    "CancelledDate": "2025-05-04T14:29:28.6132581+03:00",
    "StoppedDate": "2025-05-04T14:29:28.6132581+03:00",
    "CreationDate": "2025-05-04T14:29:28.6132581+03:00",
    "Notes": "sample string 22",
    "ChargeMethod": 0,
    "MaxTreatments": 23,
    "ActualTreatments": 24,
    "ChargedTreatments": 25,
    "ValidDuration": 26,
    "FinancialState": 0,
    "ChargeId": 27,
    "SaleTypeId": 28,
    "UnitPrice": 29.1,
    "TotalCharged": 30.1,
    "LeaderId": 31,
    "AssistantId": 32,
    "ProductDescr": "sample string 33",
    "PriceListDescr": "sample string 34",
    "LeaderDescr": "sample string 35",
    "AssistantDescr": "sample string 36",
    "SaleTypeDescr": "sample string 37",
    "TotalPaid": 38.1,
    "CustId": 39,
    "IsMaison": true,
    "CustomerSurname": "sample string 41",
    "CustomerName": "sample string 42",
    "CustomerFather": "sample string 43",
    "CustomerPhone1": "sample string 44",
    "CustomerPhone2": "sample string 45",
    "CustomerMobilePhone": "sample string 46",
    "CustomerEmail": "sample string 47",
    "PrepayDate": "2025-05-04T14:29:28.6132581+03:00",
    "ProductDeptId": 49,
    "ProductDeptDescr": "sample string 50",
    "LastUpdate": "2025-05-04T14:29:28.6132581+03:00",
    "FreezeStartDate": "2025-05-04T14:29:28.6132581+03:00",
    "FreezeEndDate": "2025-05-04T14:29:28.6132581+03:00",
    "SCListId": 54,
    "CampaignId": 55,
    "FolderAlias": "sample string 56",
    "PMSHotelAlias": "sample string 57",
    "PMSHotelRoom": "sample string 58",
    "IsHidden": true,
    "VATPercent": 60.1,
    "PayerId": 61,
    "BookingSourceId": 62,
    "PayoutValue": 63.1,
    "ExtReference1": "sample string 64",
    "ExtReference2": "sample string 65",
    "IsForCouple": true,
    "ParentProdId": 67,
    "SiblingCFPrId": 68,
    "ProductRecommendationId": 69,
    "SourceApplicationType": 0,
    "FolderProductTreatments": null,
    "DeletedTreatments": [
      1,
      2
    ]
  },
  {
    "Id": 1,
    "CFId": 2,
    "FolderId": 3,
    "ProductId": 4,
    "ProductType": 0,
    "PriceListId": 5,
    "BkPrId": 6,
    "State": 0,
    "StartDate": "2025-05-04T14:29:28.6132581+03:00",
    "EndDate": "2025-05-04T14:29:28.6132581+03:00",
    "ChargeDateStr": "sample string 9",
    "Duration": 10.1,
    "AddAsDayScheduled": true,
    "Quantity": 12.1,
    "DiscountPrcnt": 13.1,
    "DiscountValue": 14.1,
    "IsArrangement": true,
    "PayerType": 0,
    "PromoterId": 16,
    "PromoterId2": 17,
    "Key": "sample string 18",
    "CancelledDate": "2025-05-04T14:29:28.6132581+03:00",
    "StoppedDate": "2025-05-04T14:29:28.6132581+03:00",
    "CreationDate": "2025-05-04T14:29:28.6132581+03:00",
    "Notes": "sample string 22",
    "ChargeMethod": 0,
    "MaxTreatments": 23,
    "ActualTreatments": 24,
    "ChargedTreatments": 25,
    "ValidDuration": 26,
    "FinancialState": 0,
    "ChargeId": 27,
    "SaleTypeId": 28,
    "UnitPrice": 29.1,
    "TotalCharged": 30.1,
    "LeaderId": 31,
    "AssistantId": 32,
    "ProductDescr": "sample string 33",
    "PriceListDescr": "sample string 34",
    "LeaderDescr": "sample string 35",
    "AssistantDescr": "sample string 36",
    "SaleTypeDescr": "sample string 37",
    "TotalPaid": 38.1,
    "CustId": 39,
    "IsMaison": true,
    "CustomerSurname": "sample string 41",
    "CustomerName": "sample string 42",
    "CustomerFather": "sample string 43",
    "CustomerPhone1": "sample string 44",
    "CustomerPhone2": "sample string 45",
    "CustomerMobilePhone": "sample string 46",
    "CustomerEmail": "sample string 47",
    "PrepayDate": "2025-05-04T14:29:28.6132581+03:00",
    "ProductDeptId": 49,
    "ProductDeptDescr": "sample string 50",
    "LastUpdate": "2025-05-04T14:29:28.6132581+03:00",
    "FreezeStartDate": "2025-05-04T14:29:28.6132581+03:00",
    "FreezeEndDate": "2025-05-04T14:29:28.6132581+03:00",
    "SCListId": 54,
    "CampaignId": 55,
    "FolderAlias": "sample string 56",
    "PMSHotelAlias": "sample string 57",
    "PMSHotelRoom": "sample string 58",
    "IsHidden": true,
    "VATPercent": 60.1,
    "PayerId": 61,
    "BookingSourceId": 62,
    "PayoutValue": 63.1,
    "ExtReference1": "sample string 64",
    "ExtReference2": "sample string 65",
    "IsForCouple": true,
    "ParentProdId": 67,
    "SiblingCFPrId": 68,
    "ProductRecommendationId": 69,
    "SourceApplicationType": 0,
    "FolderProductTreatments": null,
    "DeletedTreatments": [
      1,
      2
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfFolderProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models">
  <FolderProduct>
    <ActualTreatments>24</ActualTreatments>
    <AddAsDayScheduled>true</AddAsDayScheduled>
    <AssistantDescr>sample string 36</AssistantDescr>
    <AssistantId>32</AssistantId>
    <BkPrId>6</BkPrId>
    <BookingSourceId>62</BookingSourceId>
    <CFId>2</CFId>
    <CampaignId>55</CampaignId>
    <CancelledDate>2025-05-04T14:29:28.6132581+03:00</CancelledDate>
    <ChargeDateStr>sample string 9</ChargeDateStr>
    <ChargeId>27</ChargeId>
    <ChargeMethod>PCM_NOTSPECIFIED</ChargeMethod>
    <ChargedTreatments>25</ChargedTreatments>
    <CreationDate>2025-05-04T14:29:28.6132581+03:00</CreationDate>
    <CustId>39</CustId>
    <CustomerEmail>sample string 47</CustomerEmail>
    <CustomerFather>sample string 43</CustomerFather>
    <CustomerMobilePhone>sample string 46</CustomerMobilePhone>
    <CustomerName>sample string 42</CustomerName>
    <CustomerPhone1>sample string 44</CustomerPhone1>
    <CustomerPhone2>sample string 45</CustomerPhone2>
    <CustomerSurname>sample string 41</CustomerSurname>
    <DeletedTreatments xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </DeletedTreatments>
    <DiscountPrcnt>13.1</DiscountPrcnt>
    <DiscountValue>14.1</DiscountValue>
    <Duration>10.1</Duration>
    <EndDate>2025-05-04T14:29:28.6132581+03:00</EndDate>
    <ExtReference1>sample string 64</ExtReference1>
    <ExtReference2>sample string 65</ExtReference2>
    <FinancialState>NOFIST_</FinancialState>
    <FolderAlias>sample string 56</FolderAlias>
    <FolderId>3</FolderId>
    <FolderProductTreatments i:nil="true" />
    <FreezeEndDate>2025-05-04T14:29:28.6132581+03:00</FreezeEndDate>
    <FreezeStartDate>2025-05-04T14:29:28.6132581+03:00</FreezeStartDate>
    <Id>1</Id>
    <IsArrangement>true</IsArrangement>
    <IsForCouple>true</IsForCouple>
    <IsHidden>true</IsHidden>
    <IsMaison>true</IsMaison>
    <Key>sample string 18</Key>
    <LastUpdate>2025-05-04T14:29:28.6132581+03:00</LastUpdate>
    <LeaderDescr>sample string 35</LeaderDescr>
    <LeaderId>31</LeaderId>
    <MaxTreatments>23</MaxTreatments>
    <Notes>sample string 22</Notes>
    <PMSHotelAlias>sample string 57</PMSHotelAlias>
    <PMSHotelRoom>sample string 58</PMSHotelRoom>
    <ParentProdId>67</ParentProdId>
    <PayerId>61</PayerId>
    <PayerType>PTCUSTOMER</PayerType>
    <PayoutValue>63.1</PayoutValue>
    <PrepayDate>2025-05-04T14:29:28.6132581+03:00</PrepayDate>
    <PriceListDescr>sample string 34</PriceListDescr>
    <PriceListId>5</PriceListId>
    <ProductDeptDescr>sample string 50</ProductDeptDescr>
    <ProductDeptId>49</ProductDeptId>
    <ProductDescr>sample string 33</ProductDescr>
    <ProductId>4</ProductId>
    <ProductRecommendationId>69</ProductRecommendationId>
    <ProductType>PT_THERAPY</ProductType>
    <PromoterId>16</PromoterId>
    <PromoterId2>17</PromoterId2>
    <Quantity>12.1</Quantity>
    <SCListId>54</SCListId>
    <SaleTypeDescr>sample string 37</SaleTypeDescr>
    <SaleTypeId>28</SaleTypeId>
    <SiblingCFPrId>68</SiblingCFPrId>
    <SourceApplicationType>SystemUser</SourceApplicationType>
    <StartDate>2025-05-04T14:29:28.6132581+03:00</StartDate>
    <State>CFP_CANCELLED</State>
    <StoppedDate>2025-05-04T14:29:28.6132581+03:00</StoppedDate>
    <TotalCharged>30.1</TotalCharged>
    <TotalPaid>38.1</TotalPaid>
    <UnitPrice>29.1</UnitPrice>
    <VATPercent>60.1</VATPercent>
    <ValidDuration>26</ValidDuration>
  </FolderProduct>
  <FolderProduct>
    <ActualTreatments>24</ActualTreatments>
    <AddAsDayScheduled>true</AddAsDayScheduled>
    <AssistantDescr>sample string 36</AssistantDescr>
    <AssistantId>32</AssistantId>
    <BkPrId>6</BkPrId>
    <BookingSourceId>62</BookingSourceId>
    <CFId>2</CFId>
    <CampaignId>55</CampaignId>
    <CancelledDate>2025-05-04T14:29:28.6132581+03:00</CancelledDate>
    <ChargeDateStr>sample string 9</ChargeDateStr>
    <ChargeId>27</ChargeId>
    <ChargeMethod>PCM_NOTSPECIFIED</ChargeMethod>
    <ChargedTreatments>25</ChargedTreatments>
    <CreationDate>2025-05-04T14:29:28.6132581+03:00</CreationDate>
    <CustId>39</CustId>
    <CustomerEmail>sample string 47</CustomerEmail>
    <CustomerFather>sample string 43</CustomerFather>
    <CustomerMobilePhone>sample string 46</CustomerMobilePhone>
    <CustomerName>sample string 42</CustomerName>
    <CustomerPhone1>sample string 44</CustomerPhone1>
    <CustomerPhone2>sample string 45</CustomerPhone2>
    <CustomerSurname>sample string 41</CustomerSurname>
    <DeletedTreatments xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </DeletedTreatments>
    <DiscountPrcnt>13.1</DiscountPrcnt>
    <DiscountValue>14.1</DiscountValue>
    <Duration>10.1</Duration>
    <EndDate>2025-05-04T14:29:28.6132581+03:00</EndDate>
    <ExtReference1>sample string 64</ExtReference1>
    <ExtReference2>sample string 65</ExtReference2>
    <FinancialState>NOFIST_</FinancialState>
    <FolderAlias>sample string 56</FolderAlias>
    <FolderId>3</FolderId>
    <FolderProductTreatments i:nil="true" />
    <FreezeEndDate>2025-05-04T14:29:28.6132581+03:00</FreezeEndDate>
    <FreezeStartDate>2025-05-04T14:29:28.6132581+03:00</FreezeStartDate>
    <Id>1</Id>
    <IsArrangement>true</IsArrangement>
    <IsForCouple>true</IsForCouple>
    <IsHidden>true</IsHidden>
    <IsMaison>true</IsMaison>
    <Key>sample string 18</Key>
    <LastUpdate>2025-05-04T14:29:28.6132581+03:00</LastUpdate>
    <LeaderDescr>sample string 35</LeaderDescr>
    <LeaderId>31</LeaderId>
    <MaxTreatments>23</MaxTreatments>
    <Notes>sample string 22</Notes>
    <PMSHotelAlias>sample string 57</PMSHotelAlias>
    <PMSHotelRoom>sample string 58</PMSHotelRoom>
    <ParentProdId>67</ParentProdId>
    <PayerId>61</PayerId>
    <PayerType>PTCUSTOMER</PayerType>
    <PayoutValue>63.1</PayoutValue>
    <PrepayDate>2025-05-04T14:29:28.6132581+03:00</PrepayDate>
    <PriceListDescr>sample string 34</PriceListDescr>
    <PriceListId>5</PriceListId>
    <ProductDeptDescr>sample string 50</ProductDeptDescr>
    <ProductDeptId>49</ProductDeptId>
    <ProductDescr>sample string 33</ProductDescr>
    <ProductId>4</ProductId>
    <ProductRecommendationId>69</ProductRecommendationId>
    <ProductType>PT_THERAPY</ProductType>
    <PromoterId>16</PromoterId>
    <PromoterId2>17</PromoterId2>
    <Quantity>12.1</Quantity>
    <SCListId>54</SCListId>
    <SaleTypeDescr>sample string 37</SaleTypeDescr>
    <SaleTypeId>28</SaleTypeId>
    <SiblingCFPrId>68</SiblingCFPrId>
    <SourceApplicationType>SystemUser</SourceApplicationType>
    <StartDate>2025-05-04T14:29:28.6132581+03:00</StartDate>
    <State>CFP_CANCELLED</State>
    <StoppedDate>2025-05-04T14:29:28.6132581+03:00</StoppedDate>
    <TotalCharged>30.1</TotalCharged>
    <TotalPaid>38.1</TotalPaid>
    <UnitPrice>29.1</UnitPrice>
    <VATPercent>60.1</VATPercent>
    <ValidDuration>26</ValidDuration>
  </FolderProduct>
</ArrayOfFolderProduct>