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": "d03ab318-6272-4040-84e1-59c0cf9b3bd7",
"CourseRef": "sample string 2",
"StartDate": "2025-10-19T10:30:38.0355586+01:00",
"EndDate": "2025-10-19T10:30:38.0355586+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.