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": "6ecbd672-5be7-4cae-8cb8-cd95901653d8",
"CourseRef": "sample string 2",
"StartDate": "2025-06-11T06:47:32.7388081+01:00",
"EndDate": "2025-06-11T06:47:32.7388081+01:00"
}
Response - (Status 200 - OK)
AddExternalCourseContactResponse
Name |
Type |
Description |
ReturnStatus |
Boolean |
Return status
|
Remarks
This end point replaces the old AddExternalCourseContact SOAP endpoint that is now obsolete.