POST api/InvoiceGroups
Request Information
URI Parameters
None.
Body Parameters
Collection of FolderProductChargeItem| Name | Description | Type | Additional information |
|---|---|---|---|
| CFPrId | integer |
None. |
|
| CuFlId | integer |
None. |
|
| ChargeBalance | decimal number |
None. |
|
| StartDate | date |
None. |
|
| ProdId | integer |
None. |
|
| ProdType | ProductTypes |
None. |
|
| ProdTypeDescription | string |
None. |
|
| PLId | integer |
None. |
|
| PLDescription | string |
None. |
|
| CFPrState | FolderProductStates |
None. |
|
| DiscountPercent | decimal number |
None. |
|
| DiscountValue | decimal number |
None. |
|
| IsArrangement | boolean |
None. |
|
| CFPrPayerType | CFPayerTypes |
None. |
|
| ChargeMethod | ProductChargeMethod |
None. |
|
| CFPrActualTreatments | integer |
None. |
|
| CFPrChargedTreatments | integer |
None. |
|
| FinancialState | RPlFinancialState |
None. |
|
| ChargeId | integer |
None. |
|
| SaleTypeId | integer |
None. |
|
| SaleTypeDescription | string |
None. |
|
| Price | decimal number |
None. |
|
| PayoutValue | decimal number |
None. |
|
| Value | decimal number |
None. |
|
| TotalCharged | decimal number |
None. |
|
| LeaderId | integer |
None. |
|
| ProdDescr | string |
None. |
|
| TotalPaid | decimal number |
None. |
|
| CustId | integer |
None. |
|
| Quantity | decimal number |
None. |
|
| Key | string |
None. |
|
| Notes | string |
None. |
|
| VATPercent | decimal number |
None. |
|
| IsHidden | boolean |
None. |
|
| PayerId | integer |
None. |
|
| FolderAlias | string |
None. |
|
| IsSelected | boolean |
None. |
|
| BookingSourceId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"CFPrId": 1,
"CuFlId": 2,
"ChargeBalance": 3.1,
"StartDate": "2026-03-13T08:52:09.7750166+02:00",
"ProdId": 5,
"ProdType": 0,
"ProdTypeDescription": "sample string 6",
"PLId": 7,
"PLDescription": "sample string 8",
"CFPrState": 0,
"DiscountPercent": 9.1,
"DiscountValue": 10.1,
"IsArrangement": true,
"CFPrPayerType": 0,
"ChargeMethod": 0,
"CFPrActualTreatments": 12,
"CFPrChargedTreatments": 13,
"FinancialState": 0,
"ChargeId": 14,
"SaleTypeId": 15,
"SaleTypeDescription": "sample string 16",
"Price": 17.1,
"PayoutValue": 18.1,
"Value": 19.1,
"TotalCharged": 20.1,
"LeaderId": 21,
"ProdDescr": "sample string 22",
"TotalPaid": 23.1,
"CustId": 24,
"Quantity": 25.1,
"Key": "sample string 26",
"Notes": "sample string 27",
"VATPercent": 28.1,
"IsHidden": true,
"PayerId": 30,
"FolderAlias": "sample string 31",
"IsSelected": true,
"BookingSourceId": 33
},
{
"CFPrId": 1,
"CuFlId": 2,
"ChargeBalance": 3.1,
"StartDate": "2026-03-13T08:52:09.7750166+02:00",
"ProdId": 5,
"ProdType": 0,
"ProdTypeDescription": "sample string 6",
"PLId": 7,
"PLDescription": "sample string 8",
"CFPrState": 0,
"DiscountPercent": 9.1,
"DiscountValue": 10.1,
"IsArrangement": true,
"CFPrPayerType": 0,
"ChargeMethod": 0,
"CFPrActualTreatments": 12,
"CFPrChargedTreatments": 13,
"FinancialState": 0,
"ChargeId": 14,
"SaleTypeId": 15,
"SaleTypeDescription": "sample string 16",
"Price": 17.1,
"PayoutValue": 18.1,
"Value": 19.1,
"TotalCharged": 20.1,
"LeaderId": 21,
"ProdDescr": "sample string 22",
"TotalPaid": 23.1,
"CustId": 24,
"Quantity": 25.1,
"Key": "sample string 26",
"Notes": "sample string 27",
"VATPercent": 28.1,
"IsHidden": true,
"PayerId": 30,
"FolderAlias": "sample string 31",
"IsSelected": true,
"BookingSourceId": 33
}
]
application/xml, text/xml
Sample:
<ArrayOfFolderProductChargeItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models">
<FolderProductChargeItem>
<BookingSourceId>33</BookingSourceId>
<CFPrActualTreatments>12</CFPrActualTreatments>
<CFPrChargedTreatments>13</CFPrChargedTreatments>
<CFPrId>1</CFPrId>
<CFPrPayerType>PTCUSTOMER</CFPrPayerType>
<CFPrState>CFP_CANCELLED</CFPrState>
<ChargeBalance>3.1</ChargeBalance>
<ChargeId>14</ChargeId>
<ChargeMethod>PCM_NOTSPECIFIED</ChargeMethod>
<CuFlId>2</CuFlId>
<CustId>24</CustId>
<DiscountPercent>9.1</DiscountPercent>
<DiscountValue>10.1</DiscountValue>
<FinancialState>NOFIST_</FinancialState>
<FolderAlias>sample string 31</FolderAlias>
<IsArrangement>true</IsArrangement>
<IsHidden>true</IsHidden>
<IsSelected>true</IsSelected>
<Key>sample string 26</Key>
<LeaderId>21</LeaderId>
<Notes>sample string 27</Notes>
<PLDescription>sample string 8</PLDescription>
<PLId>7</PLId>
<PayerId>30</PayerId>
<PayoutValue>18.1</PayoutValue>
<Price>17.1</Price>
<ProdDescr>sample string 22</ProdDescr>
<ProdId>5</ProdId>
<ProdType>PT_THERAPY</ProdType>
<ProdTypeDescription>sample string 6</ProdTypeDescription>
<Quantity>25.1</Quantity>
<SaleTypeDescription>sample string 16</SaleTypeDescription>
<SaleTypeId>15</SaleTypeId>
<StartDate>2026-03-13T08:52:09.7750166+02:00</StartDate>
<TotalCharged>20.1</TotalCharged>
<TotalPaid>23.1</TotalPaid>
<VATPercent>28.1</VATPercent>
<Value>19.1</Value>
</FolderProductChargeItem>
<FolderProductChargeItem>
<BookingSourceId>33</BookingSourceId>
<CFPrActualTreatments>12</CFPrActualTreatments>
<CFPrChargedTreatments>13</CFPrChargedTreatments>
<CFPrId>1</CFPrId>
<CFPrPayerType>PTCUSTOMER</CFPrPayerType>
<CFPrState>CFP_CANCELLED</CFPrState>
<ChargeBalance>3.1</ChargeBalance>
<ChargeId>14</ChargeId>
<ChargeMethod>PCM_NOTSPECIFIED</ChargeMethod>
<CuFlId>2</CuFlId>
<CustId>24</CustId>
<DiscountPercent>9.1</DiscountPercent>
<DiscountValue>10.1</DiscountValue>
<FinancialState>NOFIST_</FinancialState>
<FolderAlias>sample string 31</FolderAlias>
<IsArrangement>true</IsArrangement>
<IsHidden>true</IsHidden>
<IsSelected>true</IsSelected>
<Key>sample string 26</Key>
<LeaderId>21</LeaderId>
<Notes>sample string 27</Notes>
<PLDescription>sample string 8</PLDescription>
<PLId>7</PLId>
<PayerId>30</PayerId>
<PayoutValue>18.1</PayoutValue>
<Price>17.1</Price>
<ProdDescr>sample string 22</ProdDescr>
<ProdId>5</ProdId>
<ProdType>PT_THERAPY</ProdType>
<ProdTypeDescription>sample string 6</ProdTypeDescription>
<Quantity>25.1</Quantity>
<SaleTypeDescription>sample string 16</SaleTypeDescription>
<SaleTypeId>15</SaleTypeId>
<StartDate>2026-03-13T08:52:09.7750166+02:00</StartDate>
<TotalCharged>20.1</TotalCharged>
<TotalPaid>23.1</TotalPaid>
<VATPercent>28.1</VATPercent>
<Value>19.1</Value>
</FolderProductChargeItem>
</ArrayOfFolderProductChargeItem>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of InvoiceGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserName | string |
None. |
|
| ConsumerId | integer |
None. |
|
| ConsumerAlias | string |
None. |
|
| ConsumerAddress | string |
None. |
|
| ConsumerTown | string |
None. |
|
| ConsumerCountry | string |
None. |
|
| ConsumerExtra1 | string |
None. |
|
| ConsumerFolderType | CFTypes |
None. |
|
| CustomerId | integer |
None. |
|
| LeaderId | integer |
None. |
|
| CustomerAlias | string |
None. |
|
| CustomerJob | string |
None. |
|
| CustomerAddress | string |
None. |
|
| CustomerTown | string |
None. |
|
| CustomerZip | string |
None. |
|
| CustomerPhone | string |
None. |
|
| CustomerAFM | string |
None. |
|
| CustomerDOY | string |
None. |
|
| FOPayerId | integer |
None. |
|
| FOCustomerId | integer |
None. |
|
| HotelAlias | string |
None. |
|
| FOReservationId | string |
None. |
|
| SaleTypeId | integer |
None. |
|
| SaleTypeDescr | string |
None. |
|
| InvOrder | string |
None. |
|
| InvOrdinalNumber | integer |
None. |
|
| InvTypeId | integer |
None. |
|
| InvTypeDescription | string |
None. |
|
| IssueDate | date |
None. |
|
| IssueTime | date |
None. |
|
| PayoutTypeId | integer |
None. |
|
| PrepaidVoucherId | integer |
None. |
|
| PrepaymentDepositId | integer |
None. |
|
| PayoutTypeDescription | string |
None. |
|
| ExternalReferenceId | integer |
None. |
|
| Notes | string |
None. |
|
| NetPriceBeforeDiscount | decimal number |
None. |
|
| DiscountValue | decimal number |
None. |
|
| PayoutState | INVPayoutStates |
None. |
|
| NetPriceAfterDiscount | decimal number |
None. |
|
| VATValue | decimal number |
None. |
|
| DFValue | decimal number |
None. |
|
| PayoutValue | decimal number |
None. |
|
| Tips | decimal number |
None. |
|
| IsPaymentSpecified | boolean |
None. |
|
| SaleCategory | ProductGroupTypes |
None. |
|
| InvCode | string |
None. |
|
| FMUFiscalizationOnClient | boolean |
None. |
|
| FMUWebApiAddress | string |
None. |
|
| InvoiceType | InvoiceType |
None. |
|
| ValidPaymentTypes | Collection of PaymentType |
None. |
|
| DebitItems | Collection of InvoiceGroupDebitItem |
None. |
|
| CreditItems | Collection of InvoiceGroupCreditItem |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"UserName": "sample string 2",
"ConsumerId": 3,
"ConsumerAlias": "sample string 4",
"ConsumerAddress": "sample string 5",
"ConsumerTown": "sample string 6",
"ConsumerCountry": "sample string 7",
"ConsumerExtra1": "sample string 8",
"ConsumerFolderType": 0,
"CustomerId": 9,
"LeaderId": 10,
"CustomerAlias": "sample string 11",
"CustomerJob": "sample string 12",
"CustomerAddress": "sample string 13",
"CustomerTown": "sample string 14",
"CustomerZip": "sample string 15",
"CustomerPhone": "sample string 16",
"CustomerAFM": "sample string 17",
"CustomerDOY": "sample string 18",
"FOPayerId": 19,
"FOCustomerId": 20,
"HotelAlias": "sample string 21",
"FOReservationId": "sample string 22",
"SaleTypeId": 23,
"SaleTypeDescr": "sample string 24",
"InvOrder": "sample string 25",
"InvOrdinalNumber": 26,
"InvTypeId": 27,
"InvTypeDescription": "sample string 28",
"IssueDate": "2026-03-13T08:52:09.8374852+02:00",
"IssueTime": "2026-03-13T08:52:09.8374852+02:00",
"PayoutTypeId": 1,
"PrepaidVoucherId": 1,
"PrepaymentDepositId": 1,
"PayoutTypeDescription": "sample string 31",
"ExternalReferenceId": 32,
"Notes": "sample string 33",
"NetPriceBeforeDiscount": 34.1,
"DiscountValue": 35.1,
"PayoutState": 0,
"NetPriceAfterDiscount": 36.1,
"VATValue": 37.1,
"DFValue": 38.1,
"PayoutValue": 39.1,
"Tips": 40.1,
"IsPaymentSpecified": true,
"SaleCategory": 0,
"InvCode": "sample string 42",
"FMUFiscalizationOnClient": true,
"FMUWebApiAddress": "sample string 44",
"InvoiceType": {
"Id": 1,
"Description": "sample string 2",
"Alias": "sample string 3",
"IssueOnServer": true,
"RequiresAFM": true,
"RequiresPayment": true
},
"ValidPaymentTypes": [
{
"Id": 1,
"Description": "sample string 2",
"Category": "sample string 3",
"PMSValidateCustomer": true
},
{
"Id": 1,
"Description": "sample string 2",
"Category": "sample string 3",
"PMSValidateCustomer": true
}
],
"DebitItems": [
{
"Id": 1,
"ChrgDate": "2026-03-13T08:52:09.8374852+02:00",
"InvId": 3,
"SaleTypeId": 4,
"InvSrvId": 5,
"AccDeptId": 6,
"CFPrId": 7,
"CuFlId": 8,
"CuFlAlias": "sample string 9",
"Name": "sample string 10",
"DepartmentId": 11,
"ProdId": 12,
"ProdDuration": 13,
"LeaderId": 14,
"LeaderDescription": "sample string 15",
"ProductGroupDescription": "sample string 16",
"ProdDescr": "sample string 17",
"CuFlProdDescr": "sample string 18",
"ChrgQuantity": 19.1,
"ChrgVAT": 20.1,
"VATValue": 21.1,
"NetValue": 22.1,
"Value": 23.1,
"DiscountPercent": 24.1,
"DiscountValue": 25.1,
"CHGType": 0,
"IsMaisonDebit": true,
"FolderType": 0,
"IsArrangement": true,
"IsHidden": true,
"PrepaidVoucherId": 29,
"PrepaymentDepositId": 30,
"BookingSourceId": 31
},
{
"Id": 1,
"ChrgDate": "2026-03-13T08:52:09.8374852+02:00",
"InvId": 3,
"SaleTypeId": 4,
"InvSrvId": 5,
"AccDeptId": 6,
"CFPrId": 7,
"CuFlId": 8,
"CuFlAlias": "sample string 9",
"Name": "sample string 10",
"DepartmentId": 11,
"ProdId": 12,
"ProdDuration": 13,
"LeaderId": 14,
"LeaderDescription": "sample string 15",
"ProductGroupDescription": "sample string 16",
"ProdDescr": "sample string 17",
"CuFlProdDescr": "sample string 18",
"ChrgQuantity": 19.1,
"ChrgVAT": 20.1,
"VATValue": 21.1,
"NetValue": 22.1,
"Value": 23.1,
"DiscountPercent": 24.1,
"DiscountValue": 25.1,
"CHGType": 0,
"IsMaisonDebit": true,
"FolderType": 0,
"IsArrangement": true,
"IsHidden": true,
"PrepaidVoucherId": 29,
"PrepaymentDepositId": 30,
"BookingSourceId": 31
}
],
"CreditItems": [
{
"Id": 1,
"ChrgDate": "2026-03-13T08:52:09.8374852+02:00",
"InvId": 3,
"ParId": 4,
"SaleTypeId": 5,
"InvSrvId": 6,
"AccDeptId": 7,
"CFPrId": 8,
"ExtPayerId": 9,
"CustId": 10,
"CuFlId": 11,
"CuFlAlias": "sample string 12",
"ProdId": 13,
"ProdDuration": 14,
"LeaderId": 15,
"LeaderDescription": "sample string 16",
"ProductGroupDescription": "sample string 17",
"PaymentTypeId": 18,
"PaymentDescription": "sample string 19",
"ProdDescr": "sample string 20",
"CuFlProdDescr": "sample string 21",
"Value": 22.1,
"CHGType": 0,
"IsMaisonCredit": true,
"ProductType": 0,
"IsArrangement": true,
"IsHidden": true,
"PrepaidVoucherId": 26,
"Notes": "sample string 27",
"BookingSourceId": 28,
"PrepaymentDepositId": 29
},
{
"Id": 1,
"ChrgDate": "2026-03-13T08:52:09.8374852+02:00",
"InvId": 3,
"ParId": 4,
"SaleTypeId": 5,
"InvSrvId": 6,
"AccDeptId": 7,
"CFPrId": 8,
"ExtPayerId": 9,
"CustId": 10,
"CuFlId": 11,
"CuFlAlias": "sample string 12",
"ProdId": 13,
"ProdDuration": 14,
"LeaderId": 15,
"LeaderDescription": "sample string 16",
"ProductGroupDescription": "sample string 17",
"PaymentTypeId": 18,
"PaymentDescription": "sample string 19",
"ProdDescr": "sample string 20",
"CuFlProdDescr": "sample string 21",
"Value": 22.1,
"CHGType": 0,
"IsMaisonCredit": true,
"ProductType": 0,
"IsArrangement": true,
"IsHidden": true,
"PrepaidVoucherId": 26,
"Notes": "sample string 27",
"BookingSourceId": 28,
"PrepaymentDepositId": 29
}
]
},
{
"Id": 1,
"UserName": "sample string 2",
"ConsumerId": 3,
"ConsumerAlias": "sample string 4",
"ConsumerAddress": "sample string 5",
"ConsumerTown": "sample string 6",
"ConsumerCountry": "sample string 7",
"ConsumerExtra1": "sample string 8",
"ConsumerFolderType": 0,
"CustomerId": 9,
"LeaderId": 10,
"CustomerAlias": "sample string 11",
"CustomerJob": "sample string 12",
"CustomerAddress": "sample string 13",
"CustomerTown": "sample string 14",
"CustomerZip": "sample string 15",
"CustomerPhone": "sample string 16",
"CustomerAFM": "sample string 17",
"CustomerDOY": "sample string 18",
"FOPayerId": 19,
"FOCustomerId": 20,
"HotelAlias": "sample string 21",
"FOReservationId": "sample string 22",
"SaleTypeId": 23,
"SaleTypeDescr": "sample string 24",
"InvOrder": "sample string 25",
"InvOrdinalNumber": 26,
"InvTypeId": 27,
"InvTypeDescription": "sample string 28",
"IssueDate": "2026-03-13T08:52:09.8374852+02:00",
"IssueTime": "2026-03-13T08:52:09.8374852+02:00",
"PayoutTypeId": 1,
"PrepaidVoucherId": 1,
"PrepaymentDepositId": 1,
"PayoutTypeDescription": "sample string 31",
"ExternalReferenceId": 32,
"Notes": "sample string 33",
"NetPriceBeforeDiscount": 34.1,
"DiscountValue": 35.1,
"PayoutState": 0,
"NetPriceAfterDiscount": 36.1,
"VATValue": 37.1,
"DFValue": 38.1,
"PayoutValue": 39.1,
"Tips": 40.1,
"IsPaymentSpecified": true,
"SaleCategory": 0,
"InvCode": "sample string 42",
"FMUFiscalizationOnClient": true,
"FMUWebApiAddress": "sample string 44",
"InvoiceType": {
"Id": 1,
"Description": "sample string 2",
"Alias": "sample string 3",
"IssueOnServer": true,
"RequiresAFM": true,
"RequiresPayment": true
},
"ValidPaymentTypes": [
{
"Id": 1,
"Description": "sample string 2",
"Category": "sample string 3",
"PMSValidateCustomer": true
},
{
"Id": 1,
"Description": "sample string 2",
"Category": "sample string 3",
"PMSValidateCustomer": true
}
],
"DebitItems": [
{
"Id": 1,
"ChrgDate": "2026-03-13T08:52:09.8374852+02:00",
"InvId": 3,
"SaleTypeId": 4,
"InvSrvId": 5,
"AccDeptId": 6,
"CFPrId": 7,
"CuFlId": 8,
"CuFlAlias": "sample string 9",
"Name": "sample string 10",
"DepartmentId": 11,
"ProdId": 12,
"ProdDuration": 13,
"LeaderId": 14,
"LeaderDescription": "sample string 15",
"ProductGroupDescription": "sample string 16",
"ProdDescr": "sample string 17",
"CuFlProdDescr": "sample string 18",
"ChrgQuantity": 19.1,
"ChrgVAT": 20.1,
"VATValue": 21.1,
"NetValue": 22.1,
"Value": 23.1,
"DiscountPercent": 24.1,
"DiscountValue": 25.1,
"CHGType": 0,
"IsMaisonDebit": true,
"FolderType": 0,
"IsArrangement": true,
"IsHidden": true,
"PrepaidVoucherId": 29,
"PrepaymentDepositId": 30,
"BookingSourceId": 31
},
{
"Id": 1,
"ChrgDate": "2026-03-13T08:52:09.8374852+02:00",
"InvId": 3,
"SaleTypeId": 4,
"InvSrvId": 5,
"AccDeptId": 6,
"CFPrId": 7,
"CuFlId": 8,
"CuFlAlias": "sample string 9",
"Name": "sample string 10",
"DepartmentId": 11,
"ProdId": 12,
"ProdDuration": 13,
"LeaderId": 14,
"LeaderDescription": "sample string 15",
"ProductGroupDescription": "sample string 16",
"ProdDescr": "sample string 17",
"CuFlProdDescr": "sample string 18",
"ChrgQuantity": 19.1,
"ChrgVAT": 20.1,
"VATValue": 21.1,
"NetValue": 22.1,
"Value": 23.1,
"DiscountPercent": 24.1,
"DiscountValue": 25.1,
"CHGType": 0,
"IsMaisonDebit": true,
"FolderType": 0,
"IsArrangement": true,
"IsHidden": true,
"PrepaidVoucherId": 29,
"PrepaymentDepositId": 30,
"BookingSourceId": 31
}
],
"CreditItems": [
{
"Id": 1,
"ChrgDate": "2026-03-13T08:52:09.8374852+02:00",
"InvId": 3,
"ParId": 4,
"SaleTypeId": 5,
"InvSrvId": 6,
"AccDeptId": 7,
"CFPrId": 8,
"ExtPayerId": 9,
"CustId": 10,
"CuFlId": 11,
"CuFlAlias": "sample string 12",
"ProdId": 13,
"ProdDuration": 14,
"LeaderId": 15,
"LeaderDescription": "sample string 16",
"ProductGroupDescription": "sample string 17",
"PaymentTypeId": 18,
"PaymentDescription": "sample string 19",
"ProdDescr": "sample string 20",
"CuFlProdDescr": "sample string 21",
"Value": 22.1,
"CHGType": 0,
"IsMaisonCredit": true,
"ProductType": 0,
"IsArrangement": true,
"IsHidden": true,
"PrepaidVoucherId": 26,
"Notes": "sample string 27",
"BookingSourceId": 28,
"PrepaymentDepositId": 29
},
{
"Id": 1,
"ChrgDate": "2026-03-13T08:52:09.8374852+02:00",
"InvId": 3,
"ParId": 4,
"SaleTypeId": 5,
"InvSrvId": 6,
"AccDeptId": 7,
"CFPrId": 8,
"ExtPayerId": 9,
"CustId": 10,
"CuFlId": 11,
"CuFlAlias": "sample string 12",
"ProdId": 13,
"ProdDuration": 14,
"LeaderId": 15,
"LeaderDescription": "sample string 16",
"ProductGroupDescription": "sample string 17",
"PaymentTypeId": 18,
"PaymentDescription": "sample string 19",
"ProdDescr": "sample string 20",
"CuFlProdDescr": "sample string 21",
"Value": 22.1,
"CHGType": 0,
"IsMaisonCredit": true,
"ProductType": 0,
"IsArrangement": true,
"IsHidden": true,
"PrepaidVoucherId": 26,
"Notes": "sample string 27",
"BookingSourceId": 28,
"PrepaymentDepositId": 29
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfInvoiceGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models">
<InvoiceGroup>
<ConsumerAddress>sample string 5</ConsumerAddress>
<ConsumerAlias>sample string 4</ConsumerAlias>
<ConsumerCountry>sample string 7</ConsumerCountry>
<ConsumerExtra1>sample string 8</ConsumerExtra1>
<ConsumerFolderType>Inhouse</ConsumerFolderType>
<ConsumerId>3</ConsumerId>
<ConsumerTown>sample string 6</ConsumerTown>
<CreditItems>
<InvoiceGroupCreditItem>
<AccDeptId>7</AccDeptId>
<BookingSourceId>28</BookingSourceId>
<CFPrId>8</CFPrId>
<CHGType>ALL</CHGType>
<ChrgDate>2026-03-13T08:52:09.8374852+02:00</ChrgDate>
<CuFlAlias>sample string 12</CuFlAlias>
<CuFlId>11</CuFlId>
<CuFlProdDescr>sample string 21</CuFlProdDescr>
<CustId>10</CustId>
<ExtPayerId>9</ExtPayerId>
<Id>1</Id>
<InvId>3</InvId>
<InvSrvId>6</InvSrvId>
<IsArrangement>true</IsArrangement>
<IsHidden>true</IsHidden>
<IsMaisonCredit>true</IsMaisonCredit>
<LeaderDescription>sample string 16</LeaderDescription>
<LeaderId>15</LeaderId>
<Notes>sample string 27</Notes>
<ParId>4</ParId>
<PaymentDescription>sample string 19</PaymentDescription>
<PaymentTypeId>18</PaymentTypeId>
<PrepaidVoucherId>26</PrepaidVoucherId>
<PrepaymentDepositId>29</PrepaymentDepositId>
<ProdDescr>sample string 20</ProdDescr>
<ProdDuration>14</ProdDuration>
<ProdId>13</ProdId>
<ProductGroupDescription>sample string 17</ProductGroupDescription>
<ProductType>PT_THERAPY</ProductType>
<SaleTypeId>5</SaleTypeId>
<Value>22.1</Value>
</InvoiceGroupCreditItem>
<InvoiceGroupCreditItem>
<AccDeptId>7</AccDeptId>
<BookingSourceId>28</BookingSourceId>
<CFPrId>8</CFPrId>
<CHGType>ALL</CHGType>
<ChrgDate>2026-03-13T08:52:09.8374852+02:00</ChrgDate>
<CuFlAlias>sample string 12</CuFlAlias>
<CuFlId>11</CuFlId>
<CuFlProdDescr>sample string 21</CuFlProdDescr>
<CustId>10</CustId>
<ExtPayerId>9</ExtPayerId>
<Id>1</Id>
<InvId>3</InvId>
<InvSrvId>6</InvSrvId>
<IsArrangement>true</IsArrangement>
<IsHidden>true</IsHidden>
<IsMaisonCredit>true</IsMaisonCredit>
<LeaderDescription>sample string 16</LeaderDescription>
<LeaderId>15</LeaderId>
<Notes>sample string 27</Notes>
<ParId>4</ParId>
<PaymentDescription>sample string 19</PaymentDescription>
<PaymentTypeId>18</PaymentTypeId>
<PrepaidVoucherId>26</PrepaidVoucherId>
<PrepaymentDepositId>29</PrepaymentDepositId>
<ProdDescr>sample string 20</ProdDescr>
<ProdDuration>14</ProdDuration>
<ProdId>13</ProdId>
<ProductGroupDescription>sample string 17</ProductGroupDescription>
<ProductType>PT_THERAPY</ProductType>
<SaleTypeId>5</SaleTypeId>
<Value>22.1</Value>
</InvoiceGroupCreditItem>
</CreditItems>
<CustomerAFM>sample string 17</CustomerAFM>
<CustomerAddress>sample string 13</CustomerAddress>
<CustomerAlias>sample string 11</CustomerAlias>
<CustomerDOY>sample string 18</CustomerDOY>
<CustomerId>9</CustomerId>
<CustomerJob>sample string 12</CustomerJob>
<CustomerPhone>sample string 16</CustomerPhone>
<CustomerTown>sample string 14</CustomerTown>
<CustomerZip>sample string 15</CustomerZip>
<DFValue>38.1</DFValue>
<DebitItems>
<InvoiceGroupDebitItem>
<AccDeptId>6</AccDeptId>
<BookingSourceId>31</BookingSourceId>
<CFPrId>7</CFPrId>
<CHGType>ALL</CHGType>
<ChrgDate>2026-03-13T08:52:09.8374852+02:00</ChrgDate>
<ChrgQuantity>19.1</ChrgQuantity>
<ChrgVAT>20.1</ChrgVAT>
<CuFlAlias>sample string 9</CuFlAlias>
<CuFlId>8</CuFlId>
<CuFlProdDescr>sample string 18</CuFlProdDescr>
<DepartmentId>11</DepartmentId>
<DiscountPercent>24.1</DiscountPercent>
<DiscountValue>25.1</DiscountValue>
<FolderType>Inhouse</FolderType>
<Id>1</Id>
<InvId>3</InvId>
<InvSrvId>5</InvSrvId>
<IsArrangement>true</IsArrangement>
<IsHidden>true</IsHidden>
<IsMaisonDebit>true</IsMaisonDebit>
<LeaderDescription>sample string 15</LeaderDescription>
<LeaderId>14</LeaderId>
<Name>sample string 10</Name>
<NetValue>22.1</NetValue>
<PrepaidVoucherId>29</PrepaidVoucherId>
<PrepaymentDepositId>30</PrepaymentDepositId>
<ProdDescr>sample string 17</ProdDescr>
<ProdDuration>13</ProdDuration>
<ProdId>12</ProdId>
<ProductGroupDescription>sample string 16</ProductGroupDescription>
<SaleTypeId>4</SaleTypeId>
<VATValue>21.1</VATValue>
<Value>23.1</Value>
</InvoiceGroupDebitItem>
<InvoiceGroupDebitItem>
<AccDeptId>6</AccDeptId>
<BookingSourceId>31</BookingSourceId>
<CFPrId>7</CFPrId>
<CHGType>ALL</CHGType>
<ChrgDate>2026-03-13T08:52:09.8374852+02:00</ChrgDate>
<ChrgQuantity>19.1</ChrgQuantity>
<ChrgVAT>20.1</ChrgVAT>
<CuFlAlias>sample string 9</CuFlAlias>
<CuFlId>8</CuFlId>
<CuFlProdDescr>sample string 18</CuFlProdDescr>
<DepartmentId>11</DepartmentId>
<DiscountPercent>24.1</DiscountPercent>
<DiscountValue>25.1</DiscountValue>
<FolderType>Inhouse</FolderType>
<Id>1</Id>
<InvId>3</InvId>
<InvSrvId>5</InvSrvId>
<IsArrangement>true</IsArrangement>
<IsHidden>true</IsHidden>
<IsMaisonDebit>true</IsMaisonDebit>
<LeaderDescription>sample string 15</LeaderDescription>
<LeaderId>14</LeaderId>
<Name>sample string 10</Name>
<NetValue>22.1</NetValue>
<PrepaidVoucherId>29</PrepaidVoucherId>
<PrepaymentDepositId>30</PrepaymentDepositId>
<ProdDescr>sample string 17</ProdDescr>
<ProdDuration>13</ProdDuration>
<ProdId>12</ProdId>
<ProductGroupDescription>sample string 16</ProductGroupDescription>
<SaleTypeId>4</SaleTypeId>
<VATValue>21.1</VATValue>
<Value>23.1</Value>
</InvoiceGroupDebitItem>
</DebitItems>
<DiscountValue>35.1</DiscountValue>
<ExternalReferenceId>32</ExternalReferenceId>
<FMUFiscalizationOnClient>true</FMUFiscalizationOnClient>
<FMUWebApiAddress>sample string 44</FMUWebApiAddress>
<FOCustomerId>20</FOCustomerId>
<FOPayerId>19</FOPayerId>
<FOReservationId>sample string 22</FOReservationId>
<HotelAlias>sample string 21</HotelAlias>
<Id>1</Id>
<InvCode>sample string 42</InvCode>
<InvOrder>sample string 25</InvOrder>
<InvOrdinalNumber>26</InvOrdinalNumber>
<InvTypeDescription>sample string 28</InvTypeDescription>
<InvTypeId>27</InvTypeId>
<InvoiceType>
<Alias>sample string 3</Alias>
<Description>sample string 2</Description>
<Id>1</Id>
<IssueOnServer>true</IssueOnServer>
<RequiresAFM>true</RequiresAFM>
<RequiresPayment>true</RequiresPayment>
</InvoiceType>
<IsPaymentSpecified>true</IsPaymentSpecified>
<IssueDate>2026-03-13T08:52:09.8374852+02:00</IssueDate>
<IssueTime>2026-03-13T08:52:09.8374852+02:00</IssueTime>
<LeaderId>10</LeaderId>
<NetPriceAfterDiscount>36.1</NetPriceAfterDiscount>
<NetPriceBeforeDiscount>34.1</NetPriceBeforeDiscount>
<Notes>sample string 33</Notes>
<PayoutState>NotSpecified</PayoutState>
<PayoutTypeDescription>sample string 31</PayoutTypeDescription>
<PayoutTypeId>1</PayoutTypeId>
<PayoutValue>39.1</PayoutValue>
<PrepaidVoucherId>1</PrepaidVoucherId>
<PrepaymentDepositId>1</PrepaymentDepositId>
<SaleCategory>NoGroup</SaleCategory>
<SaleTypeDescr>sample string 24</SaleTypeDescr>
<SaleTypeId>23</SaleTypeId>
<Tips>40.1</Tips>
<UserName>sample string 2</UserName>
<VATValue>37.1</VATValue>
<ValidPaymentTypes>
<PaymentType>
<Category>sample string 3</Category>
<Description>sample string 2</Description>
<Id>1</Id>
<PMSValidateCustomer>true</PMSValidateCustomer>
</PaymentType>
<PaymentType>
<Category>sample string 3</Category>
<Description>sample string 2</Description>
<Id>1</Id>
<PMSValidateCustomer>true</PMSValidateCustomer>
</PaymentType>
</ValidPaymentTypes>
</InvoiceGroup>
<InvoiceGroup>
<ConsumerAddress>sample string 5</ConsumerAddress>
<ConsumerAlias>sample string 4</ConsumerAlias>
<ConsumerCountry>sample string 7</ConsumerCountry>
<ConsumerExtra1>sample string 8</ConsumerExtra1>
<ConsumerFolderType>Inhouse</ConsumerFolderType>
<ConsumerId>3</ConsumerId>
<ConsumerTown>sample string 6</ConsumerTown>
<CreditItems>
<InvoiceGroupCreditItem>
<AccDeptId>7</AccDeptId>
<BookingSourceId>28</BookingSourceId>
<CFPrId>8</CFPrId>
<CHGType>ALL</CHGType>
<ChrgDate>2026-03-13T08:52:09.8374852+02:00</ChrgDate>
<CuFlAlias>sample string 12</CuFlAlias>
<CuFlId>11</CuFlId>
<CuFlProdDescr>sample string 21</CuFlProdDescr>
<CustId>10</CustId>
<ExtPayerId>9</ExtPayerId>
<Id>1</Id>
<InvId>3</InvId>
<InvSrvId>6</InvSrvId>
<IsArrangement>true</IsArrangement>
<IsHidden>true</IsHidden>
<IsMaisonCredit>true</IsMaisonCredit>
<LeaderDescription>sample string 16</LeaderDescription>
<LeaderId>15</LeaderId>
<Notes>sample string 27</Notes>
<ParId>4</ParId>
<PaymentDescription>sample string 19</PaymentDescription>
<PaymentTypeId>18</PaymentTypeId>
<PrepaidVoucherId>26</PrepaidVoucherId>
<PrepaymentDepositId>29</PrepaymentDepositId>
<ProdDescr>sample string 20</ProdDescr>
<ProdDuration>14</ProdDuration>
<ProdId>13</ProdId>
<ProductGroupDescription>sample string 17</ProductGroupDescription>
<ProductType>PT_THERAPY</ProductType>
<SaleTypeId>5</SaleTypeId>
<Value>22.1</Value>
</InvoiceGroupCreditItem>
<InvoiceGroupCreditItem>
<AccDeptId>7</AccDeptId>
<BookingSourceId>28</BookingSourceId>
<CFPrId>8</CFPrId>
<CHGType>ALL</CHGType>
<ChrgDate>2026-03-13T08:52:09.8374852+02:00</ChrgDate>
<CuFlAlias>sample string 12</CuFlAlias>
<CuFlId>11</CuFlId>
<CuFlProdDescr>sample string 21</CuFlProdDescr>
<CustId>10</CustId>
<ExtPayerId>9</ExtPayerId>
<Id>1</Id>
<InvId>3</InvId>
<InvSrvId>6</InvSrvId>
<IsArrangement>true</IsArrangement>
<IsHidden>true</IsHidden>
<IsMaisonCredit>true</IsMaisonCredit>
<LeaderDescription>sample string 16</LeaderDescription>
<LeaderId>15</LeaderId>
<Notes>sample string 27</Notes>
<ParId>4</ParId>
<PaymentDescription>sample string 19</PaymentDescription>
<PaymentTypeId>18</PaymentTypeId>
<PrepaidVoucherId>26</PrepaidVoucherId>
<PrepaymentDepositId>29</PrepaymentDepositId>
<ProdDescr>sample string 20</ProdDescr>
<ProdDuration>14</ProdDuration>
<ProdId>13</ProdId>
<ProductGroupDescription>sample string 17</ProductGroupDescription>
<ProductType>PT_THERAPY</ProductType>
<SaleTypeId>5</SaleTypeId>
<Value>22.1</Value>
</InvoiceGroupCreditItem>
</CreditItems>
<CustomerAFM>sample string 17</CustomerAFM>
<CustomerAddress>sample string 13</CustomerAddress>
<CustomerAlias>sample string 11</CustomerAlias>
<CustomerDOY>sample string 18</CustomerDOY>
<CustomerId>9</CustomerId>
<CustomerJob>sample string 12</CustomerJob>
<CustomerPhone>sample string 16</CustomerPhone>
<CustomerTown>sample string 14</CustomerTown>
<CustomerZip>sample string 15</CustomerZip>
<DFValue>38.1</DFValue>
<DebitItems>
<InvoiceGroupDebitItem>
<AccDeptId>6</AccDeptId>
<BookingSourceId>31</BookingSourceId>
<CFPrId>7</CFPrId>
<CHGType>ALL</CHGType>
<ChrgDate>2026-03-13T08:52:09.8374852+02:00</ChrgDate>
<ChrgQuantity>19.1</ChrgQuantity>
<ChrgVAT>20.1</ChrgVAT>
<CuFlAlias>sample string 9</CuFlAlias>
<CuFlId>8</CuFlId>
<CuFlProdDescr>sample string 18</CuFlProdDescr>
<DepartmentId>11</DepartmentId>
<DiscountPercent>24.1</DiscountPercent>
<DiscountValue>25.1</DiscountValue>
<FolderType>Inhouse</FolderType>
<Id>1</Id>
<InvId>3</InvId>
<InvSrvId>5</InvSrvId>
<IsArrangement>true</IsArrangement>
<IsHidden>true</IsHidden>
<IsMaisonDebit>true</IsMaisonDebit>
<LeaderDescription>sample string 15</LeaderDescription>
<LeaderId>14</LeaderId>
<Name>sample string 10</Name>
<NetValue>22.1</NetValue>
<PrepaidVoucherId>29</PrepaidVoucherId>
<PrepaymentDepositId>30</PrepaymentDepositId>
<ProdDescr>sample string 17</ProdDescr>
<ProdDuration>13</ProdDuration>
<ProdId>12</ProdId>
<ProductGroupDescription>sample string 16</ProductGroupDescription>
<SaleTypeId>4</SaleTypeId>
<VATValue>21.1</VATValue>
<Value>23.1</Value>
</InvoiceGroupDebitItem>
<InvoiceGroupDebitItem>
<AccDeptId>6</AccDeptId>
<BookingSourceId>31</BookingSourceId>
<CFPrId>7</CFPrId>
<CHGType>ALL</CHGType>
<ChrgDate>2026-03-13T08:52:09.8374852+02:00</ChrgDate>
<ChrgQuantity>19.1</ChrgQuantity>
<ChrgVAT>20.1</ChrgVAT>
<CuFlAlias>sample string 9</CuFlAlias>
<CuFlId>8</CuFlId>
<CuFlProdDescr>sample string 18</CuFlProdDescr>
<DepartmentId>11</DepartmentId>
<DiscountPercent>24.1</DiscountPercent>
<DiscountValue>25.1</DiscountValue>
<FolderType>Inhouse</FolderType>
<Id>1</Id>
<InvId>3</InvId>
<InvSrvId>5</InvSrvId>
<IsArrangement>true</IsArrangement>
<IsHidden>true</IsHidden>
<IsMaisonDebit>true</IsMaisonDebit>
<LeaderDescription>sample string 15</LeaderDescription>
<LeaderId>14</LeaderId>
<Name>sample string 10</Name>
<NetValue>22.1</NetValue>
<PrepaidVoucherId>29</PrepaidVoucherId>
<PrepaymentDepositId>30</PrepaymentDepositId>
<ProdDescr>sample string 17</ProdDescr>
<ProdDuration>13</ProdDuration>
<ProdId>12</ProdId>
<ProductGroupDescription>sample string 16</ProductGroupDescription>
<SaleTypeId>4</SaleTypeId>
<VATValue>21.1</VATValue>
<Value>23.1</Value>
</InvoiceGroupDebitItem>
</DebitItems>
<DiscountValue>35.1</DiscountValue>
<ExternalReferenceId>32</ExternalReferenceId>
<FMUFiscalizationOnClient>true</FMUFiscalizationOnClient>
<FMUWebApiAddress>sample string 44</FMUWebApiAddress>
<FOCustomerId>20</FOCustomerId>
<FOPayerId>19</FOPayerId>
<FOReservationId>sample string 22</FOReservationId>
<HotelAlias>sample string 21</HotelAlias>
<Id>1</Id>
<InvCode>sample string 42</InvCode>
<InvOrder>sample string 25</InvOrder>
<InvOrdinalNumber>26</InvOrdinalNumber>
<InvTypeDescription>sample string 28</InvTypeDescription>
<InvTypeId>27</InvTypeId>
<InvoiceType>
<Alias>sample string 3</Alias>
<Description>sample string 2</Description>
<Id>1</Id>
<IssueOnServer>true</IssueOnServer>
<RequiresAFM>true</RequiresAFM>
<RequiresPayment>true</RequiresPayment>
</InvoiceType>
<IsPaymentSpecified>true</IsPaymentSpecified>
<IssueDate>2026-03-13T08:52:09.8374852+02:00</IssueDate>
<IssueTime>2026-03-13T08:52:09.8374852+02:00</IssueTime>
<LeaderId>10</LeaderId>
<NetPriceAfterDiscount>36.1</NetPriceAfterDiscount>
<NetPriceBeforeDiscount>34.1</NetPriceBeforeDiscount>
<Notes>sample string 33</Notes>
<PayoutState>NotSpecified</PayoutState>
<PayoutTypeDescription>sample string 31</PayoutTypeDescription>
<PayoutTypeId>1</PayoutTypeId>
<PayoutValue>39.1</PayoutValue>
<PrepaidVoucherId>1</PrepaidVoucherId>
<PrepaymentDepositId>1</PrepaymentDepositId>
<SaleCategory>NoGroup</SaleCategory>
<SaleTypeDescr>sample string 24</SaleTypeDescr>
<SaleTypeId>23</SaleTypeId>
<Tips>40.1</Tips>
<UserName>sample string 2</UserName>
<VATValue>37.1</VATValue>
<ValidPaymentTypes>
<PaymentType>
<Category>sample string 3</Category>
<Description>sample string 2</Description>
<Id>1</Id>
<PMSValidateCustomer>true</PMSValidateCustomer>
</PaymentType>
<PaymentType>
<Category>sample string 3</Category>
<Description>sample string 2</Description>
<Id>1</Id>
<PMSValidateCustomer>true</PMSValidateCustomer>
</PaymentType>
</ValidPaymentTypes>
</InvoiceGroup>
</ArrayOfInvoiceGroup>