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": "2025-11-02T17:50:10.9462874+00:00",
"ContactGuid": "5480658d-7215-4edb-8f1d-d8af0aa213b6"
},
{
"Id": 1,
"ClubShortName": "sample string 2",
"MemberId": 1,
"EntryTime": "2025-11-02T17:50:10.9462874+00:00",
"ContactGuid": "5480658d-7215-4edb-8f1d-d8af0aa213b6"
},
{
"Id": 1,
"ClubShortName": "sample string 2",
"MemberId": 1,
"EntryTime": "2025-11-02T17:50:10.9462874+00:00",
"ContactGuid": "5480658d-7215-4edb-8f1d-d8af0aa213b6"
}
]
| Bundle(s) |
|---|
| Integration |