GET https://api.legendonlineservices.co.uk/POS/SynergyExport?SaleDate={SaleDate}&PageNo={PageNo}

Returns summary of transaction items

Request Parameters

From Query Type Description
SaleDate DateTime Date for which the data is required
PageNo Int32 Must be greater than zero

Response - (Status 200 - OK)

POSDetailExportResponseModel

Name Type Description
PageNo Int32 Current Page No
PageSize Int32 Page Size
TotalResultsCount Int32 Total Items in the resultset
[POSDetailExportModel] Dataset
Name Type Description
FacilityGuid Guid See Locations
FacilityName String Site Name
InventoryDescription String Description
InventoryId Int32 Inventory Id
InventoryItemNo String Item No
RefundedAmountTotal Decimal Total amount refunded
RefundedQuantity Int32 Total items refunded
SaleDate DateTime Sale Date
SoldAmountTotal Decimal Total amount sold
SoldQuantity Int32 Total Items sold
UserName String User Name




{
  "TotalResultsCount": 1,
  "PageSize": 2,
  "PageNo": 3,
  "Data": [
    {
      "FacilityGuid": "9d4238b4-56c8-44b7-aa77-76ce9a3d9a71",
      "FacilityName": "sample string 2",
      "UserName": "sample string 3",
      "SaleDate": "2025-04-25T14:28:48.2719157+01:00",
      "InventoryId": 4,
      "InventoryItemNo": "sample string 5",
      "InventoryDescription": "sample string 6",
      "SoldQuantity": 7,
      "SoldAmountTotal": 8.0,
      "RefundedQuantity": 9,
      "RefundedAmountTotal": 10.0
    },
    {
      "FacilityGuid": "9d4238b4-56c8-44b7-aa77-76ce9a3d9a71",
      "FacilityName": "sample string 2",
      "UserName": "sample string 3",
      "SaleDate": "2025-04-25T14:28:48.2719157+01:00",
      "InventoryId": 4,
      "InventoryItemNo": "sample string 5",
      "InventoryDescription": "sample string 6",
      "SoldQuantity": 7,
      "SoldAmountTotal": 8.0,
      "RefundedQuantity": 9,
      "RefundedAmountTotal": 10.0
    },
    {
      "FacilityGuid": "9d4238b4-56c8-44b7-aa77-76ce9a3d9a71",
      "FacilityName": "sample string 2",
      "UserName": "sample string 3",
      "SaleDate": "2025-04-25T14:28:48.2719157+01:00",
      "InventoryId": 4,
      "InventoryItemNo": "sample string 5",
      "InventoryDescription": "sample string 6",
      "SoldQuantity": 7,
      "SoldAmountTotal": 8.0,
      "RefundedQuantity": 9,
      "RefundedAmountTotal": 10.0
    }
  ]
}

Remarks

Only inventory items marked for Synergy Export are included in the response

Bundle(s)
SynergyExportPOS