GET v{version}/Sales/GetSalesExport/{SiteID}?StartDate={StartDate}&EndDate={EndDate}

Returns heavy amounts of transaction information between dates, with a maximum of 3 days;

Request Information

URI Parameters

Name Type Description Additional information
SiteID integer

The Unique ID Of The Site To Get Sales Data For

StartDate date

Start Of Sales To Get By The Time That The Item Was Added To A Order.

EndDate date

Start Of Sales To Get By The Time That The Item Was Added To A Order.

version string

None.

Body Parameters

None.

Response Information

Resource Description

V2SalesExportModel
Name Type Description Additional information
SiteID integer

None.

transactions Collection of V2BillHeaderAndFooterModel

None.

Response Formats

application/json, text/json

Sample:
{
  "SiteID": 1,
  "transactions": [
    {
      "EPOSTransactionID": 1,
      "SaleDate": "2025-04-26T10:23:16.456648+01:00",
      "WeekNo": 3,
      "CoverCount": 4,
      "TableNumber": 5,
      "Session": "sample string 6",
      "RevenueCenter": "sample string 7",
      "ActualGrossAmt": 8.0,
      "ActualNetAmt": 9.0,
      "TaxableNetAmt": 10.0,
      "TaxAmt": 11.0,
      "ServiceChargeAmt": 12.0,
      "GratuityAmt": 13.0,
      "TotalDiscountAmount": 14.0,
      "OpenDateTime": "2025-04-26T10:23:16.456648+01:00",
      "ClosedDateTime": "2025-04-26T10:23:16.456648+01:00",
      "EmployeeOpenedBillID": 17,
      "EmployeeOpenedBill": "sample string 18",
      "EmployeeClosedBillID": 19,
      "EmployeeClosedBill": "sample string 20",
      "BillPaid": true,
      "BillTransferred": true,
      "EmployeeWhoTransferredBillID": 23,
      "EmployeeWhoTransferredBillName": "sample string 24",
      "TransferDateTime": "2025-04-26T10:23:16.456648+01:00",
      "CRMMemberID": 25,
      "IsRefund": true,
      "Terminal": "sample string 27",
      "ExternalMembershipID": "sample string 28",
      "BillItemInfos": [
        {
          "EPOSTransactionItemID": 1,
          "EPOSTransactionID": 2,
          "QtySold": 3.0,
          "UnitQuantity": 4.0,
          "OfSku": 5.0,
          "CostPrice": 6.0,
          "ExpectedGrossAmt": 7.0,
          "ActualGrossAmt": 8.0,
          "TaxableNetAmt": 9.0,
          "TaxAmt": 10.0,
          "VATRate": 11.0,
          "VATID": 1,
          "MeasureID": 12,
          "MeasureName": "sample string 13",
          "ProductID": 14,
          "ProductName": "sample string 15",
          "ProductGroupID": 16,
          "ProductGroupName": "sample string 17",
          "ProductTypeID": 18,
          "ProductTypeName": "sample string 19",
          "PriceGroupID": 20,
          "PriceGroupName": "sample string 21",
          "PLU": "sample string 22",
          "CostCenter": "sample string 23",
          "SessionName": "sample string 24",
          "EmployeeWhoSoldID": 25,
          "EmployeeWhoSoldName": "sample string 26",
          "EnterDateTime": "2025-04-26T10:23:16.456648+01:00",
          "IsVoided": true,
          "VoidReason": "sample string 29",
          "EmployeeWhoVoidedID": 1,
          "EmployeeWhoVoidedName": "sample string 30",
          "VoidDateTime": "2025-04-26T10:23:16.456648+01:00",
          "IsErrorCorrect": true,
          "IsOption": true,
          "IsSold": true,
          "IsRefund": true,
          "IsRefundReturnToStock": true,
          "DiscountInfos": [
            {
              "DiscountReasonID": 1,
              "DiscountReasonDesc": "sample string 2",
              "DiscountAmt": 3.0,
              "DiscountApprovedByEmployee": true,
              "DiscountApprovalDateTime": "2025-04-26T10:23:16.456648+01:00"
            },
            {
              "DiscountReasonID": 1,
              "DiscountReasonDesc": "sample string 2",
              "DiscountAmt": 3.0,
              "DiscountApprovedByEmployee": true,
              "DiscountApprovalDateTime": "2025-04-26T10:23:16.456648+01:00"
            }
          ],
          "PromotionInfos": [
            {
              "PromotionID": 1,
              "PromotionName": "sample string 2",
              "PromotionLossGrossAmt": 3.0,
              "PromotionLossNetAmt": 4.0
            },
            {
              "PromotionID": 1,
              "PromotionName": "sample string 2",
              "PromotionLossGrossAmt": 3.0,
              "PromotionLossNetAmt": 4.0
            }
          ]
        },
        {
          "EPOSTransactionItemID": 1,
          "EPOSTransactionID": 2,
          "QtySold": 3.0,
          "UnitQuantity": 4.0,
          "OfSku": 5.0,
          "CostPrice": 6.0,
          "ExpectedGrossAmt": 7.0,
          "ActualGrossAmt": 8.0,
          "TaxableNetAmt": 9.0,
          "TaxAmt": 10.0,
          "VATRate": 11.0,
          "VATID": 1,
          "MeasureID": 12,
          "MeasureName": "sample string 13",
          "ProductID": 14,
          "ProductName": "sample string 15",
          "ProductGroupID": 16,
          "ProductGroupName": "sample string 17",
          "ProductTypeID": 18,
          "ProductTypeName": "sample string 19",
          "PriceGroupID": 20,
          "PriceGroupName": "sample string 21",
          "PLU": "sample string 22",
          "CostCenter": "sample string 23",
          "SessionName": "sample string 24",
          "EmployeeWhoSoldID": 25,
          "EmployeeWhoSoldName": "sample string 26",
          "EnterDateTime": "2025-04-26T10:23:16.456648+01:00",
          "IsVoided": true,
          "VoidReason": "sample string 29",
          "EmployeeWhoVoidedID": 1,
          "EmployeeWhoVoidedName": "sample string 30",
          "VoidDateTime": "2025-04-26T10:23:16.456648+01:00",
          "IsErrorCorrect": true,
          "IsOption": true,
          "IsSold": true,
          "IsRefund": true,
          "IsRefundReturnToStock": true,
          "DiscountInfos": [
            {
              "DiscountReasonID": 1,
              "DiscountReasonDesc": "sample string 2",
              "DiscountAmt": 3.0,
              "DiscountApprovedByEmployee": true,
              "DiscountApprovalDateTime": "2025-04-26T10:23:16.456648+01:00"
            },
            {
              "DiscountReasonID": 1,
              "DiscountReasonDesc": "sample string 2",
              "DiscountAmt": 3.0,
              "DiscountApprovedByEmployee": true,
              "DiscountApprovalDateTime": "2025-04-26T10:23:16.456648+01:00"
            }
          ],
          "PromotionInfos": [
            {
              "PromotionID": 1,
              "PromotionName": "sample string 2",
              "PromotionLossGrossAmt": 3.0,
              "PromotionLossNetAmt": 4.0
            },
            {
              "PromotionID": 1,
              "PromotionName": "sample string 2",
              "PromotionLossGrossAmt": 3.0,
              "PromotionLossNetAmt": 4.0
            }
          ]
        }
      ],
      "PaymentInfos": [
        {
          "EPOSTransactionID": 1,
          "TenderAmount": 2.0,
          "TenderTypeID": 3,
          "TenderTypeName": "sample string 4",
          "EmployeeID": 5,
          "EmployeeName": "sample string 6",
          "TenderedDateTime": "2025-04-26T10:23:16.456648+01:00",
          "TableNo": 8,
          "TenderID": 9
        },
        {
          "EPOSTransactionID": 1,
          "TenderAmount": 2.0,
          "TenderTypeID": 3,
          "TenderTypeName": "sample string 4",
          "EmployeeID": 5,
          "EmployeeName": "sample string 6",
          "TenderedDateTime": "2025-04-26T10:23:16.456648+01:00",
          "TableNo": 8,
          "TenderID": 9
        }
      ]
    },
    {
      "EPOSTransactionID": 1,
      "SaleDate": "2025-04-26T10:23:16.456648+01:00",
      "WeekNo": 3,
      "CoverCount": 4,
      "TableNumber": 5,
      "Session": "sample string 6",
      "RevenueCenter": "sample string 7",
      "ActualGrossAmt": 8.0,
      "ActualNetAmt": 9.0,
      "TaxableNetAmt": 10.0,
      "TaxAmt": 11.0,
      "ServiceChargeAmt": 12.0,
      "GratuityAmt": 13.0,
      "TotalDiscountAmount": 14.0,
      "OpenDateTime": "2025-04-26T10:23:16.456648+01:00",
      "ClosedDateTime": "2025-04-26T10:23:16.456648+01:00",
      "EmployeeOpenedBillID": 17,
      "EmployeeOpenedBill": "sample string 18",
      "EmployeeClosedBillID": 19,
      "EmployeeClosedBill": "sample string 20",
      "BillPaid": true,
      "BillTransferred": true,
      "EmployeeWhoTransferredBillID": 23,
      "EmployeeWhoTransferredBillName": "sample string 24",
      "TransferDateTime": "2025-04-26T10:23:16.456648+01:00",
      "CRMMemberID": 25,
      "IsRefund": true,
      "Terminal": "sample string 27",
      "ExternalMembershipID": "sample string 28",
      "BillItemInfos": [
        {
          "EPOSTransactionItemID": 1,
          "EPOSTransactionID": 2,
          "QtySold": 3.0,
          "UnitQuantity": 4.0,
          "OfSku": 5.0,
          "CostPrice": 6.0,
          "ExpectedGrossAmt": 7.0,
          "ActualGrossAmt": 8.0,
          "TaxableNetAmt": 9.0,
          "TaxAmt": 10.0,
          "VATRate": 11.0,
          "VATID": 1,
          "MeasureID": 12,
          "MeasureName": "sample string 13",
          "ProductID": 14,
          "ProductName": "sample string 15",
          "ProductGroupID": 16,
          "ProductGroupName": "sample string 17",
          "ProductTypeID": 18,
          "ProductTypeName": "sample string 19",
          "PriceGroupID": 20,
          "PriceGroupName": "sample string 21",
          "PLU": "sample string 22",
          "CostCenter": "sample string 23",
          "SessionName": "sample string 24",
          "EmployeeWhoSoldID": 25,
          "EmployeeWhoSoldName": "sample string 26",
          "EnterDateTime": "2025-04-26T10:23:16.456648+01:00",
          "IsVoided": true,
          "VoidReason": "sample string 29",
          "EmployeeWhoVoidedID": 1,
          "EmployeeWhoVoidedName": "sample string 30",
          "VoidDateTime": "2025-04-26T10:23:16.456648+01:00",
          "IsErrorCorrect": true,
          "IsOption": true,
          "IsSold": true,
          "IsRefund": true,
          "IsRefundReturnToStock": true,
          "DiscountInfos": [
            {
              "DiscountReasonID": 1,
              "DiscountReasonDesc": "sample string 2",
              "DiscountAmt": 3.0,
              "DiscountApprovedByEmployee": true,
              "DiscountApprovalDateTime": "2025-04-26T10:23:16.456648+01:00"
            },
            {
              "DiscountReasonID": 1,
              "DiscountReasonDesc": "sample string 2",
              "DiscountAmt": 3.0,
              "DiscountApprovedByEmployee": true,
              "DiscountApprovalDateTime": "2025-04-26T10:23:16.456648+01:00"
            }
          ],
          "PromotionInfos": [
            {
              "PromotionID": 1,
              "PromotionName": "sample string 2",
              "PromotionLossGrossAmt": 3.0,
              "PromotionLossNetAmt": 4.0
            },
            {
              "PromotionID": 1,
              "PromotionName": "sample string 2",
              "PromotionLossGrossAmt": 3.0,
              "PromotionLossNetAmt": 4.0
            }
          ]
        },
        {
          "EPOSTransactionItemID": 1,
          "EPOSTransactionID": 2,
          "QtySold": 3.0,
          "UnitQuantity": 4.0,
          "OfSku": 5.0,
          "CostPrice": 6.0,
          "ExpectedGrossAmt": 7.0,
          "ActualGrossAmt": 8.0,
          "TaxableNetAmt": 9.0,
          "TaxAmt": 10.0,
          "VATRate": 11.0,
          "VATID": 1,
          "MeasureID": 12,
          "MeasureName": "sample string 13",
          "ProductID": 14,
          "ProductName": "sample string 15",
          "ProductGroupID": 16,
          "ProductGroupName": "sample string 17",
          "ProductTypeID": 18,
          "ProductTypeName": "sample string 19",
          "PriceGroupID": 20,
          "PriceGroupName": "sample string 21",
          "PLU": "sample string 22",
          "CostCenter": "sample string 23",
          "SessionName": "sample string 24",
          "EmployeeWhoSoldID": 25,
          "EmployeeWhoSoldName": "sample string 26",
          "EnterDateTime": "2025-04-26T10:23:16.456648+01:00",
          "IsVoided": true,
          "VoidReason": "sample string 29",
          "EmployeeWhoVoidedID": 1,
          "EmployeeWhoVoidedName": "sample string 30",
          "VoidDateTime": "2025-04-26T10:23:16.456648+01:00",
          "IsErrorCorrect": true,
          "IsOption": true,
          "IsSold": true,
          "IsRefund": true,
          "IsRefundReturnToStock": true,
          "DiscountInfos": [
            {
              "DiscountReasonID": 1,
              "DiscountReasonDesc": "sample string 2",
              "DiscountAmt": 3.0,
              "DiscountApprovedByEmployee": true,
              "DiscountApprovalDateTime": "2025-04-26T10:23:16.456648+01:00"
            },
            {
              "DiscountReasonID": 1,
              "DiscountReasonDesc": "sample string 2",
              "DiscountAmt": 3.0,
              "DiscountApprovedByEmployee": true,
              "DiscountApprovalDateTime": "2025-04-26T10:23:16.456648+01:00"
            }
          ],
          "PromotionInfos": [
            {
              "PromotionID": 1,
              "PromotionName": "sample string 2",
              "PromotionLossGrossAmt": 3.0,
              "PromotionLossNetAmt": 4.0
            },
            {
              "PromotionID": 1,
              "PromotionName": "sample string 2",
              "PromotionLossGrossAmt": 3.0,
              "PromotionLossNetAmt": 4.0
            }
          ]
        }
      ],
      "PaymentInfos": [
        {
          "EPOSTransactionID": 1,
          "TenderAmount": 2.0,
          "TenderTypeID": 3,
          "TenderTypeName": "sample string 4",
          "EmployeeID": 5,
          "EmployeeName": "sample string 6",
          "TenderedDateTime": "2025-04-26T10:23:16.456648+01:00",
          "TableNo": 8,
          "TenderID": 9
        },
        {
          "EPOSTransactionID": 1,
          "TenderAmount": 2.0,
          "TenderTypeID": 3,
          "TenderTypeName": "sample string 4",
          "EmployeeID": 5,
          "EmployeeName": "sample string 6",
          "TenderedDateTime": "2025-04-26T10:23:16.456648+01:00",
          "TableNo": 8,
          "TenderID": 9
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<SalesExportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tevalis.API.App.Models.v2.SalesExport">
  <SiteID>1</SiteID>
  <transactions>
    <BillHeaderAndFooterModel>
      <ActualGrossAmt>8</ActualGrossAmt>
      <ActualNetAmt>9</ActualNetAmt>
      <BillItemInfos>
        <BillItemInfo>
          <ActualGrossAmt>8</ActualGrossAmt>
          <CostCenter>sample string 23</CostCenter>
          <CostPrice>6</CostPrice>
          <DiscountInfos>
            <DiscountInfo>
              <DiscountAmt>3</DiscountAmt>
              <DiscountApprovalDateTime>2025-04-26T10:23:16.456648+01:00</DiscountApprovalDateTime>
              <DiscountApprovedByEmployee>true</DiscountApprovedByEmployee>
              <DiscountReasonDesc>sample string 2</DiscountReasonDesc>
              <DiscountReasonID>1</DiscountReasonID>
            </DiscountInfo>
            <DiscountInfo>
              <DiscountAmt>3</DiscountAmt>
              <DiscountApprovalDateTime>2025-04-26T10:23:16.456648+01:00</DiscountApprovalDateTime>
              <DiscountApprovedByEmployee>true</DiscountApprovedByEmployee>
              <DiscountReasonDesc>sample string 2</DiscountReasonDesc>
              <DiscountReasonID>1</DiscountReasonID>
            </DiscountInfo>
          </DiscountInfos>
          <EPOSTransactionID>2</EPOSTransactionID>
          <EPOSTransactionItemID>1</EPOSTransactionItemID>
          <EmployeeWhoSoldID>25</EmployeeWhoSoldID>
          <EmployeeWhoSoldName>sample string 26</EmployeeWhoSoldName>
          <EmployeeWhoVoidedID>1</EmployeeWhoVoidedID>
          <EmployeeWhoVoidedName>sample string 30</EmployeeWhoVoidedName>
          <EnterDateTime>2025-04-26T10:23:16.456648+01:00</EnterDateTime>
          <ExpectedGrossAmt>7</ExpectedGrossAmt>
          <IsErrorCorrect>true</IsErrorCorrect>
          <IsOption>true</IsOption>
          <IsRefund>true</IsRefund>
          <IsRefundReturnToStock>true</IsRefundReturnToStock>
          <IsSold>true</IsSold>
          <IsVoided>true</IsVoided>
          <MeasureID>12</MeasureID>
          <MeasureName>sample string 13</MeasureName>
          <OfSku>5</OfSku>
          <PLU>sample string 22</PLU>
          <PriceGroupID>20</PriceGroupID>
          <PriceGroupName>sample string 21</PriceGroupName>
          <ProductGroupID>16</ProductGroupID>
          <ProductGroupName>sample string 17</ProductGroupName>
          <ProductID>14</ProductID>
          <ProductName>sample string 15</ProductName>
          <ProductTypeID>18</ProductTypeID>
          <ProductTypeName>sample string 19</ProductTypeName>
          <PromotionInfos>
            <PromotionInfo>
              <PromotionID>1</PromotionID>
              <PromotionLossGrossAmt>3</PromotionLossGrossAmt>
              <PromotionLossNetAmt>4</PromotionLossNetAmt>
              <PromotionName>sample string 2</PromotionName>
            </PromotionInfo>
            <PromotionInfo>
              <PromotionID>1</PromotionID>
              <PromotionLossGrossAmt>3</PromotionLossGrossAmt>
              <PromotionLossNetAmt>4</PromotionLossNetAmt>
              <PromotionName>sample string 2</PromotionName>
            </PromotionInfo>
          </PromotionInfos>
          <QtySold>3</QtySold>
          <SessionName>sample string 24</SessionName>
          <TaxAmt>10</TaxAmt>
          <TaxableNetAmt>9</TaxableNetAmt>
          <UnitQuantity>4</UnitQuantity>
          <VATID>1</VATID>
          <VATRate>11</VATRate>
          <VoidDateTime>2025-04-26T10:23:16.456648+01:00</VoidDateTime>
          <VoidReason>sample string 29</VoidReason>
        </BillItemInfo>
        <BillItemInfo>
          <ActualGrossAmt>8</ActualGrossAmt>
          <CostCenter>sample string 23</CostCenter>
          <CostPrice>6</CostPrice>
          <DiscountInfos>
            <DiscountInfo>
              <DiscountAmt>3</DiscountAmt>
              <DiscountApprovalDateTime>2025-04-26T10:23:16.456648+01:00</DiscountApprovalDateTime>
              <DiscountApprovedByEmployee>true</DiscountApprovedByEmployee>
              <DiscountReasonDesc>sample string 2</DiscountReasonDesc>
              <DiscountReasonID>1</DiscountReasonID>
            </DiscountInfo>
            <DiscountInfo>
              <DiscountAmt>3</DiscountAmt>
              <DiscountApprovalDateTime>2025-04-26T10:23:16.456648+01:00</DiscountApprovalDateTime>
              <DiscountApprovedByEmployee>true</DiscountApprovedByEmployee>
              <DiscountReasonDesc>sample string 2</DiscountReasonDesc>
              <DiscountReasonID>1</DiscountReasonID>
            </DiscountInfo>
          </DiscountInfos>
          <EPOSTransactionID>2</EPOSTransactionID>
          <EPOSTransactionItemID>1</EPOSTransactionItemID>
          <EmployeeWhoSoldID>25</EmployeeWhoSoldID>
          <EmployeeWhoSoldName>sample string 26</EmployeeWhoSoldName>
          <EmployeeWhoVoidedID>1</EmployeeWhoVoidedID>
          <EmployeeWhoVoidedName>sample string 30</EmployeeWhoVoidedName>
          <EnterDateTime>2025-04-26T10:23:16.456648+01:00</EnterDateTime>
          <ExpectedGrossAmt>7</ExpectedGrossAmt>
          <IsErrorCorrect>true</IsErrorCorrect>
          <IsOption>true</IsOption>
          <IsRefund>true</IsRefund>
          <IsRefundReturnToStock>true</IsRefundReturnToStock>
          <IsSold>true</IsSold>
          <IsVoided>true</IsVoided>
          <MeasureID>12</MeasureID>
          <MeasureName>sample string 13</MeasureName>
          <OfSku>5</OfSku>
          <PLU>sample string 22</PLU>
          <PriceGroupID>20</PriceGroupID>
          <PriceGroupName>sample string 21</PriceGroupName>
          <ProductGroupID>16</ProductGroupID>
          <ProductGroupName>sample string 17</ProductGroupName>
          <ProductID>14</ProductID>
          <ProductName>sample string 15</ProductName>
          <ProductTypeID>18</ProductTypeID>
          <ProductTypeName>sample string 19</ProductTypeName>
          <PromotionInfos>
            <PromotionInfo>
              <PromotionID>1</PromotionID>
              <PromotionLossGrossAmt>3</PromotionLossGrossAmt>
              <PromotionLossNetAmt>4</PromotionLossNetAmt>
              <PromotionName>sample string 2</PromotionName>
            </PromotionInfo>
            <PromotionInfo>
              <PromotionID>1</PromotionID>
              <PromotionLossGrossAmt>3</PromotionLossGrossAmt>
              <PromotionLossNetAmt>4</PromotionLossNetAmt>
              <PromotionName>sample string 2</PromotionName>
            </PromotionInfo>
          </PromotionInfos>
          <QtySold>3</QtySold>
          <SessionName>sample string 24</SessionName>
          <TaxAmt>10</TaxAmt>
          <TaxableNetAmt>9</TaxableNetAmt>
          <UnitQuantity>4</UnitQuantity>
          <VATID>1</VATID>
          <VATRate>11</VATRate>
          <VoidDateTime>2025-04-26T10:23:16.456648+01:00</VoidDateTime>
          <VoidReason>sample string 29</VoidReason>
        </BillItemInfo>
      </BillItemInfos>
      <BillPaid>true</BillPaid>
      <BillTransferred>true</BillTransferred>
      <CRMMemberID>25</CRMMemberID>
      <ClosedDateTime>2025-04-26T10:23:16.456648+01:00</ClosedDateTime>
      <CoverCount>4</CoverCount>
      <EPOSTransactionID>1</EPOSTransactionID>
      <EmployeeClosedBill>sample string 20</EmployeeClosedBill>
      <EmployeeClosedBillID>19</EmployeeClosedBillID>
      <EmployeeOpenedBill>sample string 18</EmployeeOpenedBill>
      <EmployeeOpenedBillID>17</EmployeeOpenedBillID>
      <EmployeeWhoTransferredBillID>23</EmployeeWhoTransferredBillID>
      <EmployeeWhoTransferredBillName>sample string 24</EmployeeWhoTransferredBillName>
      <ExternalMembershipID>sample string 28</ExternalMembershipID>
      <GratuityAmt>13</GratuityAmt>
      <IsRefund>true</IsRefund>
      <OpenDateTime>2025-04-26T10:23:16.456648+01:00</OpenDateTime>
      <PaymentInfos>
        <PaymentInfo>
          <EPOSTransactionID>1</EPOSTransactionID>
          <EmployeeID>5</EmployeeID>
          <EmployeeName>sample string 6</EmployeeName>
          <TableNo>8</TableNo>
          <TenderAmount>2</TenderAmount>
          <TenderID>9</TenderID>
          <TenderTypeID>3</TenderTypeID>
          <TenderTypeName>sample string 4</TenderTypeName>
          <TenderedDateTime>2025-04-26T10:23:16.456648+01:00</TenderedDateTime>
        </PaymentInfo>
        <PaymentInfo>
          <EPOSTransactionID>1</EPOSTransactionID>
          <EmployeeID>5</EmployeeID>
          <EmployeeName>sample string 6</EmployeeName>
          <TableNo>8</TableNo>
          <TenderAmount>2</TenderAmount>
          <TenderID>9</TenderID>
          <TenderTypeID>3</TenderTypeID>
          <TenderTypeName>sample string 4</TenderTypeName>
          <TenderedDateTime>2025-04-26T10:23:16.456648+01:00</TenderedDateTime>
        </PaymentInfo>
      </PaymentInfos>
      <RevenueCenter>sample string 7</RevenueCenter>
      <SaleDate>2025-04-26T10:23:16.456648+01:00</SaleDate>
      <ServiceChargeAmt>12</ServiceChargeAmt>
      <Session>sample string 6</Session>
      <TableNumber>5</TableNumber>
      <TaxAmt>11</TaxAmt>
      <TaxableNetAmt>10</TaxableNetAmt>
      <Terminal>sample string 27</Terminal>
      <TotalDiscountAmount>14</TotalDiscountAmount>
      <TransferDateTime>2025-04-26T10:23:16.456648+01:00</TransferDateTime>
      <WeekNo>3</WeekNo>
    </BillHeaderAndFooterModel>
    <BillHeaderAndFooterModel>
      <ActualGrossAmt>8</ActualGrossAmt>
      <ActualNetAmt>9</ActualNetAmt>
      <BillItemInfos>
        <BillItemInfo>
          <ActualGrossAmt>8</ActualGrossAmt>
          <CostCenter>sample string 23</CostCenter>
          <CostPrice>6</CostPrice>
          <DiscountInfos>
            <DiscountInfo>
              <DiscountAmt>3</DiscountAmt>
              <DiscountApprovalDateTime>2025-04-26T10:23:16.456648+01:00</DiscountApprovalDateTime>
              <DiscountApprovedByEmployee>true</DiscountApprovedByEmployee>
              <DiscountReasonDesc>sample string 2</DiscountReasonDesc>
              <DiscountReasonID>1</DiscountReasonID>
            </DiscountInfo>
            <DiscountInfo>
              <DiscountAmt>3</DiscountAmt>
              <DiscountApprovalDateTime>2025-04-26T10:23:16.456648+01:00</DiscountApprovalDateTime>
              <DiscountApprovedByEmployee>true</DiscountApprovedByEmployee>
              <DiscountReasonDesc>sample string 2</DiscountReasonDesc>
              <DiscountReasonID>1</DiscountReasonID>
            </DiscountInfo>
          </DiscountInfos>
          <EPOSTransactionID>2</EPOSTransactionID>
          <EPOSTransactionItemID>1</EPOSTransactionItemID>
          <EmployeeWhoSoldID>25</EmployeeWhoSoldID>
          <EmployeeWhoSoldName>sample string 26</EmployeeWhoSoldName>
          <EmployeeWhoVoidedID>1</EmployeeWhoVoidedID>
          <EmployeeWhoVoidedName>sample string 30</EmployeeWhoVoidedName>
          <EnterDateTime>2025-04-26T10:23:16.456648+01:00</EnterDateTime>
          <ExpectedGrossAmt>7</ExpectedGrossAmt>
          <IsErrorCorrect>true</IsErrorCorrect>
          <IsOption>true</IsOption>
          <IsRefund>true</IsRefund>
          <IsRefundReturnToStock>true</IsRefundReturnToStock>
          <IsSold>true</IsSold>
          <IsVoided>true</IsVoided>
          <MeasureID>12</MeasureID>
          <MeasureName>sample string 13</MeasureName>
          <OfSku>5</OfSku>
          <PLU>sample string 22</PLU>
          <PriceGroupID>20</PriceGroupID>
          <PriceGroupName>sample string 21</PriceGroupName>
          <ProductGroupID>16</ProductGroupID>
          <ProductGroupName>sample string 17</ProductGroupName>
          <ProductID>14</ProductID>
          <ProductName>sample string 15</ProductName>
          <ProductTypeID>18</ProductTypeID>
          <ProductTypeName>sample string 19</ProductTypeName>
          <PromotionInfos>
            <PromotionInfo>
              <PromotionID>1</PromotionID>
              <PromotionLossGrossAmt>3</PromotionLossGrossAmt>
              <PromotionLossNetAmt>4</PromotionLossNetAmt>
              <PromotionName>sample string 2</PromotionName>
            </PromotionInfo>
            <PromotionInfo>
              <PromotionID>1</PromotionID>
              <PromotionLossGrossAmt>3</PromotionLossGrossAmt>
              <PromotionLossNetAmt>4</PromotionLossNetAmt>
              <PromotionName>sample string 2</PromotionName>
            </PromotionInfo>
          </PromotionInfos>
          <QtySold>3</QtySold>
          <SessionName>sample string 24</SessionName>
          <TaxAmt>10</TaxAmt>
          <TaxableNetAmt>9</TaxableNetAmt>
          <UnitQuantity>4</UnitQuantity>
          <VATID>1</VATID>
          <VATRate>11</VATRate>
          <VoidDateTime>2025-04-26T10:23:16.456648+01:00</VoidDateTime>
          <VoidReason>sample string 29</VoidReason>
        </BillItemInfo>
        <BillItemInfo>
          <ActualGrossAmt>8</ActualGrossAmt>
          <CostCenter>sample string 23</CostCenter>
          <CostPrice>6</CostPrice>
          <DiscountInfos>
            <DiscountInfo>
              <DiscountAmt>3</DiscountAmt>
              <DiscountApprovalDateTime>2025-04-26T10:23:16.456648+01:00</DiscountApprovalDateTime>
              <DiscountApprovedByEmployee>true</DiscountApprovedByEmployee>
              <DiscountReasonDesc>sample string 2</DiscountReasonDesc>
              <DiscountReasonID>1</DiscountReasonID>
            </DiscountInfo>
            <DiscountInfo>
              <DiscountAmt>3</DiscountAmt>
              <DiscountApprovalDateTime>2025-04-26T10:23:16.456648+01:00</DiscountApprovalDateTime>
              <DiscountApprovedByEmployee>true</DiscountApprovedByEmployee>
              <DiscountReasonDesc>sample string 2</DiscountReasonDesc>
              <DiscountReasonID>1</DiscountReasonID>
            </DiscountInfo>
          </DiscountInfos>
          <EPOSTransactionID>2</EPOSTransactionID>
          <EPOSTransactionItemID>1</EPOSTransactionItemID>
          <EmployeeWhoSoldID>25</EmployeeWhoSoldID>
          <EmployeeWhoSoldName>sample string 26</EmployeeWhoSoldName>
          <EmployeeWhoVoidedID>1</EmployeeWhoVoidedID>
          <EmployeeWhoVoidedName>sample string 30</EmployeeWhoVoidedName>
          <EnterDateTime>2025-04-26T10:23:16.456648+01:00</EnterDateTime>
          <ExpectedGrossAmt>7</ExpectedGrossAmt>
          <IsErrorCorrect>true</IsErrorCorrect>
          <IsOption>true</IsOption>
          <IsRefund>true</IsRefund>
          <IsRefundReturnToStock>true</IsRefundReturnToStock>
          <IsSold>true</IsSold>
          <IsVoided>true</IsVoided>
          <MeasureID>12</MeasureID>
          <MeasureName>sample string 13</MeasureName>
          <OfSku>5</OfSku>
          <PLU>sample string 22</PLU>
          <PriceGroupID>20</PriceGroupID>
          <PriceGroupName>sample string 21</PriceGroupName>
          <ProductGroupID>16</ProductGroupID>
          <ProductGroupName>sample string 17</ProductGroupName>
          <ProductID>14</ProductID>
          <ProductName>sample string 15</ProductName>
          <ProductTypeID>18</ProductTypeID>
          <ProductTypeName>sample string 19</ProductTypeName>
          <PromotionInfos>
            <PromotionInfo>
              <PromotionID>1</PromotionID>
              <PromotionLossGrossAmt>3</PromotionLossGrossAmt>
              <PromotionLossNetAmt>4</PromotionLossNetAmt>
              <PromotionName>sample string 2</PromotionName>
            </PromotionInfo>
            <PromotionInfo>
              <PromotionID>1</PromotionID>
              <PromotionLossGrossAmt>3</PromotionLossGrossAmt>
              <PromotionLossNetAmt>4</PromotionLossNetAmt>
              <PromotionName>sample string 2</PromotionName>
            </PromotionInfo>
          </PromotionInfos>
          <QtySold>3</QtySold>
          <SessionName>sample string 24</SessionName>
          <TaxAmt>10</TaxAmt>
          <TaxableNetAmt>9</TaxableNetAmt>
          <UnitQuantity>4</UnitQuantity>
          <VATID>1</VATID>
          <VATRate>11</VATRate>
          <VoidDateTime>2025-04-26T10:23:16.456648+01:00</VoidDateTime>
          <VoidReason>sample string 29</VoidReason>
        </BillItemInfo>
      </BillItemInfos>
      <BillPaid>true</BillPaid>
      <BillTransferred>true</BillTransferred>
      <CRMMemberID>25</CRMMemberID>
      <ClosedDateTime>2025-04-26T10:23:16.456648+01:00</ClosedDateTime>
      <CoverCount>4</CoverCount>
      <EPOSTransactionID>1</EPOSTransactionID>
      <EmployeeClosedBill>sample string 20</EmployeeClosedBill>
      <EmployeeClosedBillID>19</EmployeeClosedBillID>
      <EmployeeOpenedBill>sample string 18</EmployeeOpenedBill>
      <EmployeeOpenedBillID>17</EmployeeOpenedBillID>
      <EmployeeWhoTransferredBillID>23</EmployeeWhoTransferredBillID>
      <EmployeeWhoTransferredBillName>sample string 24</EmployeeWhoTransferredBillName>
      <ExternalMembershipID>sample string 28</ExternalMembershipID>
      <GratuityAmt>13</GratuityAmt>
      <IsRefund>true</IsRefund>
      <OpenDateTime>2025-04-26T10:23:16.456648+01:00</OpenDateTime>
      <PaymentInfos>
        <PaymentInfo>
          <EPOSTransactionID>1</EPOSTransactionID>
          <EmployeeID>5</EmployeeID>
          <EmployeeName>sample string 6</EmployeeName>
          <TableNo>8</TableNo>
          <TenderAmount>2</TenderAmount>
          <TenderID>9</TenderID>
          <TenderTypeID>3</TenderTypeID>
          <TenderTypeName>sample string 4</TenderTypeName>
          <TenderedDateTime>2025-04-26T10:23:16.456648+01:00</TenderedDateTime>
        </PaymentInfo>
        <PaymentInfo>
          <EPOSTransactionID>1</EPOSTransactionID>
          <EmployeeID>5</EmployeeID>
          <EmployeeName>sample string 6</EmployeeName>
          <TableNo>8</TableNo>
          <TenderAmount>2</TenderAmount>
          <TenderID>9</TenderID>
          <TenderTypeID>3</TenderTypeID>
          <TenderTypeName>sample string 4</TenderTypeName>
          <TenderedDateTime>2025-04-26T10:23:16.456648+01:00</TenderedDateTime>
        </PaymentInfo>
      </PaymentInfos>
      <RevenueCenter>sample string 7</RevenueCenter>
      <SaleDate>2025-04-26T10:23:16.456648+01:00</SaleDate>
      <ServiceChargeAmt>12</ServiceChargeAmt>
      <Session>sample string 6</Session>
      <TableNumber>5</TableNumber>
      <TaxAmt>11</TaxAmt>
      <TaxableNetAmt>10</TaxableNetAmt>
      <Terminal>sample string 27</Terminal>
      <TotalDiscountAmount>14</TotalDiscountAmount>
      <TransferDateTime>2025-04-26T10:23:16.456648+01:00</TransferDateTime>
      <WeekNo>3</WeekNo>
    </BillHeaderAndFooterModel>
  </transactions>
</SalesExportModel>