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

Returns a list of Unprocessed Member Usage Details

Request Parameters

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

Response - (Status 200 - OK)

[UnprocessedMemberUsageResultDataModel]

Name Type Description
Id Int32 Id of the record
ClubShortName String The short version of the clubs name
ContactGuid Guid Contact Guid Number
EntryTime DateTime Date and time of the Visit
MemberId Int32 Members Id Number




[
  {
    "Id": 1,
    "ClubShortName": "sample string 2",
    "MemberId": 1,
    "EntryTime": "2025-04-25T14:16:01.6896497+01:00",
    "ContactGuid": "d3f4690b-d8b0-4d6f-b46d-5626a264798f"
  },
  {
    "Id": 1,
    "ClubShortName": "sample string 2",
    "MemberId": 1,
    "EntryTime": "2025-04-25T14:16:01.6896497+01:00",
    "ContactGuid": "d3f4690b-d8b0-4d6f-b46d-5626a264798f"
  },
  {
    "Id": 1,
    "ClubShortName": "sample string 2",
    "MemberId": 1,
    "EntryTime": "2025-04-25T14:16:01.6896497+01:00",
    "ContactGuid": "d3f4690b-d8b0-4d6f-b46d-5626a264798f"
  }
]

Bundle(s)
Integration