# Error notification **POST reservation-serviceReservation error notification** These notifications are sent to the URL provided in the[`errorsWebhookUrl` field](https://api-docs.lsk.lightspeed.app/operation/operation-reservation-servicesetbyplatformcode#operation-reservation-servicesetbyplatformcode-body-application-json-errorswebhookurl). ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Parameters ## Body parameters Content-type: application/json - **errorCode** (string) A code that describes the reason for the error. - **errorMessage** (string) Error description. - **errorProperties** (array[string]) The list of request properties that are incorrect. - **httpCode** (integer(int32)) The [code](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes) of http error (4xx, 5xx) response. - **platformCode** (string) The unique code assigned to the reservation platform. - **platformReservationId** (string) The external platform's unique identifier for the reservation. - **platformRestaurantId** (string) The external platform's unique identifier for the restaurant. - **traceId** (string) Unique identifier of the issue. ## Responses ### 200: Your server returns this code if it accepts the callback. [Powered by Bump.sh](https://bump.sh)