...
In this documentation the webhook will be set to https://examplePartner.com/hotelkit.
Return of the Webhook
Every request sent to the webhook must be answered with a response.
When the partner handled the request successfully a 200 Response must be returned.
On error case a Response in the range between 400 – 599 must be returned. In that case hotelkit will try to undo the action internally and display to the user that the connection to the partner failed. There will be no second attempt to send the request.
...