GET https://api.legendonlineservices.co.uk/integration/UnprocessedMemberUsageExtended?FacilityGuid={FacilityGuid}

Returns a list of Unprocessed extended Member Usage Details

Request Parameters

From Query Type Description
FacilityGuid Guid Guid that uniquely identifies the Facility/Location See Locations. Must be Facility

Response - (Status 200 - OK)

[UnprocessedMemberUsageExtendedResultsDataModel]

Name Type Description
Id Int32 Id of the record
ClubShortName String The short version of the clubs name
ComputerName String Name of the computer that was used
EntryDetail String Detail of the entry - Swipe or Inventory item no
EntryTime DateTime Date and time of this action
EntryType Type of entry - Swipe or Sale
Values
1 - Swipe
2 - Sale
3 - GateSwipe
MemberId Int32 Members Id
UsageCount Int32 The usage count




[
  {
    "Id": 1,
    "ClubShortName": "sample string 2",
    "MemberId": 1,
    "EntryType": 1,
    "EntryDetail": "sample string 3",
    "ComputerName": "sample string 4",
    "UsageCount": 1,
    "EntryTime": "2025-04-25T14:13:50.6470065+01:00"
  },
  {
    "Id": 1,
    "ClubShortName": "sample string 2",
    "MemberId": 1,
    "EntryType": 1,
    "EntryDetail": "sample string 3",
    "ComputerName": "sample string 4",
    "UsageCount": 1,
    "EntryTime": "2025-04-25T14:13:50.6470065+01:00"
  },
  {
    "Id": 1,
    "ClubShortName": "sample string 2",
    "MemberId": 1,
    "EntryType": 1,
    "EntryDetail": "sample string 3",
    "ComputerName": "sample string 4",
    "UsageCount": 1,
    "EntryTime": "2025-04-25T14:13:50.6470065+01:00"
  }
]

Bundle(s)
Integration