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.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "UserUUID": "sample string 1",
  "StartDate": "2025-05-10T18:13:00.5009448+05:30",
  "EndDate": "2025-05-10T18:13:00.5009448+05:30",
  "CmsId": 4
}

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.