Restaurant K Series Ape Webhook Endpoint Business Location Dto Structure
apeWebhookEndpointBusinessLocationDto schema from Lightspeed Restaurant K Series API
Type: objectProperties: 4Required: 1
Point-of-SaleRetailRestaurantE-Commerce
apeWebhookEndpointBusinessLocationDto is a JSON Structure definition published by Lightspeed, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/lightspeed-pos/refs/heads/main/json-structure/restaurant-k-series-ape-webhook-endpoint-business-location-dto-structure.json",
"name": "apeWebhookEndpointBusinessLocationDto",
"description": "apeWebhookEndpointBusinessLocationDto schema from Lightspeed Restaurant K Series API",
"type": "object",
"properties": {
"businessLocationId": {
"type": "int64",
"description": "The unique identifier for the business location.",
"example": 45454565682155
},
"createdAt": {
"type": "datetime",
"description": "Timestamp when this association was created.",
"example": "2023-11-07T19:15:05.043+0000"
},
"updatedAt": {
"type": "datetime",
"description": "Timestamp when this association was last updated.",
"example": "2023-11-07T19:15:05.043+0000"
},
"warnings": {
"description": "A list of warnings that occurred during the request, but which did not prevent a successful response. For instance, if the Business Location does not have the required POS app version to support item availability.",
"type": "array",
"items": {
"type": "object",
"properties": {
"information": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
},
"required": [
"businessLocationId"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.