set_reservation_notes
Set new user and/or admin notes for a reservation
reservation_id int required
ID of the reservation
user_notes string optional
New user notes to set. Leave empty if you don't want to change the user notes. If you want to erase the existing notes, set this to
empty.
admin_notes string optional
New admin notes to set. Leave empty if you don't want to change the admin notes. If you want to erase the existing notes, set this to
empty.
method string required
must be set to
set_reservation_notes language string optional
by specifying a 2-letter (ISO 639-1) language code (all capital letters e.g. EN, DE, FR, ES, IT) you can change the language of the text values returned
api_key string required
your API key -
Click here to get your key. If your API key uses a hash key, you must also include the parameters
hash_key and hash_timestamp.
none
Click here to test this function in the API playground.