PUT api/POSMedicineFormula?FormulaId={FormulaId}&restore={restore}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
FormulaId

integer

Required

restore

string

Required

Body Parameters

None.

Response Information

Resource Description

POSMedicineFormula
NameDescriptionTypeAdditional information
FormulaId

integer

None.

Code

string

None.

Title

string

None.

Formula

string

None.

CreatedOn

date

None.

CreatedBy

integer

None.

ModifiedOn

date

None.

ModifiedBy

integer

None.

IsDeleted

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "FormulaId": 1,
  "Code": "sample string 2",
  "Title": "sample string 3",
  "Formula": "sample string 4",
  "CreatedOn": "2026-05-20T17:13:50.3664275+05:00",
  "CreatedBy": 1,
  "ModifiedOn": "2026-05-20T17:13:50.3664275+05:00",
  "ModifiedBy": 1,
  "IsDeleted": 5
}