Returns a set of data items of type offroadareas.
GET /api/off-road-vehicle-map/offroadareas
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 | |
System.String | Read only: False | ||
MarkerInformation | System.String | Read only: False | |
Location | Telerik.Sitefinity.GeoLocations.Model.Address | Read only: False | |
URL | System.String | Read only: False | |
Gazetted | System.Boolean | Read only: False | |
Area | System.String | Read only: False | |
Year | System.String | Read only: False | |
Locality | System.String | Read only: False | |
ObjectCoordinates | System.String | Read only: False | |
Title | System.String | Read only: False |
application/json
[
{
"LastModified": "2024-12-20T13:46:43.8213852Z",
"PublicationDate": "2024-12-20T13:46:43.8213852Z",
"DateCreated": "2024-12-20T13:46:43.8213852Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"Email": "sample string 6",
"MarkerInformation": "sample string 7",
"Location": {
"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
},
"URL": "sample string 8",
"Gazetted": true,
"Area": "sample string 10",
"Year": "sample string 11",
"Locality": "sample string 12",
"ObjectCoordinates": "sample string 13",
"Title": "sample string 14"
},
{
"LastModified": "2024-12-20T13:46:43.8213852Z",
"PublicationDate": "2024-12-20T13:46:43.8213852Z",
"DateCreated": "2024-12-20T13:46:43.8213852Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"Email": "sample string 6",
"MarkerInformation": "sample string 7",
"Location": {
"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
},
"URL": "sample string 8",
"Gazetted": true,
"Area": "sample string 10",
"Year": "sample string 11",
"Locality": "sample string 12",
"ObjectCoordinates": "sample string 13",
"Title": "sample string 14"
}
]
Gets offroadareas item by id.
GET /api/off-road-vehicle-map/offroadareas({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 | |
System.String | Read only: False | ||
MarkerInformation | System.String | Read only: False | |
Location | Telerik.Sitefinity.GeoLocations.Model.Address | Read only: False | |
URL | System.String | Read only: False | |
Gazetted | System.Boolean | Read only: False | |
Area | System.String | Read only: False | |
Year | System.String | Read only: False | |
Locality | System.String | Read only: False | |
ObjectCoordinates | System.String | Read only: False | |
Title | System.String | Read only: False |
application/json
{
"LastModified": "2024-12-20T13:46:43.8370149Z",
"PublicationDate": "2024-12-20T13:46:43.8370149Z",
"DateCreated": "2024-12-20T13:46:43.8370149Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"Email": "sample string 6",
"MarkerInformation": "sample string 7",
"Location": {
"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
},
"URL": "sample string 8",
"Gazetted": true,
"Area": "sample string 10",
"Year": "sample string 11",
"Locality": "sample string 12",
"ObjectCoordinates": "sample string 13",
"Title": "sample string 14"
}
Gets Id property from offroadareas item.
GET /api/off-road-vehicle-map/offroadareas({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": "82309777-458e-427f-ab15-cc17b2eb553a"
}
Creates a offroadareas item.
POST /api/off-road-vehicle-map/offroadareas
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 | |
System.String | Read only: False | ||
MarkerInformation | System.String | Read only: False | |
Location | Telerik.Sitefinity.GeoLocations.Model.Address | Read only: False | |
URL | System.String | Read only: False | |
Gazetted | System.Boolean | Read only: False | |
Area | System.String | Read only: False | |
Year | System.String | Read only: False | |
Locality | System.String | Read only: False | |
ObjectCoordinates | System.String | Read only: False | |
Title | System.String | Read only: False |
application/json
{
"PublicationDate": "2024-12-20T13:46:43.8370149Z",
"IncludeInSitemap": true,
"UrlName": "sample string 3",
"Email": "sample string 4",
"MarkerInformation": "sample string 5",
"Location": {
"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
},
"URL": "sample string 6",
"Gazetted": true,
"Area": "sample string 8",
"Year": "sample string 9",
"Locality": "sample string 10",
"ObjectCoordinates": "sample string 11",
"Title": "sample string 12"
}
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 | |
System.String | Read only: False | ||
MarkerInformation | System.String | Read only: False | |
Location | Telerik.Sitefinity.GeoLocations.Model.Address | Read only: False | |
URL | System.String | Read only: False | |
Gazetted | System.Boolean | Read only: False | |
Area | System.String | Read only: False | |
Year | System.String | Read only: False | |
Locality | System.String | Read only: False | |
ObjectCoordinates | System.String | Read only: False | |
Title | System.String | Read only: False |
application/json
{
"LastModified": "2024-12-20T13:46:43.8370149Z",
"PublicationDate": "2024-12-20T13:46:43.8370149Z",
"DateCreated": "2024-12-20T13:46:43.8370149Z",
"IncludeInSitemap": true,
"UrlName": "sample string 5",
"Email": "sample string 6",
"MarkerInformation": "sample string 7",
"Location": {
"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
},
"URL": "sample string 8",
"Gazetted": true,
"Area": "sample string 10",
"Year": "sample string 11",
"Locality": "sample string 12",
"ObjectCoordinates": "sample string 13",
"Title": "sample string 14"
}
Partial update for offroadareas item.
PATCH /api/off-road-vehicle-map/offroadareas({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 | |
System.String | Read only: False | ||
MarkerInformation | System.String | Read only: False | |
Location | Telerik.Sitefinity.GeoLocations.Model.Address | Read only: False | |
URL | System.String | Read only: False | |
Gazetted | System.Boolean | Read only: False | |
Area | System.String | Read only: False | |
Year | System.String | Read only: False | |
Locality | System.String | Read only: False | |
ObjectCoordinates | System.String | Read only: False | |
Title | System.String | Read only: False |
application/json
{
"PublicationDate": "2024-12-20T13:46:43.8370149Z",
"IncludeInSitemap": true,
"UrlName": "sample string 3",
"Email": "sample string 4",
"MarkerInformation": "sample string 5",
"Location": {
"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
},
"URL": "sample string 6",
"Gazetted": true,
"Area": "sample string 8",
"Year": "sample string 9",
"Locality": "sample string 10",
"ObjectCoordinates": "sample string 11",
"Title": "sample string 12"
}
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 offroadareas item.
PUT /api/off-road-vehicle-map/offroadareas({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 | |
System.String | Read only: False | ||
MarkerInformation | System.String | Read only: False | |
Location | Telerik.Sitefinity.GeoLocations.Model.Address | Read only: False | |
URL | System.String | Read only: False | |
Gazetted | System.Boolean | Read only: False | |
Area | System.String | Read only: False | |
Year | System.String | Read only: False | |
Locality | System.String | Read only: False | |
ObjectCoordinates | System.String | Read only: False | |
Title | System.String | Read only: False |
application/json
{
"PublicationDate": "2024-12-20T13:46:43.8370149Z",
"IncludeInSitemap": true,
"UrlName": "sample string 3",
"Email": "sample string 4",
"MarkerInformation": "sample string 5",
"Location": {
"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
},
"URL": "sample string 6",
"Gazetted": true,
"Area": "sample string 8",
"Year": "sample string 9",
"Locality": "sample string 10",
"ObjectCoordinates": "sample string 11",
"Title": "sample string 12"
}
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 offroadareas item by Id.
DELETE /api/off-road-vehicle-map/offroadareas({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.