POST api/MBWebinar/DeleteWebinar

Request Information

URI Parameters

None.

Body Parameters

Webinar_Mst
NameDescriptionTypeAdditional information
Id

integer

None.

WebinarName

string

Max length: 200

WebinarUrl

string

Max length: -1

WebinarCategoryMstId

integer

None.

StartDate

date

None.

EndDate

date

None.

IsActive

boolean

None.

CreatedOn

date

None.

CreatedBy

string

Required

Max length: 50

ModifiedOn

date

None.

ModifiedBy

string

Max length: 50

CategoryName

string

None.

IsSharedInterest

boolean

None.

SharedInterestOn

string

None.

IsAdheranceAdded

boolean

None.

AdheranceAddedOn

date

None.

Description

string

None.

WebinarUserId

string

None.

WebinarUserPassword

string

None.

ImagePath

string

None.

IsAttended

boolean

None.

WebinarAttendedanceUpdatedOn

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "WebinarName": "sample string 2",
  "WebinarUrl": "sample string 3",
  "WebinarCategoryMstId": 1,
  "StartDate": "2025-05-10T18:22:23.3327215+05:30",
  "EndDate": "2025-05-10T18:22:23.3327215+05:30",
  "IsActive": true,
  "CreatedOn": "2025-05-10T18:22:23.3327215+05:30",
  "CreatedBy": "sample string 4",
  "ModifiedOn": "2025-05-10T18:22:23.3327215+05:30",
  "ModifiedBy": "sample string 5",
  "CategoryName": "sample string 6",
  "IsSharedInterest": true,
  "SharedInterestOn": "sample string 8",
  "IsAdheranceAdded": true,
  "AdheranceAddedOn": "2025-05-10T18:22:23.3327215+05:30",
  "Description": "sample string 11",
  "WebinarUserId": "sample string 12",
  "WebinarUserPassword": "sample string 13",
  "ImagePath": "sample string 14",
  "IsAttended": true,
  "WebinarAttendedanceUpdatedOn": "sample string 16"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.