POST api/FolderProducts
Request Information
URI Parameters
None.
Body Parameters
Collection of ProductForSaleLine| Name | Description | Type | Additional 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. |
|
| 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,
"StartDate": "2026-03-13T08:53:34.8614519+02:00",
"EndDate": "2026-03-13T08:53:34.8614519+02:00",
"ProductRecommendationId": 26,
"IsMaison": true,
"IsForCouple": true,
"ExtReference1": "sample string 29",
"ParentProdId": 30,
"DiscountVoucherId": 31,
"PromoCodeId": 32,
"IsComponent": true,
"SCListId": 34,
"CampaignId": 35
},
{
"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,
"StartDate": "2026-03-13T08:53:34.8614519+02:00",
"EndDate": "2026-03-13T08:53:34.8614519+02:00",
"ProductRecommendationId": 26,
"IsMaison": true,
"IsForCouple": true,
"ExtReference1": "sample string 29",
"ParentProdId": 30,
"DiscountVoucherId": 31,
"PromoCodeId": 32,
"IsComponent": true,
"SCListId": 34,
"CampaignId": 35
}
]
application/xml, text/xml
Sample:
<ArrayOfProductForSaleLine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models">
<ProductForSaleLine>
<AssistantId>17</AssistantId>
<BookingSourceId>19</BookingSourceId>
<CFId>18</CFId>
<CampaignId>35</CampaignId>
<ChargeMethod>PCM_NOTSPECIFIED</ChargeMethod>
<DiscountPercent>9.1</DiscountPercent>
<DiscountValue>10.1</DiscountValue>
<DiscountVoucherId>31</DiscountVoucherId>
<Duration>22</Duration>
<EndDate>2026-03-13T08:53:34.8614519+02:00</EndDate>
<ExtReference1>sample string 29</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>
<Notes>sample string 20</Notes>
<ParentProdId>30</ParentProdId>
<PayoutValue>14.1</PayoutValue>
<Price>8.1</Price>
<PriceListId>7</PriceListId>
<ProdId>3</ProdId>
<ProductDescription>sample string 5</ProductDescription>
<ProductId>2</ProductId>
<ProductRecommendationId>26</ProductRecommendationId>
<ProductType>PT_THERAPY</ProductType>
<PromoCodeId>32</PromoCodeId>
<Quantity>4.1</Quantity>
<SCListId>34</SCListId>
<SaleTypeId>6</SaleTypeId>
<StartDate>2026-03-13T08:53:34.8614519+02: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>35</CampaignId>
<ChargeMethod>PCM_NOTSPECIFIED</ChargeMethod>
<DiscountPercent>9.1</DiscountPercent>
<DiscountValue>10.1</DiscountValue>
<DiscountVoucherId>31</DiscountVoucherId>
<Duration>22</Duration>
<EndDate>2026-03-13T08:53:34.8614519+02:00</EndDate>
<ExtReference1>sample string 29</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>
<Notes>sample string 20</Notes>
<ParentProdId>30</ParentProdId>
<PayoutValue>14.1</PayoutValue>
<Price>8.1</Price>
<PriceListId>7</PriceListId>
<ProdId>3</ProdId>
<ProductDescription>sample string 5</ProductDescription>
<ProductId>2</ProductId>
<ProductRecommendationId>26</ProductRecommendationId>
<ProductType>PT_THERAPY</ProductType>
<PromoCodeId>32</PromoCodeId>
<Quantity>4.1</Quantity>
<SCListId>34</SCListId>
<SaleTypeId>6</SaleTypeId>
<StartDate>2026-03-13T08:53:34.8614519+02: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| Name | Description | Type | Additional 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. |
|
| 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": "2026-03-13T08:53:34.9082924+02:00",
"EndDate": "2026-03-13T08:53:34.9082924+02:00",
"Duration": 9.1,
"AddAsDayScheduled": true,
"Quantity": 11.1,
"DiscountPrcnt": 12.1,
"DiscountValue": 13.1,
"IsArrangement": true,
"PayerType": 0,
"PromoterId": 15,
"PromoterId2": 16,
"Key": "sample string 17",
"CancelledDate": "2026-03-13T08:53:34.9082924+02:00",
"StoppedDate": "2026-03-13T08:53:34.9082924+02:00",
"CreationDate": "2026-03-13T08:53:34.9082924+02:00",
"Notes": "sample string 21",
"ChargeMethod": 0,
"MaxTreatments": 22,
"ActualTreatments": 23,
"ChargedTreatments": 24,
"ValidDuration": 25,
"FinancialState": 0,
"ChargeId": 26,
"SaleTypeId": 27,
"UnitPrice": 28.1,
"TotalCharged": 29.1,
"LeaderId": 30,
"AssistantId": 31,
"ProductDescr": "sample string 32",
"PriceListDescr": "sample string 33",
"LeaderDescr": "sample string 34",
"AssistantDescr": "sample string 35",
"SaleTypeDescr": "sample string 36",
"TotalPaid": 37.1,
"CustId": 38,
"IsMaison": true,
"CustomerSurname": "sample string 40",
"CustomerName": "sample string 41",
"CustomerFather": "sample string 42",
"CustomerPhone1": "sample string 43",
"CustomerPhone2": "sample string 44",
"CustomerMobilePhone": "sample string 45",
"CustomerEmail": "sample string 46",
"PrepayDate": "2026-03-13T08:53:34.9082924+02:00",
"ProductDeptId": 48,
"ProductDeptDescr": "sample string 49",
"LastUpdate": "2026-03-13T08:53:34.9082924+02:00",
"FreezeStartDate": "2026-03-13T08:53:34.9082924+02:00",
"FreezeEndDate": "2026-03-13T08:53:34.9082924+02:00",
"SCListId": 53,
"CampaignId": 54,
"FolderAlias": "sample string 55",
"PMSHotelAlias": "sample string 56",
"PMSHotelRoom": "sample string 57",
"IsHidden": true,
"VATPercent": 59.1,
"PayerId": 60,
"BookingSourceId": 61,
"PayoutValue": 62.1,
"ExtReference1": "sample string 63",
"ExtReference2": "sample string 64",
"IsForCouple": true,
"ParentProdId": 66,
"SiblingCFPrId": 67,
"ProductRecommendationId": 68,
"SourceApplicationType": 0,
"FolderProductTreatments": null,
"DeletedTreatments": [
1,
2
]
},
{
"Id": 1,
"CFId": 2,
"FolderId": 3,
"ProductId": 4,
"ProductType": 0,
"PriceListId": 5,
"BkPrId": 6,
"State": 0,
"StartDate": "2026-03-13T08:53:34.9082924+02:00",
"EndDate": "2026-03-13T08:53:34.9082924+02:00",
"Duration": 9.1,
"AddAsDayScheduled": true,
"Quantity": 11.1,
"DiscountPrcnt": 12.1,
"DiscountValue": 13.1,
"IsArrangement": true,
"PayerType": 0,
"PromoterId": 15,
"PromoterId2": 16,
"Key": "sample string 17",
"CancelledDate": "2026-03-13T08:53:34.9082924+02:00",
"StoppedDate": "2026-03-13T08:53:34.9082924+02:00",
"CreationDate": "2026-03-13T08:53:34.9082924+02:00",
"Notes": "sample string 21",
"ChargeMethod": 0,
"MaxTreatments": 22,
"ActualTreatments": 23,
"ChargedTreatments": 24,
"ValidDuration": 25,
"FinancialState": 0,
"ChargeId": 26,
"SaleTypeId": 27,
"UnitPrice": 28.1,
"TotalCharged": 29.1,
"LeaderId": 30,
"AssistantId": 31,
"ProductDescr": "sample string 32",
"PriceListDescr": "sample string 33",
"LeaderDescr": "sample string 34",
"AssistantDescr": "sample string 35",
"SaleTypeDescr": "sample string 36",
"TotalPaid": 37.1,
"CustId": 38,
"IsMaison": true,
"CustomerSurname": "sample string 40",
"CustomerName": "sample string 41",
"CustomerFather": "sample string 42",
"CustomerPhone1": "sample string 43",
"CustomerPhone2": "sample string 44",
"CustomerMobilePhone": "sample string 45",
"CustomerEmail": "sample string 46",
"PrepayDate": "2026-03-13T08:53:34.9082924+02:00",
"ProductDeptId": 48,
"ProductDeptDescr": "sample string 49",
"LastUpdate": "2026-03-13T08:53:34.9082924+02:00",
"FreezeStartDate": "2026-03-13T08:53:34.9082924+02:00",
"FreezeEndDate": "2026-03-13T08:53:34.9082924+02:00",
"SCListId": 53,
"CampaignId": 54,
"FolderAlias": "sample string 55",
"PMSHotelAlias": "sample string 56",
"PMSHotelRoom": "sample string 57",
"IsHidden": true,
"VATPercent": 59.1,
"PayerId": 60,
"BookingSourceId": 61,
"PayoutValue": 62.1,
"ExtReference1": "sample string 63",
"ExtReference2": "sample string 64",
"IsForCouple": true,
"ParentProdId": 66,
"SiblingCFPrId": 67,
"ProductRecommendationId": 68,
"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>23</ActualTreatments>
<AddAsDayScheduled>true</AddAsDayScheduled>
<AssistantDescr>sample string 35</AssistantDescr>
<AssistantId>31</AssistantId>
<BkPrId>6</BkPrId>
<BookingSourceId>61</BookingSourceId>
<CFId>2</CFId>
<CampaignId>54</CampaignId>
<CancelledDate>2026-03-13T08:53:34.9082924+02:00</CancelledDate>
<ChargeId>26</ChargeId>
<ChargeMethod>PCM_NOTSPECIFIED</ChargeMethod>
<ChargedTreatments>24</ChargedTreatments>
<CreationDate>2026-03-13T08:53:34.9082924+02:00</CreationDate>
<CustId>38</CustId>
<CustomerEmail>sample string 46</CustomerEmail>
<CustomerFather>sample string 42</CustomerFather>
<CustomerMobilePhone>sample string 45</CustomerMobilePhone>
<CustomerName>sample string 41</CustomerName>
<CustomerPhone1>sample string 43</CustomerPhone1>
<CustomerPhone2>sample string 44</CustomerPhone2>
<CustomerSurname>sample string 40</CustomerSurname>
<DeletedTreatments xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</DeletedTreatments>
<DiscountPrcnt>12.1</DiscountPrcnt>
<DiscountValue>13.1</DiscountValue>
<Duration>9.1</Duration>
<EndDate>2026-03-13T08:53:34.9082924+02:00</EndDate>
<ExtReference1>sample string 63</ExtReference1>
<ExtReference2>sample string 64</ExtReference2>
<FinancialState>NOFIST_</FinancialState>
<FolderAlias>sample string 55</FolderAlias>
<FolderId>3</FolderId>
<FolderProductTreatments i:nil="true" />
<FreezeEndDate>2026-03-13T08:53:34.9082924+02:00</FreezeEndDate>
<FreezeStartDate>2026-03-13T08:53:34.9082924+02:00</FreezeStartDate>
<Id>1</Id>
<IsArrangement>true</IsArrangement>
<IsForCouple>true</IsForCouple>
<IsHidden>true</IsHidden>
<IsMaison>true</IsMaison>
<Key>sample string 17</Key>
<LastUpdate>2026-03-13T08:53:34.9082924+02:00</LastUpdate>
<LeaderDescr>sample string 34</LeaderDescr>
<LeaderId>30</LeaderId>
<MaxTreatments>22</MaxTreatments>
<Notes>sample string 21</Notes>
<PMSHotelAlias>sample string 56</PMSHotelAlias>
<PMSHotelRoom>sample string 57</PMSHotelRoom>
<ParentProdId>66</ParentProdId>
<PayerId>60</PayerId>
<PayerType>PTCUSTOMER</PayerType>
<PayoutValue>62.1</PayoutValue>
<PrepayDate>2026-03-13T08:53:34.9082924+02:00</PrepayDate>
<PriceListDescr>sample string 33</PriceListDescr>
<PriceListId>5</PriceListId>
<ProductDeptDescr>sample string 49</ProductDeptDescr>
<ProductDeptId>48</ProductDeptId>
<ProductDescr>sample string 32</ProductDescr>
<ProductId>4</ProductId>
<ProductRecommendationId>68</ProductRecommendationId>
<ProductType>PT_THERAPY</ProductType>
<PromoterId>15</PromoterId>
<PromoterId2>16</PromoterId2>
<Quantity>11.1</Quantity>
<SCListId>53</SCListId>
<SaleTypeDescr>sample string 36</SaleTypeDescr>
<SaleTypeId>27</SaleTypeId>
<SiblingCFPrId>67</SiblingCFPrId>
<SourceApplicationType>SystemUser</SourceApplicationType>
<StartDate>2026-03-13T08:53:34.9082924+02:00</StartDate>
<State>CFP_CANCELLED</State>
<StoppedDate>2026-03-13T08:53:34.9082924+02:00</StoppedDate>
<TotalCharged>29.1</TotalCharged>
<TotalPaid>37.1</TotalPaid>
<UnitPrice>28.1</UnitPrice>
<VATPercent>59.1</VATPercent>
<ValidDuration>25</ValidDuration>
</FolderProduct>
<FolderProduct>
<ActualTreatments>23</ActualTreatments>
<AddAsDayScheduled>true</AddAsDayScheduled>
<AssistantDescr>sample string 35</AssistantDescr>
<AssistantId>31</AssistantId>
<BkPrId>6</BkPrId>
<BookingSourceId>61</BookingSourceId>
<CFId>2</CFId>
<CampaignId>54</CampaignId>
<CancelledDate>2026-03-13T08:53:34.9082924+02:00</CancelledDate>
<ChargeId>26</ChargeId>
<ChargeMethod>PCM_NOTSPECIFIED</ChargeMethod>
<ChargedTreatments>24</ChargedTreatments>
<CreationDate>2026-03-13T08:53:34.9082924+02:00</CreationDate>
<CustId>38</CustId>
<CustomerEmail>sample string 46</CustomerEmail>
<CustomerFather>sample string 42</CustomerFather>
<CustomerMobilePhone>sample string 45</CustomerMobilePhone>
<CustomerName>sample string 41</CustomerName>
<CustomerPhone1>sample string 43</CustomerPhone1>
<CustomerPhone2>sample string 44</CustomerPhone2>
<CustomerSurname>sample string 40</CustomerSurname>
<DeletedTreatments xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</DeletedTreatments>
<DiscountPrcnt>12.1</DiscountPrcnt>
<DiscountValue>13.1</DiscountValue>
<Duration>9.1</Duration>
<EndDate>2026-03-13T08:53:34.9082924+02:00</EndDate>
<ExtReference1>sample string 63</ExtReference1>
<ExtReference2>sample string 64</ExtReference2>
<FinancialState>NOFIST_</FinancialState>
<FolderAlias>sample string 55</FolderAlias>
<FolderId>3</FolderId>
<FolderProductTreatments i:nil="true" />
<FreezeEndDate>2026-03-13T08:53:34.9082924+02:00</FreezeEndDate>
<FreezeStartDate>2026-03-13T08:53:34.9082924+02:00</FreezeStartDate>
<Id>1</Id>
<IsArrangement>true</IsArrangement>
<IsForCouple>true</IsForCouple>
<IsHidden>true</IsHidden>
<IsMaison>true</IsMaison>
<Key>sample string 17</Key>
<LastUpdate>2026-03-13T08:53:34.9082924+02:00</LastUpdate>
<LeaderDescr>sample string 34</LeaderDescr>
<LeaderId>30</LeaderId>
<MaxTreatments>22</MaxTreatments>
<Notes>sample string 21</Notes>
<PMSHotelAlias>sample string 56</PMSHotelAlias>
<PMSHotelRoom>sample string 57</PMSHotelRoom>
<ParentProdId>66</ParentProdId>
<PayerId>60</PayerId>
<PayerType>PTCUSTOMER</PayerType>
<PayoutValue>62.1</PayoutValue>
<PrepayDate>2026-03-13T08:53:34.9082924+02:00</PrepayDate>
<PriceListDescr>sample string 33</PriceListDescr>
<PriceListId>5</PriceListId>
<ProductDeptDescr>sample string 49</ProductDeptDescr>
<ProductDeptId>48</ProductDeptId>
<ProductDescr>sample string 32</ProductDescr>
<ProductId>4</ProductId>
<ProductRecommendationId>68</ProductRecommendationId>
<ProductType>PT_THERAPY</ProductType>
<PromoterId>15</PromoterId>
<PromoterId2>16</PromoterId2>
<Quantity>11.1</Quantity>
<SCListId>53</SCListId>
<SaleTypeDescr>sample string 36</SaleTypeDescr>
<SaleTypeId>27</SaleTypeId>
<SiblingCFPrId>67</SiblingCFPrId>
<SourceApplicationType>SystemUser</SourceApplicationType>
<StartDate>2026-03-13T08:53:34.9082924+02:00</StartDate>
<State>CFP_CANCELLED</State>
<StoppedDate>2026-03-13T08:53:34.9082924+02:00</StoppedDate>
<TotalCharged>29.1</TotalCharged>
<TotalPaid>37.1</TotalPaid>
<UnitPrice>28.1</UnitPrice>
<VATPercent>59.1</VATPercent>
<ValidDuration>25</ValidDuration>
</FolderProduct>
</ArrayOfFolderProduct>