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-04-25T14:19:53.7183446+01:00",
  "LocationGuid": "473af676-93aa-403d-9cde-2c03c3713cf5",
  "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": "d4c36976-31b4-4b81-a01d-fedfb887a71c",
      "ExternalCourseRef": "sample string 2",
      "Status": "sample string 3",
      "CurrentBalance": 1.0,
      "MembershipStatusDescription": "sample string 4"
    },
    {
      "ContactExternalId": "d4c36976-31b4-4b81-a01d-fedfb887a71c",
      "ExternalCourseRef": "sample string 2",
      "Status": "sample string 3",
      "CurrentBalance": 1.0,
      "MembershipStatusDescription": "sample string 4"
    },
    {
      "ContactExternalId": "d4c36976-31b4-4b81-a01d-fedfb887a71c",
      "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