LocationCodedOptionViewModel
A location option that can be identified by code and used to filter a data set.
Properties
Property | Type | Required | Description |
---|---|---|---|
id |
string | false |
The ID of the location. |
label |
string | false |
The human-readable label of the location. |
code |
string | true |
The code of the location. |
Example schema
{
"id": "bOmZ4",
"label": "Sheffield",
"code": "E12000003"
}