API Portal for the Cullinan UDMS products. To use this API, please contact our web team to obtain an API Key.

Each request needs to include an Api_Key in the headers.

  • Only GET requests are accepted for the API.
  • Supported response formats are XML and JSON - defaulted to JSON. To ensure a specific format is returned, please add an 'Accept' header in your request, e.g. 'Accept: application/xml' or add GET parameter to your URL , e.g. ?format=xml
  • Substitute the regex values in the URL endpoint samples to suit your request.
  • Date formats are strictly YYYY-MM-DD, e.g. 2022-04-10.
Sample request:
curl --header "Accept: application/json" --header 'Authorization: Api-Key my-notsot-supr-sercure-api-key' "https://udmsapi.cullinan.co.za/v1/countries/"
GET /v1/accommodation/rates/?page=16
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 47606,
    "next": "https://udmsapi.cullinan.co.za/v1/accommodation/rates/?page=17",
    "previous": "https://udmsapi.cullinan.co.za/v1/accommodation/rates/?page=15",
    "results": [
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Suite - Honeymoon Offer",
            "product_code": "61228",
            "season_start": "2026-01-06",
            "season_end": "2026-03-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-03-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Spouse Discount 50% Min 6 Nights",
            "currency": "USD",
            "price_notes": " Valid for one year from date of wedding. Wedding certificate or proof of marriage is required. Both guests pay full rates on flights and conservation & community levies. Valid for new bookings (and bookings sitting on provisional basis). Can be used in conjunction with ABC Long Stay rates but cannot be combined with any other ABC specials. Not applicable to SADC special rates. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 1014,
            "sng": null,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 6,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": "25.00% discount; ",
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Suite",
            "product_code": "49952",
            "season_start": "2026-04-01",
            "season_end": "2026-05-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-05-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": " ",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 2160,
            "sng": 1577,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  539",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Suite",
            "product_code": "49952",
            "season_start": "2026-04-01",
            "season_end": "2026-05-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-05-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Kids Stay Free",
            "currency": "USD",
            "price_notes": " Offer valid for new bookings (and bookings sitting on a provisional basis). One child free per full-paying adult (maximum of 2 children per booking). Children will still be required to pay for conservation levies and transfers, if applicable. Children under the age of 16 are not able to do walking safaris, mokoro or canoe activities.Not combinable with any other ABC other specials. Not applicable to SADC special rates. Minimum stay of 6 or More nights is required. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 2160,
            "sng": 1577,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 6,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  42",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Suite",
            "product_code": "49952",
            "season_start": "2026-04-01",
            "season_end": "2026-05-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-05-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Pay 10 Stay 12",
            "currency": "USD",
            "price_notes": " Offer valid for new bookings (and bookings sitting on a provisional basis). If booking postpones to different dates, new rates will apply.Not combinable with any other ABC other specials. Not applicable to SADC special rates. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 2160,
            "sng": 1577,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 12,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": "2 free nights; Stay 12 Pay 10 - Tactical Offer Minimum stay of 12 nights required *** Get 2 night FREE - subject to availability; ",
            "free_nights": 2,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  539",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Family Suite",
            "product_code": "49953",
            "season_start": "2026-04-01",
            "season_end": "2026-05-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-05-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": " ",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 2160,
            "sng": 1577,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  539",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Family Suite",
            "product_code": "49953",
            "season_start": "2026-04-01",
            "season_end": "2026-05-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-05-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Kids Stay Free",
            "currency": "USD",
            "price_notes": " Offer valid for new bookings (and bookings sitting on a provisional basis). One child free per full-paying adult (maximum of 2 children per booking). Children will still be required to pay for conservation levies and transfers, if applicable. Children under the age of 16 are not able to do walking safaris, mokoro or canoe activities.Not combinable with any other ABC other specials. Not applicable to SADC special rates. Minimum stay of 6 or More nights is required. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 2160,
            "sng": 1577,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 6,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  42",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Family Suite",
            "product_code": "49953",
            "season_start": "2026-04-01",
            "season_end": "2026-05-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-05-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Pay 10 Stay 12",
            "currency": "USD",
            "price_notes": " Offer valid for new bookings (and bookings sitting on a provisional basis). If booking postpones to different dates, new rates will apply.Not combinable with any other ABC other specials. Not applicable to SADC special rates. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 2160,
            "sng": 1577,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 12,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": "2 free nights; Stay 12 Pay 10 - Tactical Offer Minimum stay of 12 nights required *** Get 2 night FREE - subject to availability; ",
            "free_nights": 2,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  539",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Suite - Honeymoon Offer",
            "product_code": "61228",
            "season_start": "2026-04-01",
            "season_end": "2026-05-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-05-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Spouse Discount 50% Min 6 Nights",
            "currency": "USD",
            "price_notes": " Valid for one year from date of wedding. Wedding certificate or proof of marriage is required. Both guests pay full rates on flights and conservation & community levies. Valid for new bookings (and bookings sitting on provisional basis). Can be used in conjunction with ABC Long Stay rates but cannot be combined with any other ABC specials. Not applicable to SADC special rates. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 1662,
            "sng": null,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 6,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": "25.00% discount; ",
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Suite",
            "product_code": "49952",
            "season_start": "2026-06-01",
            "season_end": "2026-10-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-10-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": " ",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 3176,
            "sng": 2339,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  793",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Suite",
            "product_code": "49952",
            "season_start": "2026-06-01",
            "season_end": "2026-10-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-10-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Kids Stay Free",
            "currency": "USD",
            "price_notes": " Offer valid for new bookings (and bookings sitting on a provisional basis). One child free per full-paying adult (maximum of 2 children per booking). Children will still be required to pay for conservation levies and transfers, if applicable. Children under the age of 16 are not able to do walking safaris, mokoro or canoe activities.Not combinable with any other ABC other specials. Not applicable to SADC special rates. Minimum stay of 6 or More nights is required. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 3176,
            "sng": 2339,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 6,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  42",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Suite",
            "product_code": "49952",
            "season_start": "2026-06-01",
            "season_end": "2026-10-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-10-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Pay 10 Stay 12",
            "currency": "USD",
            "price_notes": " Offer valid for new bookings (and bookings sitting on a provisional basis). If booking postpones to different dates, new rates will apply.Not combinable with any other ABC other specials. Not applicable to SADC special rates. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 3176,
            "sng": 2339,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 12,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": "2 free nights; Stay 12 Pay 10 - Tactical Offer Minimum stay of 12 nights required *** Get 2 night FREE - subject to availability; ",
            "free_nights": 2,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  793",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Family Suite",
            "product_code": "49953",
            "season_start": "2026-06-01",
            "season_end": "2026-10-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-10-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": " ",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 3176,
            "sng": 2339,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  793",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Family Suite",
            "product_code": "49953",
            "season_start": "2026-06-01",
            "season_end": "2026-10-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-10-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Kids Stay Free",
            "currency": "USD",
            "price_notes": " Offer valid for new bookings (and bookings sitting on a provisional basis). One child free per full-paying adult (maximum of 2 children per booking). Children will still be required to pay for conservation levies and transfers, if applicable. Children under the age of 16 are not able to do walking safaris, mokoro or canoe activities.Not combinable with any other ABC other specials. Not applicable to SADC special rates. Minimum stay of 6 or More nights is required. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 3176,
            "sng": 2339,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 6,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  42",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Family Suite",
            "product_code": "49953",
            "season_start": "2026-06-01",
            "season_end": "2026-10-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-10-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Pay 10 Stay 12",
            "currency": "USD",
            "price_notes": " Offer valid for new bookings (and bookings sitting on a provisional basis). If booking postpones to different dates, new rates will apply.Not combinable with any other ABC other specials. Not applicable to SADC special rates. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 3176,
            "sng": 2339,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 12,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": "2 free nights; Stay 12 Pay 10 - Tactical Offer Minimum stay of 12 nights required *** Get 2 night FREE - subject to availability; ",
            "free_nights": 2,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  793",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Suite - Honeymoon Offer",
            "product_code": "61228",
            "season_start": "2026-06-01",
            "season_end": "2026-10-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-10-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Spouse Discount 50% Min 6 Nights",
            "currency": "USD",
            "price_notes": " Valid for one year from date of wedding. Wedding certificate or proof of marriage is required. Both guests pay full rates on flights and conservation & community levies. Valid for new bookings (and bookings sitting on provisional basis). Can be used in conjunction with ABC Long Stay rates but cannot be combined with any other ABC specials. Not applicable to SADC special rates. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 2424,
            "sng": null,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 6,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": "25.00% discount; ",
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Suite",
            "product_code": "49952",
            "season_start": "2026-11-01",
            "season_end": "2026-11-30",
            "sell_from": "2025-05-12",
            "sell_to": "2026-11-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": " ",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 2160,
            "sng": 1577,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  539",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Suite",
            "product_code": "49952",
            "season_start": "2026-11-01",
            "season_end": "2026-11-30",
            "sell_from": "2025-05-12",
            "sell_to": "2026-11-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Kids Stay Free",
            "currency": "USD",
            "price_notes": " Offer valid for new bookings (and bookings sitting on a provisional basis). One child free per full-paying adult (maximum of 2 children per booking). Children will still be required to pay for conservation levies and transfers, if applicable. Children under the age of 16 are not able to do walking safaris, mokoro or canoe activities.Not combinable with any other ABC other specials. Not applicable to SADC special rates. Minimum stay of 6 or More nights is required. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 2160,
            "sng": 1577,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 6,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  42",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Suite",
            "product_code": "49952",
            "season_start": "2026-11-01",
            "season_end": "2026-11-30",
            "sell_from": "2025-05-12",
            "sell_to": "2026-11-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Pay 10 Stay 12",
            "currency": "USD",
            "price_notes": " Offer valid for new bookings (and bookings sitting on a provisional basis). If booking postpones to different dates, new rates will apply.Not combinable with any other ABC other specials. Not applicable to SADC special rates. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 2160,
            "sng": 1577,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 12,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": "2 free nights; Stay 12 Pay 10 - Tactical Offer Minimum stay of 12 nights required *** Get 2 night FREE - subject to availability; ",
            "free_nights": 2,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  539",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Family Suite",
            "product_code": "49953",
            "season_start": "2026-11-01",
            "season_end": "2026-11-30",
            "sell_from": "2025-05-12",
            "sell_to": "2026-11-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": " ",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 2160,
            "sng": 1577,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  539",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Family Suite",
            "product_code": "49953",
            "season_start": "2026-11-01",
            "season_end": "2026-11-30",
            "sell_from": "2025-05-12",
            "sell_to": "2026-11-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Kids Stay Free",
            "currency": "USD",
            "price_notes": " Offer valid for new bookings (and bookings sitting on a provisional basis). One child free per full-paying adult (maximum of 2 children per booking). Children will still be required to pay for conservation levies and transfers, if applicable. Children under the age of 16 are not able to do walking safaris, mokoro or canoe activities.Not combinable with any other ABC other specials. Not applicable to SADC special rates. Minimum stay of 6 or More nights is required. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 2160,
            "sng": 1577,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 6,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  42",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Family Suite",
            "product_code": "49953",
            "season_start": "2026-11-01",
            "season_end": "2026-11-30",
            "sell_from": "2025-05-12",
            "sell_to": "2026-11-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Pay 10 Stay 12",
            "currency": "USD",
            "price_notes": " Offer valid for new bookings (and bookings sitting on a provisional basis). If booking postpones to different dates, new rates will apply.Not combinable with any other ABC other specials. Not applicable to SADC special rates. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 2160,
            "sng": 1577,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 12,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": "2 free nights; Stay 12 Pay 10 - Tactical Offer Minimum stay of 12 nights required *** Get 2 night FREE - subject to availability; ",
            "free_nights": 2,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  539",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Suite - Honeymoon Offer",
            "product_code": "61228",
            "season_start": "2026-11-01",
            "season_end": "2026-11-30",
            "sell_from": "2025-05-12",
            "sell_to": "2026-11-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Spouse Discount 50% Min 6 Nights",
            "currency": "USD",
            "price_notes": " Valid for one year from date of wedding. Wedding certificate or proof of marriage is required. Both guests pay full rates on flights and conservation & community levies. Valid for new bookings (and bookings sitting on provisional basis). Can be used in conjunction with ABC Long Stay rates but cannot be combined with any other ABC specials. Not applicable to SADC special rates. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 1662,
            "sng": null,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 6,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": "25.00% discount; ",
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Suite",
            "product_code": "49952",
            "season_start": "2026-12-01",
            "season_end": "2026-12-19",
            "sell_from": "2025-05-12",
            "sell_to": "2026-12-19",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": " ",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 1294,
            "sng": 647,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  323",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Suite",
            "product_code": "49952",
            "season_start": "2026-12-01",
            "season_end": "2026-12-19",
            "sell_from": "2025-05-12",
            "sell_to": "2026-12-19",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Kids Stay Free",
            "currency": "USD",
            "price_notes": " Offer valid for new bookings (and bookings sitting on a provisional basis). One child free per full-paying adult (maximum of 2 children per booking). Children will still be required to pay for conservation levies and transfers, if applicable. Children under the age of 16 are not able to do walking safaris, mokoro or canoe activities.Not combinable with any other ABC other specials. Not applicable to SADC special rates. Minimum stay of 6 or More nights is required. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 1294,
            "sng": 647,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 6,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  42",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Suite",
            "product_code": "49952",
            "season_start": "2026-12-01",
            "season_end": "2026-12-19",
            "sell_from": "2025-05-12",
            "sell_to": "2026-12-19",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Pay 10 Stay 12",
            "currency": "USD",
            "price_notes": " Offer valid for new bookings (and bookings sitting on a provisional basis). If booking postpones to different dates, new rates will apply.Not combinable with any other ABC other specials. Not applicable to SADC special rates. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 1294,
            "sng": 647,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 12,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": "2 free nights; Stay 12 Pay 10 - Tactical Offer Minimum stay of 12 nights required *** Get 2 night FREE - subject to availability; ",
            "free_nights": 2,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  323",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Family Suite",
            "product_code": "49953",
            "season_start": "2026-12-01",
            "season_end": "2026-12-19",
            "sell_from": "2025-05-12",
            "sell_to": "2026-12-19",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": " ",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 1294,
            "sng": 647,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  323",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Family Suite",
            "product_code": "49953",
            "season_start": "2026-12-01",
            "season_end": "2026-12-19",
            "sell_from": "2025-05-12",
            "sell_to": "2026-12-19",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Kids Stay Free",
            "currency": "USD",
            "price_notes": " Offer valid for new bookings (and bookings sitting on a provisional basis). One child free per full-paying adult (maximum of 2 children per booking). Children will still be required to pay for conservation levies and transfers, if applicable. Children under the age of 16 are not able to do walking safaris, mokoro or canoe activities.Not combinable with any other ABC other specials. Not applicable to SADC special rates. Minimum stay of 6 or More nights is required. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 1294,
            "sng": 647,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 6,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  42",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Family Suite",
            "product_code": "49953",
            "season_start": "2026-12-01",
            "season_end": "2026-12-19",
            "sell_from": "2025-05-12",
            "sell_to": "2026-12-19",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Pay 10 Stay 12",
            "currency": "USD",
            "price_notes": " Offer valid for new bookings (and bookings sitting on a provisional basis). If booking postpones to different dates, new rates will apply.Not combinable with any other ABC other specials. Not applicable to SADC special rates. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 1294,
            "sng": 647,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 12,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": "2 free nights; Stay 12 Pay 10 - Tactical Offer Minimum stay of 12 nights required *** Get 2 night FREE - subject to availability; ",
            "free_nights": 2,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  323",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Suite - Honeymoon Offer",
            "product_code": "61228",
            "season_start": "2026-12-01",
            "season_end": "2026-12-19",
            "sell_from": "2025-05-12",
            "sell_to": "2026-12-19",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Spouse Discount 50% Min 6 Nights",
            "currency": "USD",
            "price_notes": " Valid for one year from date of wedding. Wedding certificate or proof of marriage is required. Both guests pay full rates on flights and conservation & community levies. Valid for new bookings (and bookings sitting on provisional basis). Can be used in conjunction with ABC Long Stay rates but cannot be combined with any other ABC specials. Not applicable to SADC special rates. Subject to availability at the time of booking.",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 1014,
            "sng": null,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 6,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": "25.00% discount; ",
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Suite",
            "product_code": "49952",
            "season_start": "2026-12-20",
            "season_end": "2026-12-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": " ",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 1294,
            "sng": 647,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  323",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Atzaro Okavango Camp",
            "supplier_code": "atza02",
            "product_name": "Luxury Family Suite",
            "product_code": "49953",
            "season_start": "2026-12-20",
            "season_end": "2026-12-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": " ",
            "inclusions": "Beverages, All Meals, Two safari activities per full day, Morning, Afternoon and Night Game drives, Walking Safaris, Mokoro safaris, ABCF project visit can be booked, Laundry, Return airstrip transfers, Community Levy, Conservation Levy",
            "exclusions": "All items of a personal nature, Discretionary tips, Travel Insurance, Visas, International Flights, Transfers not listed, ",
            "board_basis_id": "FI",
            "board_basis_name": "Fully Inclusive",
            "dbl": 1294,
            "sng": 647,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-45 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-6)  42",
            "child_pol_b": "(7-15)  323",
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": "85.00",
                "LEVYPERCENT": null,
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": "42.00",
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Auberge Burgundy",
            "supplier_code": "aube01",
            "product_name": "Middle Room",
            "product_code": "MidRm",
            "season_start": "2025-12-15",
            "season_end": "2026-01-05",
            "sell_from": "2024-08-14",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "No rates available for this period. ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": null,
            "sng": null,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "No children under 12 years ;",
            "levies": null
        },
        {
            "supplier": "Auberge Burgundy",
            "supplier_code": "aube01",
            "product_name": "Pool-side Suite",
            "product_code": "PoolSt",
            "season_start": "2025-12-15",
            "season_end": "2026-01-05",
            "sell_from": "2024-08-14",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "No rates available for this period. ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": null,
            "sng": null,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(12-17)  ",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "No children under 12 years ;",
            "levies": null
        },
        {
            "supplier": "Auberge Burgundy",
            "supplier_code": "aube01",
            "product_name": "Penthouse Suite 1",
            "product_code": "RM1",
            "season_start": "2025-12-15",
            "season_end": "2026-01-05",
            "sell_from": "2024-08-14",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "No rates available for this period. ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": null,
            "sng": null,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "No children under 12 years ;",
            "levies": null
        },
        {
            "supplier": "Auberge Burgundy",
            "supplier_code": "aube01",
            "product_name": "Penthouse Suite 2",
            "product_code": "RM2",
            "season_start": "2025-12-15",
            "season_end": "2026-01-05",
            "sell_from": "2024-08-14",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "No rates available for this period. ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": null,
            "sng": null,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(12-17)  ",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "No children under 12 years ;",
            "levies": null
        },
        {
            "supplier": "Auberge Burgundy",
            "supplier_code": "aube01",
            "product_name": "Standard Room - First Floor Garden",
            "product_code": "RM3",
            "season_start": "2025-12-15",
            "season_end": "2026-01-05",
            "sell_from": "2024-08-14",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "No rates available for this period. ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": null,
            "sng": null,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "No children under 12 years ;",
            "levies": null
        },
        {
            "supplier": "Auberge Burgundy",
            "supplier_code": "aube01",
            "product_name": "Standard Room - Poolside",
            "product_code": "RM4",
            "season_start": "2025-12-15",
            "season_end": "2026-01-05",
            "sell_from": "2024-08-14",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "No rates available for this period. ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": null,
            "sng": null,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "No children under 12 years ;",
            "levies": null
        },
        {
            "supplier": "Auberge Burgundy",
            "supplier_code": "aube01",
            "product_name": "Standard Room - Garden Ground Floor",
            "product_code": "StndRm",
            "season_start": "2025-12-15",
            "season_end": "2026-01-05",
            "sell_from": "2024-08-14",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "No rates available for this period. ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": null,
            "sng": null,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "No children under 12 years ;",
            "levies": null
        },
        {
            "supplier": "Auberge Burgundy",
            "supplier_code": "aube01",
            "product_name": "In-House Suite",
            "product_code": "Suite",
            "season_start": "2025-12-15",
            "season_end": "2026-01-05",
            "sell_from": "2024-08-14",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "No rates available for this period. ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": null,
            "sng": null,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(12-17)  ",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "No children under 12 years ;",
            "levies": null
        },
        {
            "supplier": "Auberge Burgundy",
            "supplier_code": "aube01",
            "product_name": "Middle Room",
            "product_code": "MidRm",
            "season_start": "2026-01-06",
            "season_end": "2026-09-30",
            "sell_from": "2024-09-30",
            "sell_to": "2026-09-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 2686,
            "sng": 2254,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "No children under 12 years ;",
            "levies": null
        },
        {
            "supplier": "Auberge Burgundy",
            "supplier_code": "aube01",
            "product_name": "Pool-side Suite",
            "product_code": "PoolSt",
            "season_start": "2026-01-06",
            "season_end": "2026-09-30",
            "sell_from": "2024-09-30",
            "sell_to": "2026-09-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 4778,
            "sng": 4346,
            "tpl": 5559,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(12-17)  778",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "No children under 12 years ;",
            "levies": null
        },
        {
            "supplier": "Auberge Burgundy",
            "supplier_code": "aube01",
            "product_name": "Penthouse Suite 1",
            "product_code": "RM1",
            "season_start": "2026-01-06",
            "season_end": "2026-09-30",
            "sell_from": "2024-09-30",
            "sell_to": "2026-09-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 5558,
            "sng": 5557,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "No children under 12 years ;",
            "levies": null
        },
        {
            "supplier": "Auberge Burgundy",
            "supplier_code": "aube01",
            "product_name": "Penthouse Suite 2",
            "product_code": "RM2",
            "season_start": "2026-01-06",
            "season_end": "2026-09-30",
            "sell_from": "2024-09-30",
            "sell_to": "2026-09-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 5558,
            "sng": null,
            "tpl": 5559,
            "qad": 5560,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(12-17)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "No children under 12 years ;",
            "levies": null
        },
        {
            "supplier": "Auberge Burgundy",
            "supplier_code": "aube01",
            "product_name": "Standard Room - First Floor Garden",
            "product_code": "RM3",
            "season_start": "2026-01-06",
            "season_end": "2026-09-30",
            "sell_from": "2024-09-30",
            "sell_to": "2026-09-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 3430,
            "sng": 2997,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "No children under 12 years ;",
            "levies": null
        },
        {
            "supplier": "Auberge Burgundy",
            "supplier_code": "aube01",
            "product_name": "Standard Room - Poolside",
            "product_code": "RM4",
            "season_start": "2026-01-06",
            "season_end": "2026-09-30",
            "sell_from": "2024-09-30",
            "sell_to": "2026-09-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 3430,
            "sng": 2989,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "No children under 12 years ;",
            "levies": null
        },
        {
            "supplier": "Auberge Burgundy",
            "supplier_code": "aube01",
            "product_name": "Standard Room - Garden Ground Floor",
            "product_code": "StndRm",
            "season_start": "2026-01-06",
            "season_end": "2026-09-30",
            "sell_from": "2024-09-30",
            "sell_to": "2026-09-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 3430,
            "sng": 2997,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "No children under 12 years ;",
            "levies": null
        },
        {
            "supplier": "Auberge Burgundy",
            "supplier_code": "aube01",
            "product_name": "In-House Suite",
            "product_code": "Suite",
            "season_start": "2026-01-06",
            "season_end": "2026-09-30",
            "sell_from": "2024-09-30",
            "sell_to": "2026-09-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 4226,
            "sng": 3792,
            "tpl": 5004,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(12-17)  778",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "No children under 12 years ;",
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Private Villa",
            "product_code": "43855",
            "season_start": "2025-12-15",
            "season_end": "2026-02-28",
            "sell_from": "2024-07-12",
            "sell_to": "2026-02-28",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 7092,
            "sng": 7092,
            "tpl": 7092,
            "qad": 7092,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 3,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-17)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Honeymoon Suite",
            "product_code": "43856",
            "season_start": "2025-12-15",
            "season_end": "2026-02-28",
            "sell_from": "2024-07-12",
            "sell_to": "2026-02-28",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 3632,
            "sng": 3632,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": "(2-9)  649",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Deluxe Double Room",
            "product_code": "43857",
            "season_start": "2025-12-15",
            "season_end": "2026-02-28",
            "sell_from": "2024-07-12",
            "sell_to": "2026-02-28",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 3286,
            "sng": 3286,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": "(2-9)  649",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Deluxe Single Room",
            "product_code": "43858",
            "season_start": "2025-12-15",
            "season_end": "2026-02-28",
            "sell_from": "2024-07-12",
            "sell_to": "2026-02-28",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": null,
            "sng": 2984,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Private Villa",
            "product_code": "43855",
            "season_start": "2026-03-01",
            "season_end": "2026-04-17",
            "sell_from": "2024-07-12",
            "sell_to": "2026-04-17",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 7092,
            "sng": 7092,
            "tpl": 7092,
            "qad": 7092,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-17)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Honeymoon Suite",
            "product_code": "43856",
            "season_start": "2026-03-01",
            "season_end": "2026-04-17",
            "sell_from": "2024-07-12",
            "sell_to": "2026-04-17",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 3632,
            "sng": 3632,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": "(2-9)  649",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Deluxe Double Room",
            "product_code": "43857",
            "season_start": "2026-03-01",
            "season_end": "2026-04-17",
            "sell_from": "2024-07-12",
            "sell_to": "2026-04-17",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 3286,
            "sng": 3286,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": "(2-9)  649",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Deluxe Single Room",
            "product_code": "43858",
            "season_start": "2026-03-01",
            "season_end": "2026-04-17",
            "sell_from": "2024-07-12",
            "sell_to": "2026-04-17",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": null,
            "sng": 2984,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Private Villa",
            "product_code": "43855",
            "season_start": "2026-04-18",
            "season_end": "2026-04-21",
            "sell_from": "2024-07-12",
            "sell_to": "2026-04-21",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 7092,
            "sng": 7092,
            "tpl": 7092,
            "qad": 7092,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 3,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-17)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Honeymoon Suite",
            "product_code": "43856",
            "season_start": "2026-04-18",
            "season_end": "2026-04-21",
            "sell_from": "2024-07-12",
            "sell_to": "2026-04-21",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 3632,
            "sng": 3632,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": "(2-9)  649",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Deluxe Double Room",
            "product_code": "43857",
            "season_start": "2026-04-18",
            "season_end": "2026-04-21",
            "sell_from": "2024-07-12",
            "sell_to": "2026-04-21",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 3286,
            "sng": 3286,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": "(2-9)  649",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Deluxe Single Room",
            "product_code": "43858",
            "season_start": "2026-04-18",
            "season_end": "2026-04-21",
            "sell_from": "2024-07-12",
            "sell_to": "2026-04-21",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": null,
            "sng": 2984,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Private Villa",
            "product_code": "43855",
            "season_start": "2026-04-22",
            "season_end": "2026-04-30",
            "sell_from": "2024-07-12",
            "sell_to": "2026-04-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 7092,
            "sng": 7092,
            "tpl": 7092,
            "qad": 7092,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-17)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Honeymoon Suite",
            "product_code": "43856",
            "season_start": "2026-04-22",
            "season_end": "2026-04-30",
            "sell_from": "2024-07-12",
            "sell_to": "2026-04-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 3632,
            "sng": 3632,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": "(2-9)  649",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Deluxe Double Room",
            "product_code": "43857",
            "season_start": "2026-04-22",
            "season_end": "2026-04-30",
            "sell_from": "2024-07-12",
            "sell_to": "2026-04-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 3286,
            "sng": 3286,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": "(2-9)  649",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Deluxe Single Room",
            "product_code": "43858",
            "season_start": "2026-04-22",
            "season_end": "2026-04-30",
            "sell_from": "2024-07-12",
            "sell_to": "2026-04-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": null,
            "sng": 2984,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Private Villa",
            "product_code": "43855",
            "season_start": "2026-05-01",
            "season_end": "2026-09-30",
            "sell_from": "2025-06-25",
            "sell_to": "2026-09-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 5376,
            "sng": 5376,
            "tpl": 5376,
            "qad": 5376,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-17)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Honeymoon Suite",
            "product_code": "43856",
            "season_start": "2026-05-01",
            "season_end": "2026-09-30",
            "sell_from": "2025-06-25",
            "sell_to": "2026-09-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 2976,
            "sng": 2976,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": "(2-9)  720",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Deluxe Double Room",
            "product_code": "43857",
            "season_start": "2026-05-01",
            "season_end": "2026-09-30",
            "sell_from": "2025-06-25",
            "sell_to": "2026-09-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 2870,
            "sng": 2870,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": "(2-9)  720",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Deluxe Single Room",
            "product_code": "43858",
            "season_start": "2026-05-01",
            "season_end": "2026-09-30",
            "sell_from": "2025-06-25",
            "sell_to": "2026-09-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": null,
            "sng": 2592,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Private Villa",
            "product_code": "43855",
            "season_start": "2026-10-01",
            "season_end": "2026-12-14",
            "sell_from": "2025-06-25",
            "sell_to": "2026-12-14",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 7872,
            "sng": 7872,
            "tpl": 7872,
            "qad": 7872,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-17)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Honeymoon Suite",
            "product_code": "43856",
            "season_start": "2026-10-01",
            "season_end": "2026-12-14",
            "sell_from": "2025-06-25",
            "sell_to": "2026-12-14",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 4032,
            "sng": 4032,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": "(2-9)  720",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Deluxe Double Room",
            "product_code": "43857",
            "season_start": "2026-10-01",
            "season_end": "2026-12-14",
            "sell_from": "2025-06-25",
            "sell_to": "2026-12-14",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 3648,
            "sng": 3648,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": "(2-9)  720",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Deluxe Single Room",
            "product_code": "43858",
            "season_start": "2026-10-01",
            "season_end": "2026-12-14",
            "sell_from": "2025-06-25",
            "sell_to": "2026-12-14",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": null,
            "sng": 3312,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Private Villa",
            "product_code": "43855",
            "season_start": "2026-12-15",
            "season_end": "2027-02-28",
            "sell_from": "2025-06-25",
            "sell_to": "2027-02-28",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 7872,
            "sng": 7872,
            "tpl": 7872,
            "qad": 7872,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 3,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-17)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Honeymoon Suite",
            "product_code": "43856",
            "season_start": "2026-12-15",
            "season_end": "2027-02-28",
            "sell_from": "2025-06-25",
            "sell_to": "2027-02-28",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 4032,
            "sng": 4032,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": "(2-9)  720",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Deluxe Double Room",
            "product_code": "43857",
            "season_start": "2026-12-15",
            "season_end": "2027-02-28",
            "sell_from": "2025-06-25",
            "sell_to": "2027-02-28",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 3648,
            "sng": 3648,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": "(2-9)  720",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Deluxe Single Room",
            "product_code": "43858",
            "season_start": "2026-12-15",
            "season_end": "2027-02-28",
            "sell_from": "2025-06-25",
            "sell_to": "2027-02-28",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": null,
            "sng": 3312,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Private Villa",
            "product_code": "43855",
            "season_start": "2027-03-01",
            "season_end": "2027-04-17",
            "sell_from": "2025-06-25",
            "sell_to": "2027-04-17",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 7872,
            "sng": 7872,
            "tpl": 7872,
            "qad": 7872,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-17)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Honeymoon Suite",
            "product_code": "43856",
            "season_start": "2027-03-01",
            "season_end": "2027-04-17",
            "sell_from": "2025-06-25",
            "sell_to": "2027-04-17",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 4032,
            "sng": 4032,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": "(2-9)  720",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Deluxe Double Room",
            "product_code": "43857",
            "season_start": "2027-03-01",
            "season_end": "2027-04-17",
            "sell_from": "2025-06-25",
            "sell_to": "2027-04-17",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 3648,
            "sng": 3648,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": "(2-9)  720",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Deluxe Single Room",
            "product_code": "43858",
            "season_start": "2027-03-01",
            "season_end": "2027-04-17",
            "sell_from": "2025-06-25",
            "sell_to": "2027-04-17",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": null,
            "sng": 3312,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Private Villa",
            "product_code": "43855",
            "season_start": "2027-04-18",
            "season_end": "2027-04-21",
            "sell_from": "2025-06-25",
            "sell_to": "2027-04-21",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 7872,
            "sng": 7872,
            "tpl": 7872,
            "qad": 7872,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 3,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-17)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Honeymoon Suite",
            "product_code": "43856",
            "season_start": "2027-04-18",
            "season_end": "2027-04-21",
            "sell_from": "2025-06-25",
            "sell_to": "2027-04-21",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 4032,
            "sng": 4032,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": "(2-9)  720",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Deluxe Double Room",
            "product_code": "43857",
            "season_start": "2027-04-18",
            "season_end": "2027-04-21",
            "sell_from": "2025-06-25",
            "sell_to": "2027-04-21",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 3648,
            "sng": 3648,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": "(2-9)  720",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Deluxe Single Room",
            "product_code": "43858",
            "season_start": "2027-04-18",
            "season_end": "2027-04-21",
            "sell_from": "2025-06-25",
            "sell_to": "2027-04-21",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": null,
            "sng": 3312,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Private Villa",
            "product_code": "43855",
            "season_start": "2027-04-22",
            "season_end": "2027-04-30",
            "sell_from": "2025-06-25",
            "sell_to": "2027-04-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 7872,
            "sng": 7872,
            "tpl": 7872,
            "qad": 7872,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-17)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Honeymoon Suite",
            "product_code": "43856",
            "season_start": "2027-04-22",
            "season_end": "2027-04-30",
            "sell_from": "2025-06-25",
            "sell_to": "2027-04-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 4032,
            "sng": 4032,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": "(2-9)  720",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Deluxe Double Room",
            "product_code": "43857",
            "season_start": "2027-04-22",
            "season_end": "2027-04-30",
            "sell_from": "2025-06-25",
            "sell_to": "2027-04-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 3648,
            "sng": 3648,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": "(2-9)  720",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Auberge Clermont",
            "supplier_code": "aube10",
            "product_name": "Deluxe Single Room",
            "product_code": "43858",
            "season_start": "2027-04-22",
            "season_end": "2027-04-30",
            "sell_from": "2025-06-25",
            "sell_to": "2027-04-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": null,
            "sng": 3312,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Awelani Lodge",
            "supplier_code": "awel01",
            "product_name": "2 Bedroom Chalet",
            "product_code": "44052",
            "season_start": "2025-03-01",
            "season_end": "2026-02-28",
            "sell_from": "2024-07-10",
            "sell_to": "2026-02-28",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Community Levy, Kitchens have fridge/freezer, Stove, microwave, crockery, cutlery and cooking utensils, Units have linen & towels",
            "exclusions": "Braai wood & ice, All Meals, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 1882,
            "sng": 1222,
            "tpl": 2823,
            "qad": 3764,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100% 15-29 days 50% 30-999 days 10%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": "(3-12)  470",
            "child_pol_c": null,
            "child_notes": "All ages ;",
            "levies": null
        },
        {
            "supplier": "Awelani Lodge",
            "supplier_code": "awel01",
            "product_name": "2 Bedroom Bungalow",
            "product_code": "44053",
            "season_start": "2025-03-01",
            "season_end": "2026-02-28",
            "sell_from": "2024-07-10",
            "sell_to": "2026-02-28",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Community Levy, Kitchens have fridge/freezer, Stove, microwave, crockery, cutlery and cooking utensils, Units have linen & towels",
            "exclusions": "Braai wood & ice, All Meals, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 1470,
            "sng": 957,
            "tpl": 2205,
            "qad": 2944,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100% 15-29 days 50% 30-999 days 10%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": "(3-12)  368",
            "child_pol_c": null,
            "child_notes": "All ages ;",
            "levies": null
        },
        {
            "supplier": "Awelani Lodge",
            "supplier_code": "awel01",
            "product_name": "Safari Tent",
            "product_code": "44054",
            "season_start": "2025-03-01",
            "season_end": "2026-02-28",
            "sell_from": "2024-07-10",
            "sell_to": "2026-02-28",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Community Levy, Accommodation",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "RO",
            "board_basis_name": "Room Only",
            "dbl": 1438,
            "sng": 935,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100% 15-29 days 50% 30-999 days 10%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages ;",
            "levies": null
        },
        {
            "supplier": "Awelani Lodge",
            "supplier_code": "awel01",
            "product_name": "Standard Room",
            "product_code": "67064",
            "season_start": "2025-03-01",
            "season_end": "2026-02-28",
            "sell_from": "2024-07-10",
            "sell_to": "2026-02-28",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Community Levy, Kitchens have fridge/freezer, Stove, microwave, crockery, cutlery and cooking utensils, Units have linen & towels",
            "exclusions": "Braai wood & ice, All Meals, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 1362,
            "sng": 886,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100% 15-29 days 50% 30-999 days 10%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages ;",
            "levies": null
        },
        {
            "supplier": "Awelani Lodge",
            "supplier_code": "awel01",
            "product_name": "2 Bedroom Chalet",
            "product_code": "44052",
            "season_start": "2026-03-01",
            "season_end": "2027-02-28",
            "sell_from": "2025-06-11",
            "sell_to": "2027-02-28",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Community Levy, Kitchens have fridge/freezer, Stove, microwave, crockery, cutlery and cooking utensils, Units have linen & towels",
            "exclusions": "Braai wood & ice, All Meals, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 2090,
            "sng": 1356,
            "tpl": 3135,
            "qad": 4176,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100% 15-29 days 50% 30-999 days 10%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": "(3-12)  522",
            "child_pol_c": null,
            "child_notes": "All ages ;",
            "levies": null
        },
        {
            "supplier": "Awelani Lodge",
            "supplier_code": "awel01",
            "product_name": "2 Bedroom Bungalow",
            "product_code": "44053",
            "season_start": "2026-03-01",
            "season_end": "2027-02-28",
            "sell_from": "2025-06-11",
            "sell_to": "2027-02-28",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Community Levy, Kitchens have fridge/freezer, Stove, microwave, crockery, cutlery and cooking utensils, Units have linen & towels",
            "exclusions": "Braai wood & ice, All Meals, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 1632,
            "sng": 1062,
            "tpl": 2451,
            "qad": 3268,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100% 15-29 days 50% 30-999 days 10%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": "(3-12)  408",
            "child_pol_c": null,
            "child_notes": "All ages ;",
            "levies": null
        },
        {
            "supplier": "Awelani Lodge",
            "supplier_code": "awel01",
            "product_name": "Safari Tent",
            "product_code": "44054",
            "season_start": "2026-03-01",
            "season_end": "2027-02-28",
            "sell_from": "2025-06-11",
            "sell_to": "2027-02-28",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Community Levy, Accommodation",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "RO",
            "board_basis_name": "Room Only",
            "dbl": 1596,
            "sng": 1038,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100% 15-29 days 50% 30-999 days 10%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages ;",
            "levies": null
        },
        {
            "supplier": "Awelani Lodge",
            "supplier_code": "awel01",
            "product_name": "Standard Room",
            "product_code": "67064",
            "season_start": "2026-03-01",
            "season_end": "2027-02-28",
            "sell_from": "2025-06-11",
            "sell_to": "2027-02-28",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Community Levy, Kitchens have fridge/freezer, Stove, microwave, crockery, cutlery and cooking utensils, Units have linen & towels",
            "exclusions": "Braai wood & ice, All Meals, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 1512,
            "sng": 984,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-14 days 100% 15-29 days 50% 30-999 days 10%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages ;",
            "levies": null
        },
        {
            "supplier": "A'Zambezi River Lodge",
            "supplier_code": "azam02",
            "product_name": "Back Facing Standard Room",
            "product_code": "RM1",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-07-24",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "USD",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 270,
            "sng": 249,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 1-30 days 100% 31-59 days 75% 60-999 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Maximum 1 Child under 3 years permitted to share with 2 adults. Children 0 - 2 years are accommodated on a complimentary basis. Children 3 years and older must take own room at adult rate. ;",
            "levies": null
        },
        {
            "supplier": "A'Zambezi River Lodge",
            "supplier_code": "azam02",
            "product_name": "River Facing Standard Room",
            "product_code": "RM3",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-07-24",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "USD",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 336,
            "sng": 281,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 1-30 days 100% 31-59 days 75% 60-999 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Maximum 1 Child under 3 years permitted to share with 2 adults. Children 0 - 2 years are accommodated on a complimentary basis. Children 3 years and older must take own room at adult rate. ;",
            "levies": null
        },
        {
            "supplier": "A'Zambezi River Lodge",
            "supplier_code": "azam02",
            "product_name": "Luxury Queen Suite",
            "product_code": "30001",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-07-24",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "USD",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 542,
            "sng": 465,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 1-30 days 100% 31-59 days 75% 60-999 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Maximum 1 Child under 3 years permitted to share with 2 adults. Children 0 - 2 years are accommodated on a complimentary basis. Children 3 years and older must take own room at adult rate. ;",
            "levies": null
        },
        {
            "supplier": "A'Zambezi River Lodge",
            "supplier_code": "azam02",
            "product_name": "Luxury King Suite",
            "product_code": "30002",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-07-24",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "USD",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 574,
            "sng": 476,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 1-30 days 100% 31-59 days 75% 60-999 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Maximum 1 Child under 3 years permitted to share with 2 adults. Children 0 - 2 years are accommodated on a complimentary basis. Children 3 years and older must take own room at adult rate. ;",
            "levies": null
        },
        {
            "supplier": "A'Zambezi River Lodge",
            "supplier_code": "azam02",
            "product_name": "Back Facing Standard Room",
            "product_code": "RM1",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-01",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "USD",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 286,
            "sng": 262,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 1-30 days 100% 31-59 days 75% 60-999 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Maximum 1 Child under 3 years permitted to share with 2 adults. Children 0 - 2 years are accommodated on a complimentary basis. Children 3 years and older must take own room at adult rate. ;",
            "levies": null
        }
    ]
}