The History Tracking Item data transfer object model.
name | data type | constraints | description |
---|---|---|---|
id | number | required | The unique history item id. |
historyTypeId | number | required | The unique history type id that the item belongs to. |
name | string | The tracking name. | |
active | boolean | required | The flag indicating if the item is active. |
Example
{ "id" : 1, "historyTypeId" : 1, "name" : "Flu Vaccination", "active" : true }