Returns a list of unprocessed member details
| From Query | Type | Description |
|---|---|---|
| FacilityGuid | Guid | Guid that uniquely identifies the Facility/Location See Locations. Must be Facility |
[UnprocessedPhotoDataModel]
| Name | Type | Description |
|---|---|---|
| Id | Int32 | Id of the record |
| ClubShortName | String | The short version of the clubs name |
| MemberId | Int32 | Members Id |
| Photo | String | Members photo |
[
{
"Id": 1,
"ClubShortName": "sample string 2",
"MemberId": 1,
"Photo": "sample string 3"
},
{
"Id": 1,
"ClubShortName": "sample string 2",
"MemberId": 1,
"Photo": "sample string 3"
},
{
"Id": 1,
"ClubShortName": "sample string 2",
"MemberId": 1,
"Photo": "sample string 3"
}
]
| Bundle(s) |
|---|
| Integration |