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

Returns heavy amounts of transaction information between dates, with a maximum of 1 day; Cache Time: 60 minutes.

Request Information

URI Parameters

Name Type Description Additional information
SiteID integer

The Unique ID Of The Site

StartDate datetime

Start Date range

EndDate datetime

End Date range

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": "2026-02-24T22:23:11.4637992",
      "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": "2026-02-24T22:23:11.4637992",
      "ClosedDateTime": "2026-02-24T22:23:11.4637992",
      "EmployeeOpenedBillID": 17,
      "EmployeeOpenedBill": "sample string 18",
      "EmployeeClosedBillID": 19,
      "EmployeeClosedBill": "sample string 20",
      "BillPaid": true,
      "BillTransferred": true,
      "EmployeeWhoTransferredBillID": 23,
      "EmployeeWhoTransferredBillName": "sample string 24",
      "TransferDateTime": "2026-02-24T22:23:11.4637992",
      "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,
          "ServiceChargeAmount": 12.0,
          "MeasureID": 13,
          "MeasureName": "sample string 14",
          "ProductID": 15,
          "ProductName": "sample string 16",
          "ProductGroupID": 17,
          "ProductGroupName": "sample string 18",
          "ProductTypeID": 19,
          "ProductTypeName": "sample string 20",
          "PriceGroupID": 21,
          "PriceGroupName": "sample string 22",
          "PLU": "sample string 23",
          "CostCenter": "sample string 24",
          "SessionName": "sample string 25",
          "EmployeeWhoSoldID": 26,
          "EmployeeWhoSoldName": "sample string 27",
          "EnterDateTime": "2026-02-24T22:23:11.4637992",
          "IsVoided": true,
          "VoidReason": "sample string 30",
          "EmployeeWhoVoidedID": 1,
          "EmployeeWhoVoidedName": "sample string 31",
          "VoidDateTime": "2026-02-24T22:23:11.4637992",
          "IsErrorCorrect": true,
          "IsOption": true,
          "IsSold": true,
          "IsRefund": true,
          "IsRefundReturnToStock": true,
          "DiscountInfos": [
            {
              "DiscountReasonID": 1,
              "DiscountReasonDesc": "sample string 2",
              "DiscountAmt": 3.0,
              "DiscountApprovedByEmployee": true,
              "DiscountApprovalDateTime": "2026-02-24T22:23:11.4637992"
            },
            {
              "DiscountReasonID": 1,
              "DiscountReasonDesc": "sample string 2",
              "DiscountAmt": 3.0,
              "DiscountApprovedByEmployee": true,
              "DiscountApprovalDateTime": "2026-02-24T22:23:11.4637992"
            }
          ],
          "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,
          "ServiceChargeAmount": 12.0,
          "MeasureID": 13,
          "MeasureName": "sample string 14",
          "ProductID": 15,
          "ProductName": "sample string 16",
          "ProductGroupID": 17,
          "ProductGroupName": "sample string 18",
          "ProductTypeID": 19,
          "ProductTypeName": "sample string 20",
          "PriceGroupID": 21,
          "PriceGroupName": "sample string 22",
          "PLU": "sample string 23",
          "CostCenter": "sample string 24",
          "SessionName": "sample string 25",
          "EmployeeWhoSoldID": 26,
          "EmployeeWhoSoldName": "sample string 27",
          "EnterDateTime": "2026-02-24T22:23:11.4637992",
          "IsVoided": true,
          "VoidReason": "sample string 30",
          "EmployeeWhoVoidedID": 1,
          "EmployeeWhoVoidedName": "sample string 31",
          "VoidDateTime": "2026-02-24T22:23:11.4637992",
          "IsErrorCorrect": true,
          "IsOption": true,
          "IsSold": true,
          "IsRefund": true,
          "IsRefundReturnToStock": true,
          "DiscountInfos": [
            {
              "DiscountReasonID": 1,
              "DiscountReasonDesc": "sample string 2",
              "DiscountAmt": 3.0,
              "DiscountApprovedByEmployee": true,
              "DiscountApprovalDateTime": "2026-02-24T22:23:11.4637992"
            },
            {
              "DiscountReasonID": 1,
              "DiscountReasonDesc": "sample string 2",
              "DiscountAmt": 3.0,
              "DiscountApprovedByEmployee": true,
              "DiscountApprovalDateTime": "2026-02-24T22:23:11.4637992"
            }
          ],
          "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": "2026-02-24T22:23:11.4637992",
          "TableNo": 8,
          "TenderID": 9,
          "ThirdPartyReference": "sample string 10"
        },
        {
          "EPOSTransactionID": 1,
          "TenderAmount": 2.0,
          "TenderTypeID": 3,
          "TenderTypeName": "sample string 4",
          "EmployeeID": 5,
          "EmployeeName": "sample string 6",
          "TenderedDateTime": "2026-02-24T22:23:11.4637992",
          "TableNo": 8,
          "TenderID": 9,
          "ThirdPartyReference": "sample string 10"
        }
      ]
    },
    {
      "EPOSTransactionID": 1,
      "SaleDate": "2026-02-24T22:23:11.4637992",
      "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": "2026-02-24T22:23:11.4637992",
      "ClosedDateTime": "2026-02-24T22:23:11.4637992",
      "EmployeeOpenedBillID": 17,
      "EmployeeOpenedBill": "sample string 18",
      "EmployeeClosedBillID": 19,
      "EmployeeClosedBill": "sample string 20",
      "BillPaid": true,
      "BillTransferred": true,
      "EmployeeWhoTransferredBillID": 23,
      "EmployeeWhoTransferredBillName": "sample string 24",
      "TransferDateTime": "2026-02-24T22:23:11.4637992",
      "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,
          "ServiceChargeAmount": 12.0,
          "MeasureID": 13,
          "MeasureName": "sample string 14",
          "ProductID": 15,
          "ProductName": "sample string 16",
          "ProductGroupID": 17,
          "ProductGroupName": "sample string 18",
          "ProductTypeID": 19,
          "ProductTypeName": "sample string 20",
          "PriceGroupID": 21,
          "PriceGroupName": "sample string 22",
          "PLU": "sample string 23",
          "CostCenter": "sample string 24",
          "SessionName": "sample string 25",
          "EmployeeWhoSoldID": 26,
          "EmployeeWhoSoldName": "sample string 27",
          "EnterDateTime": "2026-02-24T22:23:11.4637992",
          "IsVoided": true,
          "VoidReason": "sample string 30",
          "EmployeeWhoVoidedID": 1,
          "EmployeeWhoVoidedName": "sample string 31",
          "VoidDateTime": "2026-02-24T22:23:11.4637992",
          "IsErrorCorrect": true,
          "IsOption": true,
          "IsSold": true,
          "IsRefund": true,
          "IsRefundReturnToStock": true,
          "DiscountInfos": [
            {
              "DiscountReasonID": 1,
              "DiscountReasonDesc": "sample string 2",
              "DiscountAmt": 3.0,
              "DiscountApprovedByEmployee": true,
              "DiscountApprovalDateTime": "2026-02-24T22:23:11.4637992"
            },
            {
              "DiscountReasonID": 1,
              "DiscountReasonDesc": "sample string 2",
              "DiscountAmt": 3.0,
              "DiscountApprovedByEmployee": true,
              "DiscountApprovalDateTime": "2026-02-24T22:23:11.4637992"
            }
          ],
          "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,
          "ServiceChargeAmount": 12.0,
          "MeasureID": 13,
          "MeasureName": "sample string 14",
          "ProductID": 15,
          "ProductName": "sample string 16",
          "ProductGroupID": 17,
          "ProductGroupName": "sample string 18",
          "ProductTypeID": 19,
          "ProductTypeName": "sample string 20",
          "PriceGroupID": 21,
          "PriceGroupName": "sample string 22",
          "PLU": "sample string 23",
          "CostCenter": "sample string 24",
          "SessionName": "sample string 25",
          "EmployeeWhoSoldID": 26,
          "EmployeeWhoSoldName": "sample string 27",
          "EnterDateTime": "2026-02-24T22:23:11.4637992",
          "IsVoided": true,
          "VoidReason": "sample string 30",
          "EmployeeWhoVoidedID": 1,
          "EmployeeWhoVoidedName": "sample string 31",
          "VoidDateTime": "2026-02-24T22:23:11.4637992",
          "IsErrorCorrect": true,
          "IsOption": true,
          "IsSold": true,
          "IsRefund": true,
          "IsRefundReturnToStock": true,
          "DiscountInfos": [
            {
              "DiscountReasonID": 1,
              "DiscountReasonDesc": "sample string 2",
              "DiscountAmt": 3.0,
              "DiscountApprovedByEmployee": true,
              "DiscountApprovalDateTime": "2026-02-24T22:23:11.4637992"
            },
            {
              "DiscountReasonID": 1,
              "DiscountReasonDesc": "sample string 2",
              "DiscountAmt": 3.0,
              "DiscountApprovedByEmployee": true,
              "DiscountApprovalDateTime": "2026-02-24T22:23:11.4637992"
            }
          ],
          "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": "2026-02-24T22:23:11.4637992",
          "TableNo": 8,
          "TenderID": 9,
          "ThirdPartyReference": "sample string 10"
        },
        {
          "EPOSTransactionID": 1,
          "TenderAmount": 2.0,
          "TenderTypeID": 3,
          "TenderTypeName": "sample string 4",
          "EmployeeID": 5,
          "EmployeeName": "sample string 6",
          "TenderedDateTime": "2026-02-24T22:23:11.4637992",
          "TableNo": 8,
          "TenderID": 9,
          "ThirdPartyReference": "sample string 10"
        }
      ]
    }
  ]
}

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 24</CostCenter>
          <CostPrice>6</CostPrice>
          <DiscountInfos>
            <DiscountInfo>
              <DiscountAmt>3</DiscountAmt>
              <DiscountApprovalDateTime>2026-02-24T22:23:11.4637992</DiscountApprovalDateTime>
              <DiscountApprovedByEmployee>true</DiscountApprovedByEmployee>
              <DiscountReasonDesc>sample string 2</DiscountReasonDesc>
              <DiscountReasonID>1</DiscountReasonID>
            </DiscountInfo>
            <DiscountInfo>
              <DiscountAmt>3</DiscountAmt>
              <DiscountApprovalDateTime>2026-02-24T22:23:11.4637992</DiscountApprovalDateTime>
              <DiscountApprovedByEmployee>true</DiscountApprovedByEmployee>
              <DiscountReasonDesc>sample string 2</DiscountReasonDesc>
              <DiscountReasonID>1</DiscountReasonID>
            </DiscountInfo>
          </DiscountInfos>
          <EPOSTransactionID>2</EPOSTransactionID>
          <EPOSTransactionItemID>1</EPOSTransactionItemID>
          <EmployeeWhoSoldID>26</EmployeeWhoSoldID>
          <EmployeeWhoSoldName>sample string 27</EmployeeWhoSoldName>
          <EmployeeWhoVoidedID>1</EmployeeWhoVoidedID>
          <EmployeeWhoVoidedName>sample string 31</EmployeeWhoVoidedName>
          <EnterDateTime>2026-02-24T22:23:11.4637992</EnterDateTime>
          <ExpectedGrossAmt>7</ExpectedGrossAmt>
          <IsErrorCorrect>true</IsErrorCorrect>
          <IsOption>true</IsOption>
          <IsRefund>true</IsRefund>
          <IsRefundReturnToStock>true</IsRefundReturnToStock>
          <IsSold>true</IsSold>
          <IsVoided>true</IsVoided>
          <MeasureID>13</MeasureID>
          <MeasureName>sample string 14</MeasureName>
          <OfSku>5</OfSku>
          <PLU>sample string 23</PLU>
          <PriceGroupID>21</PriceGroupID>
          <PriceGroupName>sample string 22</PriceGroupName>
          <ProductGroupID>17</ProductGroupID>
          <ProductGroupName>sample string 18</ProductGroupName>
          <ProductID>15</ProductID>
          <ProductName>sample string 16</ProductName>
          <ProductTypeID>19</ProductTypeID>
          <ProductTypeName>sample string 20</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>
          <ServiceChargeAmount>12</ServiceChargeAmount>
          <SessionName>sample string 25</SessionName>
          <TaxAmt>10</TaxAmt>
          <TaxableNetAmt>9</TaxableNetAmt>
          <UnitQuantity>4</UnitQuantity>
          <VATID>1</VATID>
          <VATRate>11</VATRate>
          <VoidDateTime>2026-02-24T22:23:11.4637992</VoidDateTime>
          <VoidReason>sample string 30</VoidReason>
        </BillItemInfo>
        <BillItemInfo>
          <ActualGrossAmt>8</ActualGrossAmt>
          <CostCenter>sample string 24</CostCenter>
          <CostPrice>6</CostPrice>
          <DiscountInfos>
            <DiscountInfo>
              <DiscountAmt>3</DiscountAmt>
              <DiscountApprovalDateTime>2026-02-24T22:23:11.4637992</DiscountApprovalDateTime>
              <DiscountApprovedByEmployee>true</DiscountApprovedByEmployee>
              <DiscountReasonDesc>sample string 2</DiscountReasonDesc>
              <DiscountReasonID>1</DiscountReasonID>
            </DiscountInfo>
            <DiscountInfo>
              <DiscountAmt>3</DiscountAmt>
              <DiscountApprovalDateTime>2026-02-24T22:23:11.4637992</DiscountApprovalDateTime>
              <DiscountApprovedByEmployee>true</DiscountApprovedByEmployee>
              <DiscountReasonDesc>sample string 2</DiscountReasonDesc>
              <DiscountReasonID>1</DiscountReasonID>
            </DiscountInfo>
          </DiscountInfos>
          <EPOSTransactionID>2</EPOSTransactionID>
          <EPOSTransactionItemID>1</EPOSTransactionItemID>
          <EmployeeWhoSoldID>26</EmployeeWhoSoldID>
          <EmployeeWhoSoldName>sample string 27</EmployeeWhoSoldName>
          <EmployeeWhoVoidedID>1</EmployeeWhoVoidedID>
          <EmployeeWhoVoidedName>sample string 31</EmployeeWhoVoidedName>
          <EnterDateTime>2026-02-24T22:23:11.4637992</EnterDateTime>
          <ExpectedGrossAmt>7</ExpectedGrossAmt>
          <IsErrorCorrect>true</IsErrorCorrect>
          <IsOption>true</IsOption>
          <IsRefund>true</IsRefund>
          <IsRefundReturnToStock>true</IsRefundReturnToStock>
          <IsSold>true</IsSold>
          <IsVoided>true</IsVoided>
          <MeasureID>13</MeasureID>
          <MeasureName>sample string 14</MeasureName>
          <OfSku>5</OfSku>
          <PLU>sample string 23</PLU>
          <PriceGroupID>21</PriceGroupID>
          <PriceGroupName>sample string 22</PriceGroupName>
          <ProductGroupID>17</ProductGroupID>
          <ProductGroupName>sample string 18</ProductGroupName>
          <ProductID>15</ProductID>
          <ProductName>sample string 16</ProductName>
          <ProductTypeID>19</ProductTypeID>
          <ProductTypeName>sample string 20</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>
          <ServiceChargeAmount>12</ServiceChargeAmount>
          <SessionName>sample string 25</SessionName>
          <TaxAmt>10</TaxAmt>
          <TaxableNetAmt>9</TaxableNetAmt>
          <UnitQuantity>4</UnitQuantity>
          <VATID>1</VATID>
          <VATRate>11</VATRate>
          <VoidDateTime>2026-02-24T22:23:11.4637992</VoidDateTime>
          <VoidReason>sample string 30</VoidReason>
        </BillItemInfo>
      </BillItemInfos>
      <BillPaid>true</BillPaid>
      <BillTransferred>true</BillTransferred>
      <CRMMemberID>25</CRMMemberID>
      <ClosedDateTime>2026-02-24T22:23:11.4637992</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>2026-02-24T22:23:11.4637992</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>2026-02-24T22:23:11.4637992</TenderedDateTime>
          <ThirdPartyReference>sample string 10</ThirdPartyReference>
        </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>2026-02-24T22:23:11.4637992</TenderedDateTime>
          <ThirdPartyReference>sample string 10</ThirdPartyReference>
        </PaymentInfo>
      </PaymentInfos>
      <RevenueCenter>sample string 7</RevenueCenter>
      <SaleDate>2026-02-24T22:23:11.4637992</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>2026-02-24T22:23:11.4637992</TransferDateTime>
      <WeekNo>3</WeekNo>
    </BillHeaderAndFooterModel>
    <BillHeaderAndFooterModel>
      <ActualGrossAmt>8</ActualGrossAmt>
      <ActualNetAmt>9</ActualNetAmt>
      <BillItemInfos>
        <BillItemInfo>
          <ActualGrossAmt>8</ActualGrossAmt>
          <CostCenter>sample string 24</CostCenter>
          <CostPrice>6</CostPrice>
          <DiscountInfos>
            <DiscountInfo>
              <DiscountAmt>3</DiscountAmt>
              <DiscountApprovalDateTime>2026-02-24T22:23:11.4637992</DiscountApprovalDateTime>
              <DiscountApprovedByEmployee>true</DiscountApprovedByEmployee>
              <DiscountReasonDesc>sample string 2</DiscountReasonDesc>
              <DiscountReasonID>1</DiscountReasonID>
            </DiscountInfo>
            <DiscountInfo>
              <DiscountAmt>3</DiscountAmt>
              <DiscountApprovalDateTime>2026-02-24T22:23:11.4637992</DiscountApprovalDateTime>
              <DiscountApprovedByEmployee>true</DiscountApprovedByEmployee>
              <DiscountReasonDesc>sample string 2</DiscountReasonDesc>
              <DiscountReasonID>1</DiscountReasonID>
            </DiscountInfo>
          </DiscountInfos>
          <EPOSTransactionID>2</EPOSTransactionID>
          <EPOSTransactionItemID>1</EPOSTransactionItemID>
          <EmployeeWhoSoldID>26</EmployeeWhoSoldID>
          <EmployeeWhoSoldName>sample string 27</EmployeeWhoSoldName>
          <EmployeeWhoVoidedID>1</EmployeeWhoVoidedID>
          <EmployeeWhoVoidedName>sample string 31</EmployeeWhoVoidedName>
          <EnterDateTime>2026-02-24T22:23:11.4637992</EnterDateTime>
          <ExpectedGrossAmt>7</ExpectedGrossAmt>
          <IsErrorCorrect>true</IsErrorCorrect>
          <IsOption>true</IsOption>
          <IsRefund>true</IsRefund>
          <IsRefundReturnToStock>true</IsRefundReturnToStock>
          <IsSold>true</IsSold>
          <IsVoided>true</IsVoided>
          <MeasureID>13</MeasureID>
          <MeasureName>sample string 14</MeasureName>
          <OfSku>5</OfSku>
          <PLU>sample string 23</PLU>
          <PriceGroupID>21</PriceGroupID>
          <PriceGroupName>sample string 22</PriceGroupName>
          <ProductGroupID>17</ProductGroupID>
          <ProductGroupName>sample string 18</ProductGroupName>
          <ProductID>15</ProductID>
          <ProductName>sample string 16</ProductName>
          <ProductTypeID>19</ProductTypeID>
          <ProductTypeName>sample string 20</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>
          <ServiceChargeAmount>12</ServiceChargeAmount>
          <SessionName>sample string 25</SessionName>
          <TaxAmt>10</TaxAmt>
          <TaxableNetAmt>9</TaxableNetAmt>
          <UnitQuantity>4</UnitQuantity>
          <VATID>1</VATID>
          <VATRate>11</VATRate>
          <VoidDateTime>2026-02-24T22:23:11.4637992</VoidDateTime>
          <VoidReason>sample string 30</VoidReason>
        </BillItemInfo>
        <BillItemInfo>
          <ActualGrossAmt>8</ActualGrossAmt>
          <CostCenter>sample string 24</CostCenter>
          <CostPrice>6</CostPrice>
          <DiscountInfos>
            <DiscountInfo>
              <DiscountAmt>3</DiscountAmt>
              <DiscountApprovalDateTime>2026-02-24T22:23:11.4637992</DiscountApprovalDateTime>
              <DiscountApprovedByEmployee>true</DiscountApprovedByEmployee>
              <DiscountReasonDesc>sample string 2</DiscountReasonDesc>
              <DiscountReasonID>1</DiscountReasonID>
            </DiscountInfo>
            <DiscountInfo>
              <DiscountAmt>3</DiscountAmt>
              <DiscountApprovalDateTime>2026-02-24T22:23:11.4637992</DiscountApprovalDateTime>
              <DiscountApprovedByEmployee>true</DiscountApprovedByEmployee>
              <DiscountReasonDesc>sample string 2</DiscountReasonDesc>
              <DiscountReasonID>1</DiscountReasonID>
            </DiscountInfo>
          </DiscountInfos>
          <EPOSTransactionID>2</EPOSTransactionID>
          <EPOSTransactionItemID>1</EPOSTransactionItemID>
          <EmployeeWhoSoldID>26</EmployeeWhoSoldID>
          <EmployeeWhoSoldName>sample string 27</EmployeeWhoSoldName>
          <EmployeeWhoVoidedID>1</EmployeeWhoVoidedID>
          <EmployeeWhoVoidedName>sample string 31</EmployeeWhoVoidedName>
          <EnterDateTime>2026-02-24T22:23:11.4637992</EnterDateTime>
          <ExpectedGrossAmt>7</ExpectedGrossAmt>
          <IsErrorCorrect>true</IsErrorCorrect>
          <IsOption>true</IsOption>
          <IsRefund>true</IsRefund>
          <IsRefundReturnToStock>true</IsRefundReturnToStock>
          <IsSold>true</IsSold>
          <IsVoided>true</IsVoided>
          <MeasureID>13</MeasureID>
          <MeasureName>sample string 14</MeasureName>
          <OfSku>5</OfSku>
          <PLU>sample string 23</PLU>
          <PriceGroupID>21</PriceGroupID>
          <PriceGroupName>sample string 22</PriceGroupName>
          <ProductGroupID>17</ProductGroupID>
          <ProductGroupName>sample string 18</ProductGroupName>
          <ProductID>15</ProductID>
          <ProductName>sample string 16</ProductName>
          <ProductTypeID>19</ProductTypeID>
          <ProductTypeName>sample string 20</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>
          <ServiceChargeAmount>12</ServiceChargeAmount>
          <SessionName>sample string 25</SessionName>
          <TaxAmt>10</TaxAmt>
          <TaxableNetAmt>9</TaxableNetAmt>
          <UnitQuantity>4</UnitQuantity>
          <VATID>1</VATID>
          <VATRate>11</VATRate>
          <VoidDateTime>2026-02-24T22:23:11.4637992</VoidDateTime>
          <VoidReason>sample string 30</VoidReason>
        </BillItemInfo>
      </BillItemInfos>
      <BillPaid>true</BillPaid>
      <BillTransferred>true</BillTransferred>
      <CRMMemberID>25</CRMMemberID>
      <ClosedDateTime>2026-02-24T22:23:11.4637992</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>2026-02-24T22:23:11.4637992</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>2026-02-24T22:23:11.4637992</TenderedDateTime>
          <ThirdPartyReference>sample string 10</ThirdPartyReference>
        </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>2026-02-24T22:23:11.4637992</TenderedDateTime>
          <ThirdPartyReference>sample string 10</ThirdPartyReference>
        </PaymentInfo>
      </PaymentInfos>
      <RevenueCenter>sample string 7</RevenueCenter>
      <SaleDate>2026-02-24T22:23:11.4637992</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>2026-02-24T22:23:11.4637992</TransferDateTime>
      <WeekNo>3</WeekNo>
    </BillHeaderAndFooterModel>
  </transactions>
</SalesExportModel>