GET api/POSMedicineFormula?FormulaId={FormulaId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FormulaId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
POSMedicineFormula| Name | Description | Type | Additional 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:09:35.9502228+05:00",
"CreatedBy": 1,
"ModifiedOn": "2026-05-20T17:09:35.9502228+05:00",
"ModifiedBy": 1,
"IsDeleted": 5
}