POST api/MBMedicine/GetAllUserMedicineWithTappering

Request Information

URI Parameters

None.

Body Parameters

UserMedicineReqVM
NameDescriptionTypeAdditional information
UserId

integer

None.

UserUUID

string

None.

StartDate

date

None.

EndDate

date

None.

CmsId

integer

None.

CmsPatientId

integer

None.

CmsCasePaperId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "UserUUID": "sample string 1",
  "StartDate": "2026-01-15T19:21:24.9860673+05:30",
  "EndDate": "2026-01-15T19:21:24.9860673+05:30",
  "CmsId": 4,
  "CmsPatientId": 5,
  "CmsCasePaperId": 6
}

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 'UserMedicineReqVM'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.