POST api/MBWebinar/GetAllWebinarForUser

Request Information

URI Parameters

None.

Body Parameters

RequestorUserVM
NameDescriptionTypeAdditional information
UserUUID

string

None.

CmsPatientId

integer

None.

RequestDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUID": "sample string 1",
  "CmsPatientId": 1,
  "RequestDate": "2026-01-15T19:19:36.7637768+05:30"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RequestorUserVM'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.