POST RiskBrigade/UpdateOrInsertSpeakers
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
None. |
||
| SpeakerName |
None. |
||
| SpeakerDescription |
None. |
||
| VideoLink |
None. |
||
| Title |
None. |
||
| TitleDescription |
None. |
||
| PageLocation |
None. |
||
| CreatedDate |
None. |
||
| ModifiedDate |
None. |
||
| VideoType |
None. |
||
| UserId |
None. |
||
| ProfileImage |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"SpeakerName": "sample string 2",
"SpeakerDescription": "sample string 3",
"VideoLink": "sample string 4",
"Title": "sample string 5",
"TitleDescription": "sample string 6",
"PageLocation": "sample string 7",
"CreatedDate": "2025-12-15T20:35:04.8700354+00:00",
"ModifiedDate": "2025-12-15T20:35:04.8700354+00:00",
"VideoType": "sample string 10",
"UserId": "sample string 11",
"ProfileImage": "sample string 12"
}
application/xml, text/xml
Sample:
<RiskBrigadeSpeakers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yorbit.Data.SQLServer.POCO"> <CreatedDate>2025-12-15T20:35:04.8700354+00:00</CreatedDate> <Id>1</Id> <ModifiedDate>2025-12-15T20:35:04.8700354+00:00</ModifiedDate> <PageLocation>sample string 7</PageLocation> <ProfileImage>sample string 12</ProfileImage> <SpeakerDescription>sample string 3</SpeakerDescription> <SpeakerName>sample string 2</SpeakerName> <Title>sample string 5</Title> <TitleDescription>sample string 6</TitleDescription> <UserId>sample string 11</UserId> <VideoLink>sample string 4</VideoLink> <VideoType>sample string 10</VideoType> </RiskBrigadeSpeakers>
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.