Returns a set of data items of type premises.
GET /api/liquor/premises
None
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
UrlName | System.String | Read only: False | |
LicenseType | System.String | Read only: False | |
Title | System.String | Read only: False | |
MarkerInformation | System.String | Read only: False | |
Address | Telerik.Sitefinity.GeoLocations.Model.Address | Read only: False | |
ClientName | System.String | Read only: False | |
StatusDescription | System.String | Read only: False | |
Over400sqm | System.Boolean | Read only: False | |
LicenseReference | System.String | Read only: False | |
DecisionDescription | System.String | Read only: False | |
Provider | System.String | Read only: True |
application/json
[
{
"LastModified": "2025-04-07T06:04:30.133017Z",
"PublicationDate": "2025-04-07T06:04:30.133017Z",
"DateCreated": "2025-04-07T06:04:30.133017Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"LicenseType": "sample string 6",
"Title": "sample string 7",
"MarkerInformation": "sample string 8",
"Address": {
"Id": "00000000-0000-0000-0000-000000000000",
"CountryCode": "sample string 2",
"StateCode": "sample string 3",
"City": "sample string 4",
"Zip": "sample string 5",
"Street": "sample string 6",
"Latitude": 1.1,
"Longitude": 1.1,
"MapZoomLevel": 1
},
"ClientName": "sample string 9",
"StatusDescription": "sample string 10",
"Over400sqm": true,
"LicenseReference": "sample string 12",
"DecisionDescription": "sample string 13",
"Provider": "sample string 14"
},
{
"LastModified": "2025-04-07T06:04:30.133017Z",
"PublicationDate": "2025-04-07T06:04:30.133017Z",
"DateCreated": "2025-04-07T06:04:30.133017Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"LicenseType": "sample string 6",
"Title": "sample string 7",
"MarkerInformation": "sample string 8",
"Address": {
"Id": "00000000-0000-0000-0000-000000000000",
"CountryCode": "sample string 2",
"StateCode": "sample string 3",
"City": "sample string 4",
"Zip": "sample string 5",
"Street": "sample string 6",
"Latitude": 1.1,
"Longitude": 1.1,
"MapZoomLevel": 1
},
"ClientName": "sample string 9",
"StatusDescription": "sample string 10",
"Over400sqm": true,
"LicenseReference": "sample string 12",
"DecisionDescription": "sample string 13",
"Provider": "sample string 14"
}
]
Gets premises item by id.
GET /api/liquor/premises({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
UrlName | System.String | Read only: False | |
LicenseType | System.String | Read only: False | |
Title | System.String | Read only: False | |
MarkerInformation | System.String | Read only: False | |
Address | Telerik.Sitefinity.GeoLocations.Model.Address | Read only: False | |
ClientName | System.String | Read only: False | |
StatusDescription | System.String | Read only: False | |
Over400sqm | System.Boolean | Read only: False | |
LicenseReference | System.String | Read only: False | |
DecisionDescription | System.String | Read only: False | |
Provider | System.String | Read only: True |
application/json
{
"LastModified": "2025-04-07T06:04:30.133017Z",
"PublicationDate": "2025-04-07T06:04:30.133017Z",
"DateCreated": "2025-04-07T06:04:30.133017Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"LicenseType": "sample string 6",
"Title": "sample string 7",
"MarkerInformation": "sample string 8",
"Address": {
"Id": "00000000-0000-0000-0000-000000000000",
"CountryCode": "sample string 2",
"StateCode": "sample string 3",
"City": "sample string 4",
"Zip": "sample string 5",
"Street": "sample string 6",
"Latitude": 1.1,
"Longitude": 1.1,
"MapZoomLevel": 1
},
"ClientName": "sample string 9",
"StatusDescription": "sample string 10",
"Over400sqm": true,
"LicenseReference": "sample string 12",
"DecisionDescription": "sample string 13",
"Provider": "sample string 14"
}
Gets Id property from premises item.
GET /api/liquor/premises({key})/property
Name | Description | Type | Additional Information |
key | System.Guid | Required | |
property | System.String | Required |
None
None.
Method can return success code: OK - 200 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
Id | System.Guid | Read only: False |
application/json
{
"Id": "f6c4faae-0d4c-4d87-b4d3-1f70163ce6a3"
}
Creates a premises item.
POST /api/liquor/premises
None
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
UrlName | System.String | Read only: False | |
LicenseType | System.String | Read only: False | |
Title | System.String | Read only: False | |
MarkerInformation | System.String | Read only: False | |
Address | Telerik.Sitefinity.GeoLocations.Model.Address | Read only: False | |
ClientName | System.String | Read only: False | |
StatusDescription | System.String | Read only: False | |
Over400sqm | System.Boolean | Read only: False | |
LicenseReference | System.String | Read only: False | |
DecisionDescription | System.String | Read only: False | |
Provider | System.String | Read only: True |
application/json
{
"PublicationDate": "2025-04-07T06:04:30.133017Z",
"IncludeInSitemap": true,
"UrlName": "sample string 3",
"LicenseType": "sample string 4",
"Title": "sample string 5",
"MarkerInformation": "sample string 6",
"Address": {
"Id": "00000000-0000-0000-0000-000000000000",
"CountryCode": "sample string 2",
"StateCode": "sample string 3",
"City": "sample string 4",
"Zip": "sample string 5",
"Street": "sample string 6",
"Latitude": 1.1,
"Longitude": 1.1,
"MapZoomLevel": 1
},
"ClientName": "sample string 7",
"StatusDescription": "sample string 8",
"Over400sqm": true,
"LicenseReference": "sample string 10",
"DecisionDescription": "sample string 11"
}
Method can return success code: Created - 201 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
UrlName | System.String | Read only: False | |
LicenseType | System.String | Read only: False | |
Title | System.String | Read only: False | |
MarkerInformation | System.String | Read only: False | |
Address | Telerik.Sitefinity.GeoLocations.Model.Address | Read only: False | |
ClientName | System.String | Read only: False | |
StatusDescription | System.String | Read only: False | |
Over400sqm | System.Boolean | Read only: False | |
LicenseReference | System.String | Read only: False | |
DecisionDescription | System.String | Read only: False | |
Provider | System.String | Read only: True |
application/json
{
"LastModified": "2025-04-07T06:04:30.133017Z",
"PublicationDate": "2025-04-07T06:04:30.133017Z",
"DateCreated": "2025-04-07T06:04:30.133017Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"LicenseType": "sample string 6",
"Title": "sample string 7",
"MarkerInformation": "sample string 8",
"Address": {
"Id": "00000000-0000-0000-0000-000000000000",
"CountryCode": "sample string 2",
"StateCode": "sample string 3",
"City": "sample string 4",
"Zip": "sample string 5",
"Street": "sample string 6",
"Latitude": 1.1,
"Longitude": 1.1,
"MapZoomLevel": 1
},
"ClientName": "sample string 9",
"StatusDescription": "sample string 10",
"Over400sqm": true,
"LicenseReference": "sample string 12",
"DecisionDescription": "sample string 13",
"Provider": "sample string 14"
}
Partial update for premises item.
PATCH /api/liquor/premises({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
UrlName | System.String | Read only: False | |
LicenseType | System.String | Read only: False | |
Title | System.String | Read only: False | |
MarkerInformation | System.String | Read only: False | |
Address | Telerik.Sitefinity.GeoLocations.Model.Address | Read only: False | |
ClientName | System.String | Read only: False | |
StatusDescription | System.String | Read only: False | |
Over400sqm | System.Boolean | Read only: False | |
LicenseReference | System.String | Read only: False | |
DecisionDescription | System.String | Read only: False | |
Provider | System.String | Read only: True |
application/json
{
"PublicationDate": "2025-04-07T06:04:30.133017Z",
"IncludeInSitemap": true,
"UrlName": "sample string 3",
"LicenseType": "sample string 4",
"Title": "sample string 5",
"MarkerInformation": "sample string 6",
"Address": {
"Id": "00000000-0000-0000-0000-000000000000",
"CountryCode": "sample string 2",
"StateCode": "sample string 3",
"City": "sample string 4",
"Zip": "sample string 5",
"Street": "sample string 6",
"Latitude": 1.1,
"Longitude": 1.1,
"MapZoomLevel": 1
},
"ClientName": "sample string 7",
"StatusDescription": "sample string 8",
"Over400sqm": true,
"LicenseReference": "sample string 10",
"DecisionDescription": "sample string 11"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Full update for premises item.
PUT /api/liquor/premises({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
Name | Description | Type | Additional Information |
LastModified | System.DateTimeOffset | Read only: True | |
PublicationDate | System.DateTimeOffset | Read only: False | |
DateCreated | System.DateTimeOffset | Read only: True | |
IncludeInSitemap | System.Boolean | Read only: False | |
UrlName | System.String | Read only: False | |
LicenseType | System.String | Read only: False | |
Title | System.String | Read only: False | |
MarkerInformation | System.String | Read only: False | |
Address | Telerik.Sitefinity.GeoLocations.Model.Address | Read only: False | |
ClientName | System.String | Read only: False | |
StatusDescription | System.String | Read only: False | |
Over400sqm | System.Boolean | Read only: False | |
LicenseReference | System.String | Read only: False | |
DecisionDescription | System.String | Read only: False | |
Provider | System.String | Read only: True |
application/json
{
"PublicationDate": "2025-04-07T06:04:30.133017Z",
"IncludeInSitemap": true,
"UrlName": "sample string 3",
"LicenseType": "sample string 4",
"Title": "sample string 5",
"MarkerInformation": "sample string 6",
"Address": {
"Id": "00000000-0000-0000-0000-000000000000",
"CountryCode": "sample string 2",
"StateCode": "sample string 3",
"City": "sample string 4",
"Zip": "sample string 5",
"Street": "sample string 6",
"Latitude": 1.1,
"Longitude": 1.1,
"MapZoomLevel": 1
},
"ClientName": "sample string 7",
"StatusDescription": "sample string 8",
"Over400sqm": true,
"LicenseReference": "sample string 10",
"DecisionDescription": "sample string 11"
}
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.
Deletes a premises item by Id.
DELETE /api/liquor/premises({key})
Name | Description | Type | Additional Information |
key | System.Guid | Required |
None
None.
Method can return success code: NoContent - 204 or one of these error codes: BadRequest - 400, NotFound - 404, NotImplemented - 501, InternalServerError - 500, Unauthorized - 401.
None.