POST api/invoices/issueinvoice
Request Information
URI Parameters
None.
Body Parameters
InvoiceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CFId | integer |
None. |
|
| InvTypeId | integer |
None. |
|
| SaleTypeId | integer |
None. |
|
| Notes | string |
None. |
|
| EmailAddress | string |
None. |
|
| PrintInvoice | integer |
None. |
|
| PayerModel | Payer |
None. |
|
| CustomerModel | Customer |
None. |
|
| PayoutTypeId | integer |
None. |
|
| SelectedItems | Collection of ProductForSaleLine |
None. |
Request Formats
application/json, text/json
Sample:
{
"CFId": 1,
"InvTypeId": 2,
"SaleTypeId": 3,
"Notes": "sample string 4",
"EmailAddress": "sample string 5",
"PrintInvoice": 6,
"PayerModel": {
"PayerId": 1,
"PayerAlias": "sample string 2",
"PayerAddress": "sample string 3",
"PayerTown": "sample string 4",
"PayerCountry": "sample string 5",
"PayerCountryId": 6,
"PayerAFM": "sample string 7",
"PayerTaxOffice": "sample string 8",
"PayerJob": "sample string 9",
"PayerPhone": "sample string 10",
"PayerFax": "sample string 11",
"PayerZipCode": "sample string 12"
},
"CustomerModel": {
"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": "2026-03-13T07:16:40.6141413+02:00",
"PMSDepartureDate": "2026-03-13T07:16:40.6141413+02:00",
"BirthDate": "sample string 16",
"FolderId": 17,
"FolderAlias": "sample string 18",
"CustomerId": 19,
"FolderNotes": "sample string 20",
"MemberId": "sample string 21",
"ActivationDate": "2026-03-13T07:16:40.6141413+02:00",
"CustomerTypeId": 23,
"PropertyId": 24,
"LanguageId": 25,
"AcceptsMarketingEmails": true,
"AcceptsOperationEmails": true,
"Gender": 28,
"GoogleUserId": "sample string 29"
},
"PayoutTypeId": 7,
"SelectedItems": [
{
"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": "2026-03-13T07:16:40.6141413+02:00",
"StartDate": "2026-03-13T07:16:40.6141413+02:00",
"EndDate": "2026-03-13T07:16:40.6141413+02:00",
"ProductRecommendationId": 27,
"IsMaison": true,
"IsForCouple": true,
"ExtReference1": "sample string 30",
"ParentProdId": 31,
"DiscountVoucherId": 32,
"PromoCodeId": 33,
"IsComponent": true,
"SCListId": 35,
"CampaignId": 36,
"BookingSourceActionId": 37,
"CommercialPolicyId": 38,
"DiscountReason": "sample string 39",
"ExcludeFromInvoicePolicies": true
},
{
"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": "2026-03-13T07:16:40.6141413+02:00",
"StartDate": "2026-03-13T07:16:40.6141413+02:00",
"EndDate": "2026-03-13T07:16:40.6141413+02:00",
"ProductRecommendationId": 27,
"IsMaison": true,
"IsForCouple": true,
"ExtReference1": "sample string 30",
"ParentProdId": 31,
"DiscountVoucherId": 32,
"PromoCodeId": 33,
"IsComponent": true,
"SCListId": 35,
"CampaignId": 36,
"BookingSourceActionId": 37,
"CommercialPolicyId": 38,
"DiscountReason": "sample string 39",
"ExcludeFromInvoicePolicies": true
}
]
}
application/xml, text/xml
Sample:
<InvoiceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models">
<CFId>1</CFId>
<CustomerModel>
<AcceptsMarketingEmails>true</AcceptsMarketingEmails>
<AcceptsOperationEmails>true</AcceptsOperationEmails>
<ActivationDate>2026-03-13T07:16:40.6141413+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>2026-03-13T07:16:40.6141413+02:00</PMSArrivalDate>
<PMSDepartureDate>2026-03-13T07:16:40.6141413+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>
</CustomerModel>
<EmailAddress>sample string 5</EmailAddress>
<InvTypeId>2</InvTypeId>
<Notes>sample string 4</Notes>
<PayerModel>
<PayerAFM>sample string 7</PayerAFM>
<PayerAddress>sample string 3</PayerAddress>
<PayerAlias>sample string 2</PayerAlias>
<PayerCountry>sample string 5</PayerCountry>
<PayerCountryId>6</PayerCountryId>
<PayerFax>sample string 11</PayerFax>
<PayerId>1</PayerId>
<PayerJob>sample string 9</PayerJob>
<PayerPhone>sample string 10</PayerPhone>
<PayerTaxOffice>sample string 8</PayerTaxOffice>
<PayerTown>sample string 4</PayerTown>
<PayerZipCode>sample string 12</PayerZipCode>
</PayerModel>
<PayoutTypeId>7</PayoutTypeId>
<PrintInvoice>6</PrintInvoice>
<SaleTypeId>3</SaleTypeId>
<SelectedItems>
<ProductForSaleLine>
<AssistantId>17</AssistantId>
<BookingSourceActionId>37</BookingSourceActionId>
<BookingSourceId>19</BookingSourceId>
<CFId>18</CFId>
<CampaignId>36</CampaignId>
<ChargeMethod>PCM_NOTSPECIFIED</ChargeMethod>
<CommercialPolicyId>38</CommercialPolicyId>
<DiscountPercent>9.1</DiscountPercent>
<DiscountReason>sample string 39</DiscountReason>
<DiscountValue>10.1</DiscountValue>
<DiscountVoucherId>32</DiscountVoucherId>
<Duration>22</Duration>
<EndDate>2026-03-13T07:16:40.6141413+02:00</EndDate>
<ExcludeFromInvoicePolicies>true</ExcludeFromInvoicePolicies>
<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>2026-03-13T07:16:40.6141413+02: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>2026-03-13T07:16:40.6141413+02:00</StartDate>
<TotalPrice>11.1</TotalPrice>
<VATPercent>12.1</VATPercent>
<VATValue>13.1</VATValue>
</ProductForSaleLine>
<ProductForSaleLine>
<AssistantId>17</AssistantId>
<BookingSourceActionId>37</BookingSourceActionId>
<BookingSourceId>19</BookingSourceId>
<CFId>18</CFId>
<CampaignId>36</CampaignId>
<ChargeMethod>PCM_NOTSPECIFIED</ChargeMethod>
<CommercialPolicyId>38</CommercialPolicyId>
<DiscountPercent>9.1</DiscountPercent>
<DiscountReason>sample string 39</DiscountReason>
<DiscountValue>10.1</DiscountValue>
<DiscountVoucherId>32</DiscountVoucherId>
<Duration>22</Duration>
<EndDate>2026-03-13T07:16:40.6141413+02:00</EndDate>
<ExcludeFromInvoicePolicies>true</ExcludeFromInvoicePolicies>
<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>2026-03-13T07:16:40.6141413+02: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>2026-03-13T07:16:40.6141413+02:00</StartDate>
<TotalPrice>11.1</TotalPrice>
<VATPercent>12.1</VATPercent>
<VATValue>13.1</VATValue>
</ProductForSaleLine>
</SelectedItems>
</InvoiceModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
FiscalizedInvoice| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientCode | string |
None. |
|
| AccId | integer |
None. |
|
| PropertyCode | string |
None. |
|
| PropertyId | integer |
None. |
|
| Content | string |
None. |
|
| FMUFiscalizationOnClient | boolean |
None. |
|
| FMUWebApiAddress | string |
None. |
|
| FMUSignature | string |
None. |
|
| QRCode | string |
None. |
|
| IssueOnServer | boolean |
None. |
|
| PrintOnServer | boolean |
None. |
|
| Fiscalized | boolean |
None. |
|
| SignedSuccess | boolean |
None. |
|
| PaymentSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Success | boolean |
None. |
|
| InitialInvoiceGroup | InvoiceGroup |
None. |
Response Formats
application/json, text/json
Sample:
{
"ClientCode": "sample string 1",
"AccId": 2,
"PropertyCode": "sample string 3",
"PropertyId": 4,
"Content": "sample string 5",
"FMUFiscalizationOnClient": true,
"FMUWebApiAddress": "sample string 7",
"FMUSignature": "sample string 8",
"QRCode": "sample string 9",
"IssueOnServer": true,
"PrintOnServer": true,
"Fiscalized": true,
"SignedSuccess": true,
"PaymentSuccess": true,
"ErrorMessage": "sample string 15",
"Success": true,
"InitialInvoiceGroup": {
"Id": 1,
"UserName": "sample string 2",
"ConsumerId": 3,
"ConsumerAlias": "sample string 4",
"ConsumerAddress": "sample string 5",
"ConsumerTown": "sample string 6",
"ConsumerCountry": "sample string 7",
"ConsumerEmail": "sample string 8",
"ConsumerExtra1": "sample string 9",
"ConsumerFolderType": 0,
"CustomerId": 10,
"LeaderId": 11,
"CustomerAlias": "sample string 12",
"CustomerJob": "sample string 13",
"CustomerAddress": "sample string 14",
"CustomerTown": "sample string 15",
"CustomerZip": "sample string 16",
"CustomerPhone": "sample string 17",
"CustomerAFM": "sample string 18",
"CustomerDOY": "sample string 19",
"CustomerCountryId": 20,
"CustomerCountryCode": "sample string 21",
"FOPayerId": 22,
"FOCustomerId": 23,
"HotelAlias": "sample string 24",
"FOReservationId": "sample string 25",
"SaleTypeId": 26,
"SaleTypeDescr": "sample string 27",
"InvOrder": "sample string 28",
"InvOrdinalNumber": 29,
"InvTypeId": 30,
"InvTypeDescription": "sample string 31",
"IssueDate": "2026-03-13T07:16:40.6297658+02:00",
"IssueTime": "2026-03-13T07:16:40.6297658+02:00",
"PayoutTypeId": 1,
"PrepaidVoucherId": 1,
"PrepaymentDepositId": 1,
"PayoutTypeDescription": "sample string 34",
"ExternalReferenceId": 35,
"Notes": "sample string 36",
"NetPriceBeforeDiscount": 37.1,
"DiscountValue": 38.1,
"PayoutState": 0,
"NetPriceAfterDiscount": 39.1,
"VATValue": 40.1,
"DFValue": 41.1,
"PayoutValue": 42.1,
"Tips": 43.1,
"IsPaymentSpecified": true,
"SaleCategory": 0,
"InvCode": "sample string 45",
"FMUFiscalizationOnClient": true,
"FMUWebApiAddress": "sample string 47",
"InvoiceGUID": "sample string 48",
"InvoiceType": {
"Id": 1,
"Description": "sample string 2",
"Alias": "sample string 3",
"IssueOnServer": true,
"RequiresAFM": true,
"RequiresPayment": true,
"FMUFiscalizationOnClient": true,
"FMUWebApiAddress": "sample string 8"
},
"ValidPaymentTypes": [
{
"Id": 1,
"Description": "sample string 2",
"Category": 3,
"CreatesDebit": true,
"DebitType": 64,
"PMSDebitorId1": "sample string 6",
"PMSDebitorId2": "sample string 7",
"PMSDebitorType": "sample string 8",
"IsMaison": true,
"ExtReference": "sample string 10",
"IsActive": true,
"UseCrossPosting": true,
"InvReportIdCopy1": 13,
"InvReportIdCopy2": 14,
"PMSValidateCustomer": true,
"InvTypeId": 16,
"ExtReference2": "sample string 17",
"EFTPosTerminalId": 18,
"CreatesReverseCredit": true,
"ReverseCreditCuFlId": 20,
"InvoicePaymentCategoryId": 21,
"AskForTips": true,
"ExtReference3": "sample string 23",
"EFTPosTerminalCardTypeCode": "sample string 24",
"EFTPosTerminalPaymentType": "sample string 25",
"CustomerType": 0,
"PropertyId": 26
},
{
"Id": 1,
"Description": "sample string 2",
"Category": 3,
"CreatesDebit": true,
"DebitType": 64,
"PMSDebitorId1": "sample string 6",
"PMSDebitorId2": "sample string 7",
"PMSDebitorType": "sample string 8",
"IsMaison": true,
"ExtReference": "sample string 10",
"IsActive": true,
"UseCrossPosting": true,
"InvReportIdCopy1": 13,
"InvReportIdCopy2": 14,
"PMSValidateCustomer": true,
"InvTypeId": 16,
"ExtReference2": "sample string 17",
"EFTPosTerminalId": 18,
"CreatesReverseCredit": true,
"ReverseCreditCuFlId": 20,
"InvoicePaymentCategoryId": 21,
"AskForTips": true,
"ExtReference3": "sample string 23",
"EFTPosTerminalCardTypeCode": "sample string 24",
"EFTPosTerminalPaymentType": "sample string 25",
"CustomerType": 0,
"PropertyId": 26
}
],
"DebitItems": [
{
"Id": 1,
"ChrgDate": "2026-03-13T07:16:40.6297658+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-13T07:16:40.6297658+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-13T07:16:40.6297658+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-13T07:16:40.6297658+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
}
],
"PaymentSignature": {
"Id": 1,
"InvoicePaymentId": 2,
"ECRTOKEN": "sample string 3",
"PID": "sample string 4",
"UID": "sample string 5",
"MARK": "sample string 6",
"TOTALAMOUNT": "sample string 7",
"TOTALNETAMOUNT": "sample string 8",
"TOTALVATAMOUNT": "sample string 9",
"PAYAMOUNT": "sample string 10",
"DATETIME": "sample string 11",
"TID": "sample string 12",
"SIGNATURE": "sample string 13",
"EXPIRATIONDATE": "sample string 14",
"EXTID": "sample string 15",
"DSIGDATA": "sample string 16"
}
}
}
application/xml, text/xml
Sample:
<FiscalizedInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models">
<AccId>2</AccId>
<ClientCode>sample string 1</ClientCode>
<Content>sample string 5</Content>
<ErrorMessage>sample string 15</ErrorMessage>
<FMUFiscalizationOnClient>true</FMUFiscalizationOnClient>
<FMUSignature>sample string 8</FMUSignature>
<FMUWebApiAddress>sample string 7</FMUWebApiAddress>
<Fiscalized>true</Fiscalized>
<InitialInvoiceGroup>
<ConsumerAddress>sample string 5</ConsumerAddress>
<ConsumerAlias>sample string 4</ConsumerAlias>
<ConsumerCountry>sample string 7</ConsumerCountry>
<ConsumerEmail>sample string 8</ConsumerEmail>
<ConsumerExtra1>sample string 9</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-13T07:16:40.6297658+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-13T07:16:40.6297658+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 18</CustomerAFM>
<CustomerAddress>sample string 14</CustomerAddress>
<CustomerAlias>sample string 12</CustomerAlias>
<CustomerCountryCode>sample string 21</CustomerCountryCode>
<CustomerCountryId>20</CustomerCountryId>
<CustomerDOY>sample string 19</CustomerDOY>
<CustomerId>10</CustomerId>
<CustomerJob>sample string 13</CustomerJob>
<CustomerPhone>sample string 17</CustomerPhone>
<CustomerTown>sample string 15</CustomerTown>
<CustomerZip>sample string 16</CustomerZip>
<DFValue>41.1</DFValue>
<DebitItems>
<InvoiceGroupDebitItem>
<AccDeptId>6</AccDeptId>
<BookingSourceId>31</BookingSourceId>
<CFPrId>7</CFPrId>
<CHGType>ALL</CHGType>
<ChrgDate>2026-03-13T07:16:40.6297658+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-13T07:16:40.6297658+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>38.1</DiscountValue>
<ExternalReferenceId>35</ExternalReferenceId>
<FMUFiscalizationOnClient>true</FMUFiscalizationOnClient>
<FMUWebApiAddress>sample string 47</FMUWebApiAddress>
<FOCustomerId>23</FOCustomerId>
<FOPayerId>22</FOPayerId>
<FOReservationId>sample string 25</FOReservationId>
<HotelAlias>sample string 24</HotelAlias>
<Id>1</Id>
<InvCode>sample string 45</InvCode>
<InvOrder>sample string 28</InvOrder>
<InvOrdinalNumber>29</InvOrdinalNumber>
<InvTypeDescription>sample string 31</InvTypeDescription>
<InvTypeId>30</InvTypeId>
<InvoiceGUID>sample string 48</InvoiceGUID>
<InvoiceType>
<Alias>sample string 3</Alias>
<Description>sample string 2</Description>
<FMUFiscalizationOnClient>true</FMUFiscalizationOnClient>
<FMUWebApiAddress>sample string 8</FMUWebApiAddress>
<Id>1</Id>
<IssueOnServer>true</IssueOnServer>
<RequiresAFM>true</RequiresAFM>
<RequiresPayment>true</RequiresPayment>
</InvoiceType>
<IsPaymentSpecified>true</IsPaymentSpecified>
<IssueDate>2026-03-13T07:16:40.6297658+02:00</IssueDate>
<IssueTime>2026-03-13T07:16:40.6297658+02:00</IssueTime>
<LeaderId>11</LeaderId>
<NetPriceAfterDiscount>39.1</NetPriceAfterDiscount>
<NetPriceBeforeDiscount>37.1</NetPriceBeforeDiscount>
<Notes>sample string 36</Notes>
<PaymentSignature>
<DATETIME>sample string 11</DATETIME>
<DSIGDATA>sample string 16</DSIGDATA>
<ECRTOKEN>sample string 3</ECRTOKEN>
<EXPIRATIONDATE>sample string 14</EXPIRATIONDATE>
<EXTID>sample string 15</EXTID>
<Id>1</Id>
<InvoicePaymentId>2</InvoicePaymentId>
<MARK>sample string 6</MARK>
<PAYAMOUNT>sample string 10</PAYAMOUNT>
<PID>sample string 4</PID>
<SIGNATURE>sample string 13</SIGNATURE>
<TID>sample string 12</TID>
<TOTALAMOUNT>sample string 7</TOTALAMOUNT>
<TOTALNETAMOUNT>sample string 8</TOTALNETAMOUNT>
<TOTALVATAMOUNT>sample string 9</TOTALVATAMOUNT>
<UID>sample string 5</UID>
</PaymentSignature>
<PayoutState>NotSpecified</PayoutState>
<PayoutTypeDescription>sample string 34</PayoutTypeDescription>
<PayoutTypeId>1</PayoutTypeId>
<PayoutValue>42.1</PayoutValue>
<PrepaidVoucherId>1</PrepaidVoucherId>
<PrepaymentDepositId>1</PrepaymentDepositId>
<SaleCategory>NoGroup</SaleCategory>
<SaleTypeDescr>sample string 27</SaleTypeDescr>
<SaleTypeId>26</SaleTypeId>
<Tips>43.1</Tips>
<UserName>sample string 2</UserName>
<VATValue>40.1</VATValue>
<ValidPaymentTypes>
<PaymentType>
<AskForTips>true</AskForTips>
<Category>3</Category>
<CreatesDebit>true</CreatesDebit>
<CreatesReverseCredit>true</CreatesReverseCredit>
<CustomerType>Inhouse</CustomerType>
<DebitType>64</DebitType>
<Description>sample string 2</Description>
<EFTPosTerminalCardTypeCode>sample string 24</EFTPosTerminalCardTypeCode>
<EFTPosTerminalId>18</EFTPosTerminalId>
<EFTPosTerminalPaymentType>sample string 25</EFTPosTerminalPaymentType>
<ExtReference>sample string 10</ExtReference>
<ExtReference2>sample string 17</ExtReference2>
<ExtReference3>sample string 23</ExtReference3>
<Id>1</Id>
<InvReportIdCopy1>13</InvReportIdCopy1>
<InvReportIdCopy2>14</InvReportIdCopy2>
<InvTypeId>16</InvTypeId>
<InvoicePaymentCategoryId>21</InvoicePaymentCategoryId>
<IsActive>true</IsActive>
<IsMaison>true</IsMaison>
<PMSDebitorId1>sample string 6</PMSDebitorId1>
<PMSDebitorId2>sample string 7</PMSDebitorId2>
<PMSDebitorType>sample string 8</PMSDebitorType>
<PMSValidateCustomer>true</PMSValidateCustomer>
<PropertyId>26</PropertyId>
<ReverseCreditCuFlId>20</ReverseCreditCuFlId>
<UseCrossPosting>true</UseCrossPosting>
</PaymentType>
<PaymentType>
<AskForTips>true</AskForTips>
<Category>3</Category>
<CreatesDebit>true</CreatesDebit>
<CreatesReverseCredit>true</CreatesReverseCredit>
<CustomerType>Inhouse</CustomerType>
<DebitType>64</DebitType>
<Description>sample string 2</Description>
<EFTPosTerminalCardTypeCode>sample string 24</EFTPosTerminalCardTypeCode>
<EFTPosTerminalId>18</EFTPosTerminalId>
<EFTPosTerminalPaymentType>sample string 25</EFTPosTerminalPaymentType>
<ExtReference>sample string 10</ExtReference>
<ExtReference2>sample string 17</ExtReference2>
<ExtReference3>sample string 23</ExtReference3>
<Id>1</Id>
<InvReportIdCopy1>13</InvReportIdCopy1>
<InvReportIdCopy2>14</InvReportIdCopy2>
<InvTypeId>16</InvTypeId>
<InvoicePaymentCategoryId>21</InvoicePaymentCategoryId>
<IsActive>true</IsActive>
<IsMaison>true</IsMaison>
<PMSDebitorId1>sample string 6</PMSDebitorId1>
<PMSDebitorId2>sample string 7</PMSDebitorId2>
<PMSDebitorType>sample string 8</PMSDebitorType>
<PMSValidateCustomer>true</PMSValidateCustomer>
<PropertyId>26</PropertyId>
<ReverseCreditCuFlId>20</ReverseCreditCuFlId>
<UseCrossPosting>true</UseCrossPosting>
</PaymentType>
</ValidPaymentTypes>
</InitialInvoiceGroup>
<IssueOnServer>true</IssueOnServer>
<PaymentSuccess>true</PaymentSuccess>
<PrintOnServer>true</PrintOnServer>
<PropertyCode>sample string 3</PropertyCode>
<PropertyId>4</PropertyId>
<QRCode>sample string 9</QRCode>
<SignedSuccess>true</SignedSuccess>
<Success>true</Success>
</FiscalizedInvoice>