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": "2a6dac41-1293-4f61-82d1-9e043fea96f0",
"CourseRef": "sample string 2",
"StartDate": "2026-06-29T19:45:03.6836918+01:00",
"EndDate": "2026-06-29T19:45:03.6836918+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.