# Get business day sales **GET /f/v2/business-location/{businessLocationId}/sales-daily** Returns financial data for a business location for a specified business day. ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **businessLocationId** (integer(int64)) The unique identifier for the business location. #### Query parameters - **date** (string(date)) The date of the business day to get sales for. Example:`2022-09-21` or `2022-12-01` - **include** (string) Objects to be included in the response. The allowed values are: `staff`, `table`, `consumer`, `payments`, `revenue_center`, `account_profile`, `payment_authorization`. ## Responses ### 200: Financial data returned successfully. #### Body Parameters: application/json (object) - **sales** (array[object]) Array of sale objects. - **nextStartOfDayAsIso8601** (string(date-time)) Start of next business day, in the merchant's local time. - **dataComplete** (boolean) Whether or not the data is complete for the requested day. ### 400: Bad Request - Invalid request parameters or format. #### Body Parameters: application/json (object) - **error** (string) ### 500: Internal Server Error - An error occurred on the server. #### Body Parameters: application/json (object) - **timestamp** (string(date-time)) - **path** (string) - **status** (integer(int32)) - **error** (string) - **requestId** (string) [Powered by Bump.sh](https://bump.sh)