HealthReviewModel
Model used to retrieve or set information about a health review.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
Name of the health review (Required). |
string |
None. |
| Category |
Health review category (Required). |
string |
None. |
| IsDefault |
Indicates whether this health review is default or not (Required). |
boolean |
None. |
| SortOrder |
Indicates the sort order of this health review in the list (Required). |
integer |
None. |
| Id |
Unique ID of the model in the portal (Read only). |
globally unique identifier |
None. |
| ExternalId |
Unique ID of the model on integrating system (Required). |
string |
None. |