| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Id is the formula id generated by system |
integer |
None. |
| name |
Formula name |
string |
Required |
| dose |
It is a formula dose |
string |
None. |
| price |
It is formula cost |
decimal number |
None. |
| notes |
It is a notes field. |
string |
None. |
| meta |
Formula meeta |
string |
None. |
| type |
Formula type |
integer |
None. |
| supply |
Supply quantity |
integer |
Required Range: inclusive between 1 and 2147483647 |
| filleridnumber |
It is filler id number |
string |
None. |
| exactserving |
It is exact serving size |
string |
None. |
| numberofdoses |
It is number of does |
string |
None. |
| totalvolume |
It is total valume |
string |
None. |
| totalweight |
It is total weight |
string |
None. |
| supplyweight |
It is supply weight |
string |
None. |
| totalservings |
It is total serving. |
string |
None. |
| Contents |
It is formula contents list. |
Collection of ContentVM |
None. |
| locked |
It is lock property to check formula locked or unlocked |
boolean |
None. |
| uniqueformulaname |
Unique formula name If it value is false then unique condition will not work means user will able to create duplicate formula |
boolean |
None. |
| isOrderable |
It's indicate formula is orderable or not |
boolean |
None. |
| ValidateErrorMessage |
Validation error message |
string |
None. |