POST Course/CaptureCompletionForMultiContent
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
None. |
||
| PSId |
None. |
||
| CourseId |
None. |
||
| ContentId |
None. |
||
| WorkflowStatus |
None. |
||
| ContentType |
None. |
||
| CreatedDate |
None. |
||
| ModifiedDate |
None. |
||
| isDocDBSynced |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"PSId": "sample string 2",
"CourseId": "sample string 3",
"ContentId": "sample string 4",
"WorkflowStatus": "sample string 5",
"ContentType": "sample string 6",
"CreatedDate": "2025-12-16T05:16:41.9537191+00:00",
"ModifiedDate": "2025-12-16T05:16:41.9693439+00:00",
"isDocDBSynced": true
}
application/xml, text/xml
Sample:
<MultiContentCourseCapture xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yorbit.Data.SQLServer.POCO"> <ContentId>sample string 4</ContentId> <ContentType>sample string 6</ContentType> <CourseId>sample string 3</CourseId> <CreatedDate>2025-12-16T05:16:41.9537191+00:00</CreatedDate> <Id>1</Id> <ModifiedDate>2025-12-16T05:16:41.9693439+00:00</ModifiedDate> <PSId>sample string 2</PSId> <WorkflowStatus>sample string 5</WorkflowStatus> <isDocDBSynced>true</isDocDBSynced> </MultiContentCourseCapture>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Version |
None. |
||
| Content |
None. |
||
| StatusCode |
None. |
||
| ReasonPhrase |
None. |
||
| Headers |
None. |
||
| RequestMessage |
None. |
||
| IsSuccessStatusCode |
None. |