LocationProviderOptionViewModel
A location option for a provider that can be 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. |
ukprn |
string | true |
The UKPRN (UK provider reference number) of the provider. |
Example schema
{
"id": "bOmZ4",
"label": "Sheffield",
"ukprn": "12345678"
}