POST api/MBMedicine/AllopathyDrugTaperingNew

Request Information

URI Parameters

None.

Body Parameters

Collection of UserMedicine
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

integer

Required

UserUUID

string

Required

Max length: -1

prescription_date

date

None.

medicine_name

string

Required

Max length: -1

mor_qty

decimal number

None.

aft_qty

decimal number

None.

eve_qty

decimal number

None.

sos_qty

decimal number

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

MibOldId

integer

None.

MibMedicineId

integer

None.

UnitOfMeasurement

integer

None.

uom

string

None.

side_effects

string

None.

medicineID

integer

None.

CmsPatientId

integer

None.

flowtype

integer

None.

TapperedPercent

decimal number

None.

CmsId

integer

None.

medicine_Dose

string

None.

CmsCasePaperId

integer

None.

UserMedicineId

integer

None.

Frequency

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "UserId": 1,
    "UserUUID": "sample string 2",
    "prescription_date": "2026-01-15T19:22:34.0193805+05:30",
    "medicine_name": "sample string 3",
    "mor_qty": 1.1,
    "aft_qty": 1.1,
    "eve_qty": 1.1,
    "sos_qty": 1.1,
    "StartDate": "2026-01-15T19:22:34.0193805+05:30",
    "EndDate": "2026-01-15T19:22:34.0193805+05:30",
    "IsActive": true,
    "CreatedOn": "2026-01-15T19:22:34.0193805+05:30",
    "CreatedBy": "sample string 4",
    "ModifiedOn": "2026-01-15T19:22:34.0193805+05:30",
    "ModifiedBy": "sample string 5",
    "MibOldId": 6,
    "MibMedicineId": 7,
    "UnitOfMeasurement": 8,
    "uom": "sample string 9",
    "side_effects": "sample string 10",
    "medicineID": 11,
    "CmsPatientId": 12,
    "flowtype": 13,
    "TapperedPercent": 14.1,
    "CmsId": 15,
    "medicine_Dose": "sample string 16",
    "CmsCasePaperId": 17,
    "UserMedicineId": 18,
    "Frequency": "sample string 19"
  },
  {
    "Id": 1,
    "UserId": 1,
    "UserUUID": "sample string 2",
    "prescription_date": "2026-01-15T19:22:34.0193805+05:30",
    "medicine_name": "sample string 3",
    "mor_qty": 1.1,
    "aft_qty": 1.1,
    "eve_qty": 1.1,
    "sos_qty": 1.1,
    "StartDate": "2026-01-15T19:22:34.0193805+05:30",
    "EndDate": "2026-01-15T19:22:34.0193805+05:30",
    "IsActive": true,
    "CreatedOn": "2026-01-15T19:22:34.0193805+05:30",
    "CreatedBy": "sample string 4",
    "ModifiedOn": "2026-01-15T19:22:34.0193805+05:30",
    "ModifiedBy": "sample string 5",
    "MibOldId": 6,
    "MibMedicineId": 7,
    "UnitOfMeasurement": 8,
    "uom": "sample string 9",
    "side_effects": "sample string 10",
    "medicineID": 11,
    "CmsPatientId": 12,
    "flowtype": 13,
    "TapperedPercent": 14.1,
    "CmsId": 15,
    "medicine_Dose": "sample string 16",
    "CmsCasePaperId": 17,
    "UserMedicineId": 18,
    "Frequency": "sample string 19"
  }
]

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 'List`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.