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

Create a new external course

Request Parameters

From Body Type Description
ContactGuid Guid
CourseRef String Max 50 characters
EndDate DateTime Optional.
StartDate DateTime Optional.




{
  "ContactGuid": "a469bbe6-95a3-4f9c-9954-8541036078f0",
  "CourseRef": "sample string 2",
  "StartDate": "2025-04-25T14:10:07.8628822+01:00",
  "EndDate": "2025-04-25T14:10:07.8628822+01:00"
}

Response - (Status 200 - OK)

AddExternalCourseContactResponse

Name Type Description
ReturnStatus Boolean Return status




{
  "ReturnStatus": true
}

Remarks

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

Bundle(s)
Cap2