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": "e92e88ae-fefa-48d7-bd5d-d33188023b32",
"CourseRef": "sample string 2",
"StartDate": "2026-03-27T02:41:02.0616306+00:00",
"EndDate": "2026-03-27T02:41:02.0616306+00: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.