POST https://api.legendonlineservices.co.uk/Cap2/ReturnChangedAttendees

Return Changed Attendees

Request Parameters

From Body Type Description
ChangeDate DateTime
LocationGuid Guid Optional.
RetMaxRows Int32 Optional.




{
  "ChangeDate": "2025-06-11T06:03:50.2469452+01:00",
  "LocationGuid": "117a7d88-4f19-4c98-b271-cb63df19dcb2",
  "RetMaxRows": 1
}

Response - (Status 200 - OK)

ChangedAttendeesResponse

Name Type Description
[CourseAttendee]
Name Type Description
ContactExternalId Guid
CurrentBalance Decimal
ExternalCourseRef String
MembershipStatusDescription String
Status String




{
  "ReturnedAttendees": [
    {
      "ContactExternalId": "18ae2afb-c4c7-49bb-a670-ae83a6b22c52",
      "ExternalCourseRef": "sample string 2",
      "Status": "sample string 3",
      "CurrentBalance": 1.0,
      "MembershipStatusDescription": "sample string 4"
    },
    {
      "ContactExternalId": "18ae2afb-c4c7-49bb-a670-ae83a6b22c52",
      "ExternalCourseRef": "sample string 2",
      "Status": "sample string 3",
      "CurrentBalance": 1.0,
      "MembershipStatusDescription": "sample string 4"
    },
    {
      "ContactExternalId": "18ae2afb-c4c7-49bb-a670-ae83a6b22c52",
      "ExternalCourseRef": "sample string 2",
      "Status": "sample string 3",
      "CurrentBalance": 1.0,
      "MembershipStatusDescription": "sample string 4"
    }
  ]
}

Remarks

This end point replaces the old ReturnChangedAttendees SOAP endpoint that is now obsolete.

Bundle(s)
Cap2