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": "2026-02-04T07:05:53.5110389+00:00",
  "LocationGuid": "3fc39314-230d-4afe-961a-a431bec72906",
  "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": "dd44ef9c-de6c-4f34-92d2-12c5592c94eb",
      "ExternalCourseRef": "sample string 2",
      "Status": "sample string 3",
      "CurrentBalance": 1.0,
      "MembershipStatusDescription": "sample string 4"
    },
    {
      "ContactExternalId": "dd44ef9c-de6c-4f34-92d2-12c5592c94eb",
      "ExternalCourseRef": "sample string 2",
      "Status": "sample string 3",
      "CurrentBalance": 1.0,
      "MembershipStatusDescription": "sample string 4"
    },
    {
      "ContactExternalId": "dd44ef9c-de6c-4f34-92d2-12c5592c94eb",
      "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