# Booking Terms Booking Terms entity from the Property Management System (PMS), used to define the payment and settlement conditions associated with bookings. Booking terms help in establishing clear guidelines for payment schedules, deposit requirements, and settlement processes, ensuring smooth financial transactions and management of reservations within the PMS. ## Retrieve all booking terms - [GET /api/v3/bookingTerms](https://apidocs.resharmonics.com/apis/resharmonics-pms/booking-terms/getbookingterms.md): Retrieve a list of all booking terms within the Property Management System (PMS). This endpoint allows you to fetch details about different booking terms, which help in defining payment and settlement conditions associated with bookings, ensuring smooth financial transactions and management of reservations within the PMS. ## Retrieve booking terms with specified id - [GET /api/v3/bookingTerms/{id}](https://apidocs.resharmonics.com/apis/resharmonics-pms/booking-terms/getbookingtermsbyid.md): Retrieve the details of specific booking terms within the Property Management System (PMS) using its unique identifier. This endpoint allows you to fetch comprehensive information about a particular set of payment and settlement conditions, including their characteristics and associated behaviors. Booking terms are essential for defining how payments, deposits, and settlements are handled for reservations within the PMS.