# Seating of a reservation **POST /r/reservation/1/checkin** Assign a reservation to a table ## 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 ## Body parameters Content-type: application/json - **businessLocationId** (integer(int64)) Business Location ID as defined in K-series - **customerCount** (integer(int32)) Number of seats for the reservation - **customerInfo** (object) Basic customer information - **endPointId** (string) Identifies the previously registered endpoint to use for Webhook notifications - **notes** (array[object]) An Array of notes - **reservationReference** (string) Unique ID for you to tie the callback events to this action - **specialOffer** (string) Deprecated - use notes instead - **table** (string) Table name or number ## Responses ### 200: OK #### Body Parameters: application/json (object) - **error** (boolean) - **errorMessage** (string) - **responseEntity** (object) A JSON object representing the response data [Powered by Bump.sh](https://bump.sh)