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-12-19T04:52:02.859066+00:00",
"ContactGuid": "6663d717-9102-40e9-87d6-b4e12571f28a"
},
{
"Id": 1,
"ClubShortName": "sample string 2",
"MemberId": 1,
"EntryTime": "2025-12-19T04:52:02.859066+00:00",
"ContactGuid": "6663d717-9102-40e9-87d6-b4e12571f28a"
},
{
"Id": 1,
"ClubShortName": "sample string 2",
"MemberId": 1,
"EntryTime": "2025-12-19T04:52:02.859066+00:00",
"ContactGuid": "6663d717-9102-40e9-87d6-b4e12571f28a"
}
]
| Bundle(s) |
|---|
| Integration |