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-03-26T12:49:15.9708931+00:00",
"ContactGuid": "d23a509e-5656-48d8-81e2-bab46d2f7751"
},
{
"Id": 1,
"ClubShortName": "sample string 2",
"MemberId": 1,
"EntryTime": "2026-03-26T12:49:15.9708931+00:00",
"ContactGuid": "d23a509e-5656-48d8-81e2-bab46d2f7751"
},
{
"Id": 1,
"ClubShortName": "sample string 2",
"MemberId": 1,
"EntryTime": "2026-03-26T12:49:15.9708931+00:00",
"ContactGuid": "d23a509e-5656-48d8-81e2-bab46d2f7751"
}
]
| Bundle(s) |
|---|
| Integration |