POST RiskBrigade/UpdateOrInsertCourses
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
None. |
||
| UniqueId |
None. |
||
| CourseType |
None. |
||
| CreatedDate |
None. |
||
| ModifiedDate |
None. |
||
| IsHidden |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"UniqueId": "sample string 2",
"CourseType": "sample string 3",
"CreatedDate": "2025-12-15T20:34:21.0673585+00:00",
"ModifiedDate": "2025-12-15T20:34:21.0673585+00:00",
"IsHidden": true
}
application/xml, text/xml
Sample:
<RiskBrigadeCourses xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yorbit.Data.SQLServer.POCO"> <CourseType>sample string 3</CourseType> <CreatedDate>2025-12-15T20:34:21.0673585+00:00</CreatedDate> <Id>1</Id> <IsHidden>true</IsHidden> <ModifiedDate>2025-12-15T20:34:21.0673585+00:00</ModifiedDate> <UniqueId>sample string 2</UniqueId> </RiskBrigadeCourses>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.