Parameter name | Description |
---|---|
notification_type | Type of the notification that triggered the callback. This can be one of the following: new_verified_reservation - new reservation with verified email address, reservation_confirmed - reservation confirmed by admin, reservation_admin_canceled - reservation cancelled by admin, reservation_user_canceled - reservation cancelled by client, reservation_admin_modified - reservation modified by admin, reservation_auto_canceled - reservation automatically cancelled, reservation_payment_received - online payment received, reservation_user_modified - reservation modified by client, reservation_products_user_modified - additional products of reservation modified by client, checked_in - reservation status changed to checked-in, checked_out - reservation status changed to checked-out, hourly - hourly notification. |
reservation | ID of the reservation. |
resource | ID of the resource to be rented. |
resource_name | name of the resource to be rented. |
site | ID of the checkin24-7 site. |
start | Start time (sent as timestamp, that is the number of seconds since January 1 1970 00:00:00). |
end | End time (sent as timestamp). |
user | ID of the user reserving the resource. |
count | Number of resources being reserved. |
creation_date | Creation time of the reservation. |
status | Status of the reservation. See this page for the description of the status value. |
currency | Currency of the reservation. |
price_quoted | Rate quoted for the reservation. |
discount | Discount applied through a voucher. |
price_no_discount | Original price (without taking under consideration the voucher used, if any). |
amount_paid | Amount paid already. |
amount_outstanding | Amount left to be paid. |
cart_id | ID of a cart, if using shopping cart. |
payment_amount | Used only with reservation_payment_received notification; amount of the payment. |