DataSetQueryLocationProviderUkprn
A provider (identified by its UKPRN) to filter results by.
Properties
Property | Type | Required | Description |
---|---|---|---|
ukprn |
string | true |
The UKPRN (UK provider reference number) of the provider. This is typically an 8-digit number. Validation constraints:
|
level |
GeographicLevelCode | true |
The geographic level of the provider. Must be set to Validation constraints:
|
Example schema
{
"ukprn": "123454678",
"level": "PROV"
}