Returns a list of Unprocessed Member Usage Details
| From Query | Type | Description |
|---|---|---|
| FacilityGuid | Guid | Optional. Guid that uniquely identifies the Facility/Location See Locations. Must be Facility |
[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": "2026-02-05T00:14:43.395218+00:00",
"ContactGuid": "616e8901-a584-4097-b27b-47fd553e7e39"
},
{
"Id": 1,
"ClubShortName": "sample string 2",
"MemberId": 1,
"EntryTime": "2026-02-05T00:14:43.395218+00:00",
"ContactGuid": "616e8901-a584-4097-b27b-47fd553e7e39"
},
{
"Id": 1,
"ClubShortName": "sample string 2",
"MemberId": 1,
"EntryTime": "2026-02-05T00:14:43.395218+00:00",
"ContactGuid": "616e8901-a584-4097-b27b-47fd553e7e39"
}
]
| Bundle(s) |
|---|
| Integration |