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/?format=api&page=478
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 47831,
    "next": "https://udmsapi.cullinan.co.za/v1/accommodation/rates/?format=api&page=479",
    "previous": "https://udmsapi.cullinan.co.za/v1/accommodation/rates/?format=api&page=477",
    "results": [
        {
            "supplier": "Melozhori Private Game Reserve",
            "supplier_code": "mzrp01",
            "product_name": "Valley Pod",
            "product_code": "72831",
            "season_start": "2025-12-20",
            "season_end": "2025-12-31",
            "sell_from": "2024-12-02",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted SBK Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "One Game Drive per stay",
            "exclusions": "All off reserve excursions arranged for the guests, including but not limited to airport transport, helicopter charters, wine cellar tours, cage diving, boating trips from Gordons Bay and massage treatments, E-bikes, Beverages, Meals, Anything not specifically specified as included, Flights, Laundry, Transfers, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 4174,
            "sng": 4173,
            "tpl": null,
            "qad": null,
            "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 80% 31-180 days 25%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": null,
                "LEVYPERCENT": "1.00",
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": null,
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Melozhori Private Game Reserve",
            "supplier_code": "mzrp01",
            "product_name": "Treehouse",
            "product_code": "72832",
            "season_start": "2025-12-20",
            "season_end": "2025-12-31",
            "sell_from": "2024-12-02",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted SBK Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "One Game Drive per stay",
            "exclusions": "All off reserve excursions arranged for the guests, including but not limited to airport transport, helicopter charters, wine cellar tours, cage diving, boating trips from Gordons Bay and massage treatments, E-bikes, Beverages, Meals, Anything not specifically specified as included, Flights, Laundry, Transfers, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 6487,
            "sng": 6487,
            "tpl": null,
            "qad": null,
            "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 80% 31-180 days 25%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": null,
                "LEVYPERCENT": "1.00",
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": null,
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Melozhori Private Game Reserve",
            "supplier_code": "mzrp01",
            "product_name": "Cottage",
            "product_code": "72833",
            "season_start": "2025-12-20",
            "season_end": "2025-12-31",
            "sell_from": "2024-12-02",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted SBK Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "One Game Drive per stay",
            "exclusions": "All off reserve excursions arranged for the guests, including but not limited to airport transport, helicopter charters, wine cellar tours, cage diving, boating trips from Gordons Bay and massage treatments, E-bikes, Beverages, Meals, Anything not specifically specified as included, Flights, Laundry, Transfers, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 4174,
            "sng": 4173,
            "tpl": null,
            "qad": null,
            "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 80% 31-180 days 25%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": {
                "LEVYPERPERSON": null,
                "LEVYPERCENT": "1.00",
                "LEVYPERSTAY": null,
                "LEVYAMOUNT": null,
                "LEVYPERCHILD": null,
                "LEVYPERCHILDPERSTAY": null
            }
        },
        {
            "supplier": "Ndhula Luxury Tented Lodge",
            "supplier_code": "ndhu01",
            "product_name": "Luxury Safari Tent",
            "product_code": "78016",
            "season_start": "2025-12-16",
            "season_end": "2025-12-31",
            "sell_from": "2025-04-30",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast, Dinner, Welcome drink on arrival",
            "exclusions": "All items of a personal nature, Bar, mini-bar, Activities, Curio Purchases, Laundry, Telephone calls, Transfers, ",
            "board_basis_id": "HB",
            "board_basis_name": "Half Board",
            "dbl": 3370,
            "sng": 2358,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "12345",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(4-11)  840",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Ndhula Luxury Tented Lodge",
            "supplier_code": "ndhu01",
            "product_name": "Luxury Safari Tent",
            "product_code": "78016",
            "season_start": "2025-12-16",
            "season_end": "2025-12-31",
            "sell_from": "2025-04-30",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast, Dinner, Welcome drink on arrival",
            "exclusions": "All items of a personal nature, Bar, mini-bar, Activities, Curio Purchases, Laundry, Telephone calls, Transfers, ",
            "board_basis_id": "HB",
            "board_basis_name": "Half Board",
            "dbl": 3718,
            "sng": 2603,
            "tpl": null,
            "qad": null,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "67",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(4-11)  950",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Ndhula Luxury Tented Lodge",
            "supplier_code": "ndhu01",
            "product_name": "Luxury Family Tent",
            "product_code": "78017",
            "season_start": "2025-12-16",
            "season_end": "2025-12-31",
            "sell_from": "2025-04-30",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast, Dinner, Welcome drink on arrival",
            "exclusions": "All items of a personal nature, Bar, mini-bar, Activities, Curio Purchases, Laundry, Telephone calls, Transfers, ",
            "board_basis_id": "HB",
            "board_basis_name": "Half Board",
            "dbl": 6054,
            "sng": 6054,
            "tpl": 6054,
            "qad": 6056,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "12345",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(4-11)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Ndhula Luxury Tented Lodge",
            "supplier_code": "ndhu01",
            "product_name": "Luxury Family Tent",
            "product_code": "78017",
            "season_start": "2025-12-16",
            "season_end": "2025-12-31",
            "sell_from": "2025-04-30",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast, Dinner, Welcome drink on arrival",
            "exclusions": "All items of a personal nature, Bar, mini-bar, Activities, Curio Purchases, Laundry, Telephone calls, Transfers, ",
            "board_basis_id": "HB",
            "board_basis_name": "Half Board",
            "dbl": 6690,
            "sng": 6690,
            "tpl": 6690,
            "qad": 6692,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "67",
            "min_stays": 2,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(4-11)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "O On Kloof",
            "supplier_code": "oonk01",
            "product_name": "Luxury Room",
            "product_code": "LuxRm",
            "season_start": "2025-12-16",
            "season_end": "2026-01-09",
            "sell_from": "2024-11-27",
            "sell_to": "2026-01-09",
            "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": 3996,
            "sng": 3996,
            "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% 15-30 days 50%.",
            "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": "O On Kloof",
            "supplier_code": "oonk01",
            "product_name": "Standard Room",
            "product_code": "StndRm",
            "season_start": "2025-12-16",
            "season_end": "2026-01-09",
            "sell_from": "2024-11-27",
            "sell_to": "2026-01-09",
            "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": 3596,
            "sng": 3596,
            "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% 15-30 days 50%.",
            "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": "O On Kloof",
            "supplier_code": "oonk01",
            "product_name": "O Suite with Jacuzzi",
            "product_code": "Suite",
            "season_start": "2025-12-16",
            "season_end": "2026-01-09",
            "sell_from": "2024-11-27",
            "sell_to": "2026-01-09",
            "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": 5594,
            "sng": 5594,
            "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% 15-30 days 50%.",
            "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": "Victoria Falls Rainbow Hotel",
            "supplier_code": "rain02",
            "product_name": "Standard Room",
            "product_code": "RM1",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-07-23",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "USD",
            "price_notes": " ",
            "inclusions": "Breakfast, Tourism Levy",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 250,
            "sng": 195,
            "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-60 days 50% 31-59 days 75% 1-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-2)  ",
            "child_pol_b": "(3-11)  ",
            "child_pol_c": null,
            "child_notes": "All ages ;",
            "levies": null
        },
        {
            "supplier": "Victoria Falls Rainbow Hotel",
            "supplier_code": "rain02",
            "product_name": "Family Room",
            "product_code": "RM2",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-07-23",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "USD",
            "price_notes": " ",
            "inclusions": "Breakfast, Tourism Levy",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 270,
            "sng": null,
            "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-60 days 50% 31-59 days 75% 1-30 days 100%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": "(3-11)  15",
            "child_pol_c": null,
            "child_notes": "All ages ;",
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Ossie Main Homestead",
            "product_code": "42736",
            "season_start": "2025-09-01",
            "season_end": "2025-12-22",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-22",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1790,
            "sng": 1075,
            "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-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Blue Crane Homestead",
            "product_code": "42737",
            "season_start": "2025-09-01",
            "season_end": "2025-12-22",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-22",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1790,
            "sng": 1075,
            "tpl": 2235,
            "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-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  0.00",
            "child_pol_b": "(4-12)  443",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Red Bishop Cottage",
            "product_code": "42738",
            "season_start": "2025-09-01",
            "season_end": "2025-12-22",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-22",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1864,
            "sng": 1118,
            "tpl": 2331,
            "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-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  0.00",
            "child_pol_b": "(4-12)  466",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Guinea Fowl Cottage",
            "product_code": "42739",
            "season_start": "2025-09-01",
            "season_end": "2025-12-22",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-22",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1864,
            "sng": 1118,
            "tpl": 2331,
            "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-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  0.00",
            "child_pol_b": "(4-12)  466",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Porcupine Studio",
            "product_code": "42740",
            "season_start": "2025-09-01",
            "season_end": "2025-12-22",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-22",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1686,
            "sng": 1012,
            "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-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Nguni Luxury Room",
            "product_code": "42741",
            "season_start": "2025-09-01",
            "season_end": "2025-12-22",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-22",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1912,
            "sng": 1147,
            "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-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  0.00",
            "child_pol_b": "(4-12)  478",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Aloe Family Cottage",
            "product_code": "42742",
            "season_start": "2025-09-01",
            "season_end": "2025-12-22",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-22",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1686,
            "sng": 1012,
            "tpl": 2109,
            "qad": 2532,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  0.00",
            "child_pol_b": "(4-12)  422",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Olien Family Cottage",
            "product_code": "42743",
            "season_start": "2025-09-01",
            "season_end": "2025-12-22",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-22",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1686,
            "sng": 1012,
            "tpl": 2109,
            "qad": 2532,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  0.00",
            "child_pol_b": "(4-12)  422",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Suikerbekkie Room",
            "product_code": "42745",
            "season_start": "2025-09-01",
            "season_end": "2025-12-22",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-22",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1686,
            "sng": 1012,
            "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-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  0.00",
            "child_pol_b": "(4-12)  422",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "NightJar",
            "product_code": "72416",
            "season_start": "2025-09-01",
            "season_end": "2025-12-22",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-22",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1778,
            "sng": 1066,
            "tpl": 2223,
            "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-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Denham Cottage",
            "product_code": "72418",
            "season_start": "2025-09-01",
            "season_end": "2025-12-22",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-22",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1686,
            "sng": 1012,
            "tpl": 2109,
            "qad": 2532,
            "qin": 2955,
            "six": 3378,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  0.00",
            "child_pol_b": "(4-12)  422",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Ossie Main Homestead",
            "product_code": "42736",
            "season_start": "2025-12-23",
            "season_end": "2025-12-25",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-25",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": "No rates available for this period. ",
            "inclusions": "Full English 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": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  ",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Blue Crane Homestead",
            "product_code": "42737",
            "season_start": "2025-12-23",
            "season_end": "2025-12-25",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-25",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": "No rates available for this period. ",
            "inclusions": "Full English 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": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  ",
            "child_pol_b": "(4-12)  ",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Red Bishop Cottage",
            "product_code": "42738",
            "season_start": "2025-12-23",
            "season_end": "2025-12-25",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-25",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": "No rates available for this period. ",
            "inclusions": "Full English 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": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  ",
            "child_pol_b": "(4-12)  ",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Guinea Fowl Cottage",
            "product_code": "42739",
            "season_start": "2025-12-23",
            "season_end": "2025-12-25",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-25",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": "No rates available for this period. ",
            "inclusions": "Full English 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": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  ",
            "child_pol_b": "(4-12)  ",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Porcupine Studio",
            "product_code": "42740",
            "season_start": "2025-12-23",
            "season_end": "2025-12-25",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-25",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": "No rates available for this period. ",
            "inclusions": "Full English 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": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Nguni Luxury Room",
            "product_code": "42741",
            "season_start": "2025-12-23",
            "season_end": "2025-12-25",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-25",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": "No rates available for this period. ",
            "inclusions": "Full English 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": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  ",
            "child_pol_b": "(4-12)  ",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Aloe Family Cottage",
            "product_code": "42742",
            "season_start": "2025-12-23",
            "season_end": "2025-12-25",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-25",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": "No rates available for this period. ",
            "inclusions": "Full English 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": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  ",
            "child_pol_b": "(4-12)  ",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Olien Family Cottage",
            "product_code": "42743",
            "season_start": "2025-12-23",
            "season_end": "2025-12-25",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-25",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": "No rates available for this period. ",
            "inclusions": "Full English 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": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  ",
            "child_pol_b": "(4-12)  ",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Suikerbekkie Room",
            "product_code": "42745",
            "season_start": "2025-12-23",
            "season_end": "2025-12-25",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-25",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": "No rates available for this period. ",
            "inclusions": "Full English 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": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  ",
            "child_pol_b": "(4-12)  ",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "NightJar",
            "product_code": "72416",
            "season_start": "2025-12-23",
            "season_end": "2025-12-25",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-25",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": "No rates available for this period. ",
            "inclusions": "Full English 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": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Denham Cottage",
            "product_code": "72418",
            "season_start": "2025-12-23",
            "season_end": "2025-12-25",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-25",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": "No rates available for this period. ",
            "inclusions": "Full English 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": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  ",
            "child_pol_b": "(4-12)  ",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Ossie Main Homestead",
            "product_code": "42736",
            "season_start": "2025-12-26",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1790,
            "sng": 1075,
            "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-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Blue Crane Homestead",
            "product_code": "42737",
            "season_start": "2025-12-26",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1790,
            "sng": 1075,
            "tpl": 2235,
            "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-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  0.00",
            "child_pol_b": "(4-12)  443",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Red Bishop Cottage",
            "product_code": "42738",
            "season_start": "2025-12-26",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1864,
            "sng": 1118,
            "tpl": 2331,
            "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-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  0.00",
            "child_pol_b": "(4-12)  466",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Guinea Fowl Cottage",
            "product_code": "42739",
            "season_start": "2025-12-26",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1864,
            "sng": 1118,
            "tpl": 2331,
            "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-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  0.00",
            "child_pol_b": "(4-12)  466",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Porcupine Studio",
            "product_code": "42740",
            "season_start": "2025-12-26",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1686,
            "sng": 1012,
            "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-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Nguni Luxury Room",
            "product_code": "42741",
            "season_start": "2025-12-26",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1912,
            "sng": 1147,
            "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-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  0.00",
            "child_pol_b": "(4-12)  478",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Aloe Family Cottage",
            "product_code": "42742",
            "season_start": "2025-12-26",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1686,
            "sng": 1012,
            "tpl": 2109,
            "qad": 2532,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  0.00",
            "child_pol_b": "(4-12)  422",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Olien Family Cottage",
            "product_code": "42743",
            "season_start": "2025-12-26",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1686,
            "sng": 1012,
            "tpl": 2109,
            "qad": 2532,
            "qin": null,
            "six": null,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  0.00",
            "child_pol_b": "(4-12)  422",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Suikerbekkie Room",
            "product_code": "42745",
            "season_start": "2025-12-26",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1686,
            "sng": 1012,
            "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-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  0.00",
            "child_pol_b": "(4-12)  422",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "NightJar",
            "product_code": "72416",
            "season_start": "2025-12-26",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1778,
            "sng": 1066,
            "tpl": 2223,
            "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-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Skeiding Guest Farm",
            "supplier_code": "skei01",
            "product_name": "Denham Cottage",
            "product_code": "72418",
            "season_start": "2025-12-26",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-07",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Springbok Atlas Rates",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Full English Breakfast",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1686,
            "sng": 1012,
            "tpl": 2109,
            "qad": 2532,
            "qin": 2955,
            "six": 3378,
            "accommodation_type": null,
            "charging_policy": "per room",
            "applicable_days": "1234567",
            "min_stays": null,
            "max_stays": null,
            "cancellation_policy": "Standard : 0-7 days 100% 8-14 days 75% 15-30 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-3)  0.00",
            "child_pol_b": "(4-12)  422",
            "child_pol_c": null,
            "child_notes": null,
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard Twin Room",
            "product_code": "30012",
            "season_start": "2025-12-16",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1642,
            "sng": 1110,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  270",
            "child_pol_b": "(2-9)  697",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Superior Room",
            "product_code": "30013",
            "season_start": "2025-12-16",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1952,
            "sng": 1503,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Family Room",
            "product_code": "30014",
            "season_start": "2025-12-16",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1952,
            "sng": 1503,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  270",
            "child_pol_b": "(2-9)  697",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Luxury Garden Cottage 1",
            "product_code": "32161",
            "season_start": "2025-12-16",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Accommodation",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 1816,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Superior Garden Cottage 2",
            "product_code": "32475",
            "season_start": "2025-12-16",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Accommodation",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 2612,
            "sng": 2612,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  270",
            "child_pol_b": "(2-9)  427",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard King Room",
            "product_code": "61752",
            "season_start": "2025-12-16",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1642,
            "sng": 1110,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard King and Twin Room",
            "product_code": "61753",
            "season_start": "2025-12-16",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1642,
            "sng": 1110,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard Twin Room",
            "product_code": "30012",
            "season_start": "2025-12-16",
            "season_end": "2026-01-15",
            "sell_from": "2024-05-31",
            "sell_to": "2026-01-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1694,
            "sng": 1062,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  281",
            "child_pol_b": "(2-9)  649",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Superior Room",
            "product_code": "30013",
            "season_start": "2025-12-16",
            "season_end": "2026-01-15",
            "sell_from": "2024-05-31",
            "sell_to": "2026-01-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 2016,
            "sng": 1551,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Family Room",
            "product_code": "30014",
            "season_start": "2025-12-16",
            "season_end": "2026-01-15",
            "sell_from": "2024-05-31",
            "sell_to": "2026-01-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 2016,
            "sng": 1551,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  281",
            "child_pol_b": "(2-9)  649",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Luxury Garden Cottage 1",
            "product_code": "32161",
            "season_start": "2025-12-16",
            "season_end": "2026-01-15",
            "sell_from": "2024-05-31",
            "sell_to": "2026-01-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Accommodation",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 1874,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Superior Garden Cottage 2",
            "product_code": "32475",
            "season_start": "2025-12-16",
            "season_end": "2026-01-15",
            "sell_from": "2024-05-31",
            "sell_to": "2026-01-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Accommodation",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 2696,
            "sng": 2696,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  281",
            "child_pol_b": "(2-9)  714",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard King Room",
            "product_code": "61752",
            "season_start": "2025-12-16",
            "season_end": "2026-01-15",
            "sell_from": "2024-05-31",
            "sell_to": "2026-01-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1694,
            "sng": 1062,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard King and Twin Room",
            "product_code": "61753",
            "season_start": "2025-12-16",
            "season_end": "2026-01-15",
            "sell_from": "2024-05-31",
            "sell_to": "2026-01-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1694,
            "sng": 1062,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard Twin Room",
            "product_code": "30012",
            "season_start": "2026-01-01",
            "season_end": "2026-01-15",
            "sell_from": "2025-02-11",
            "sell_to": "2026-01-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1642,
            "sng": 1110,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  297",
            "child_pol_b": "(2-9)  714",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Superior Room",
            "product_code": "30013",
            "season_start": "2026-01-01",
            "season_end": "2026-01-15",
            "sell_from": "2025-02-11",
            "sell_to": "2026-01-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1952,
            "sng": 1503,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Family Room",
            "product_code": "30014",
            "season_start": "2026-01-01",
            "season_end": "2026-01-15",
            "sell_from": "2025-02-11",
            "sell_to": "2026-01-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1952,
            "sng": 1503,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  297",
            "child_pol_b": "(2-9)  714",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Luxury Garden Cottage 1",
            "product_code": "32161",
            "season_start": "2026-01-01",
            "season_end": "2026-01-15",
            "sell_from": "2025-02-11",
            "sell_to": "2026-01-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Accommodation",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 1816,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Superior Garden Cottage 2",
            "product_code": "32475",
            "season_start": "2026-01-01",
            "season_end": "2026-01-15",
            "sell_from": "2025-02-11",
            "sell_to": "2026-01-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Accommodation",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 2612,
            "sng": 2612,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  297",
            "child_pol_b": "(2-9)  465",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard King Room",
            "product_code": "61752",
            "season_start": "2026-01-01",
            "season_end": "2026-01-15",
            "sell_from": "2025-02-11",
            "sell_to": "2026-01-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1642,
            "sng": 1110,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard King and Twin Room",
            "product_code": "61753",
            "season_start": "2026-01-01",
            "season_end": "2026-01-15",
            "sell_from": "2025-02-11",
            "sell_to": "2026-01-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1642,
            "sng": 1110,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard Twin Room",
            "product_code": "30012",
            "season_start": "2026-01-16",
            "season_end": "2026-04-30",
            "sell_from": "2025-02-11",
            "sell_to": "2026-04-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1604,
            "sng": 1022,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  297",
            "child_pol_b": "(2-9)  714",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Superior Room",
            "product_code": "30013",
            "season_start": "2026-01-16",
            "season_end": "2026-04-30",
            "sell_from": "2025-02-11",
            "sell_to": "2026-04-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1922,
            "sng": 1454,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Family Room",
            "product_code": "30014",
            "season_start": "2026-01-16",
            "season_end": "2026-04-30",
            "sell_from": "2025-02-11",
            "sell_to": "2026-04-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1922,
            "sng": 1454,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  297",
            "child_pol_b": "(2-9)  714",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Luxury Garden Cottage 1",
            "product_code": "32161",
            "season_start": "2026-01-16",
            "season_end": "2026-04-30",
            "sell_from": "2025-02-11",
            "sell_to": "2026-04-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Accommodation",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 1702,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Superior Garden Cottage 2",
            "product_code": "32475",
            "season_start": "2026-01-16",
            "season_end": "2026-04-30",
            "sell_from": "2025-02-11",
            "sell_to": "2026-04-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Accommodation",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 2668,
            "sng": 2667,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  297",
            "child_pol_b": "(2-9)  465",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard King Room",
            "product_code": "61752",
            "season_start": "2026-01-16",
            "season_end": "2026-04-30",
            "sell_from": "2025-02-11",
            "sell_to": "2026-04-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1604,
            "sng": 1022,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard King and Twin Room",
            "product_code": "61753",
            "season_start": "2026-01-16",
            "season_end": "2026-04-30",
            "sell_from": "2025-02-11",
            "sell_to": "2026-04-30",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1604,
            "sng": 1022,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard Twin Room",
            "product_code": "30012",
            "season_start": "2026-05-01",
            "season_end": "2026-08-31",
            "sell_from": "2025-02-11",
            "sell_to": "2026-08-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1436,
            "sng": 984,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  297",
            "child_pol_b": "(2-9)  714",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Superior Room",
            "product_code": "30013",
            "season_start": "2026-05-01",
            "season_end": "2026-08-31",
            "sell_from": "2025-02-11",
            "sell_to": "2026-08-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1670,
            "sng": 1290,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Family Room",
            "product_code": "30014",
            "season_start": "2026-05-01",
            "season_end": "2026-08-31",
            "sell_from": "2025-02-11",
            "sell_to": "2026-08-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1670,
            "sng": 1290,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  297",
            "child_pol_b": "(2-9)  714",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Luxury Garden Cottage 1",
            "product_code": "32161",
            "season_start": "2026-05-01",
            "season_end": "2026-08-31",
            "sell_from": "2025-02-11",
            "sell_to": "2026-08-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Accommodation",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 1530,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Superior Garden Cottage 2",
            "product_code": "32475",
            "season_start": "2026-05-01",
            "season_end": "2026-08-31",
            "sell_from": "2025-02-11",
            "sell_to": "2026-08-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Accommodation",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 2328,
            "sng": 2328,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  297",
            "child_pol_b": "(2-9)  465",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard King Room",
            "product_code": "61752",
            "season_start": "2026-05-01",
            "season_end": "2026-08-31",
            "sell_from": "2025-02-11",
            "sell_to": "2026-08-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1436,
            "sng": 984,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard King and Twin Room",
            "product_code": "61753",
            "season_start": "2026-05-01",
            "season_end": "2026-08-31",
            "sell_from": "2025-02-11",
            "sell_to": "2026-08-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1436,
            "sng": 984,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard Twin Room",
            "product_code": "30012",
            "season_start": "2026-09-01",
            "season_end": "2026-12-15",
            "sell_from": "2025-02-11",
            "sell_to": "2026-12-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1604,
            "sng": 1022,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  297",
            "child_pol_b": "(2-9)  714",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Superior Room",
            "product_code": "30013",
            "season_start": "2026-09-01",
            "season_end": "2026-12-15",
            "sell_from": "2025-02-11",
            "sell_to": "2026-12-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1922,
            "sng": 1454,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Family Room",
            "product_code": "30014",
            "season_start": "2026-09-01",
            "season_end": "2026-12-15",
            "sell_from": "2025-02-11",
            "sell_to": "2026-12-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1922,
            "sng": 1454,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  297",
            "child_pol_b": "(2-9)  714",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Luxury Garden Cottage 1",
            "product_code": "32161",
            "season_start": "2026-09-01",
            "season_end": "2026-12-15",
            "sell_from": "2025-02-11",
            "sell_to": "2026-12-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Accommodation",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 1702,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Superior Garden Cottage 2",
            "product_code": "32475",
            "season_start": "2026-09-01",
            "season_end": "2026-12-15",
            "sell_from": "2025-02-11",
            "sell_to": "2026-12-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Accommodation",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 2668,
            "sng": 2667,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  297",
            "child_pol_b": "(2-9)  465",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard King Room",
            "product_code": "61752",
            "season_start": "2026-09-01",
            "season_end": "2026-12-15",
            "sell_from": "2025-02-11",
            "sell_to": "2026-12-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1604,
            "sng": 1022,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard King and Twin Room",
            "product_code": "61753",
            "season_start": "2026-09-01",
            "season_end": "2026-12-15",
            "sell_from": "2025-02-11",
            "sell_to": "2026-12-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1604,
            "sng": 1022,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard Twin Room",
            "product_code": "30012",
            "season_start": "2026-12-16",
            "season_end": "2026-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1734,
            "sng": 1172,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  297",
            "child_pol_b": "(2-9)  714",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Superior Room",
            "product_code": "30013",
            "season_start": "2026-12-16",
            "season_end": "2026-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 2062,
            "sng": 1587,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Family Room",
            "product_code": "30014",
            "season_start": "2026-12-16",
            "season_end": "2026-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 2062,
            "sng": 1587,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  297",
            "child_pol_b": "(2-9)  714",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Luxury Garden Cottage 1",
            "product_code": "32161",
            "season_start": "2026-12-16",
            "season_end": "2026-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Accommodation",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 1834,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Superior Garden Cottage 2",
            "product_code": "32475",
            "season_start": "2026-12-16",
            "season_end": "2026-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Accommodation",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 2758,
            "sng": 2758,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  297",
            "child_pol_b": "(2-9)  465",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard King Room",
            "product_code": "61752",
            "season_start": "2026-12-16",
            "season_end": "2026-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1734,
            "sng": 1172,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard King and Twin Room",
            "product_code": "61753",
            "season_start": "2026-12-16",
            "season_end": "2026-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1734,
            "sng": 1172,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard Twin Room",
            "product_code": "30012",
            "season_start": "2027-01-01",
            "season_end": "2027-01-15",
            "sell_from": "2025-02-11",
            "sell_to": "2027-01-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1734,
            "sng": 1172,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  297",
            "child_pol_b": "(2-9)  757",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Superior Room",
            "product_code": "30013",
            "season_start": "2027-01-01",
            "season_end": "2027-01-15",
            "sell_from": "2025-02-11",
            "sell_to": "2027-01-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 2062,
            "sng": 1587,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Family Room",
            "product_code": "30014",
            "season_start": "2027-01-01",
            "season_end": "2027-01-15",
            "sell_from": "2025-02-11",
            "sell_to": "2027-01-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 2062,
            "sng": 1587,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  297",
            "child_pol_b": "(2-9)  757",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Luxury Garden Cottage 1",
            "product_code": "32161",
            "season_start": "2027-01-01",
            "season_end": "2027-01-15",
            "sell_from": "2025-02-11",
            "sell_to": "2027-01-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Accommodation",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 1834,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Superior Garden Cottage 2",
            "product_code": "32475",
            "season_start": "2027-01-01",
            "season_end": "2027-01-15",
            "sell_from": "2025-02-11",
            "sell_to": "2027-01-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Accommodation",
            "exclusions": "All other meals and personal extras not specified, ",
            "board_basis_id": "SC",
            "board_basis_name": "Self Catering",
            "dbl": 2758,
            "sng": 2758,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": "(0-1)  297",
            "child_pol_b": "(2-9)  486",
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        },
        {
            "supplier": "Stannards Guest Lodge",
            "supplier_code": "stan06",
            "product_name": "Standard King Room",
            "product_code": "61752",
            "season_start": "2027-01-01",
            "season_end": "2027-01-15",
            "sell_from": "2025-02-11",
            "sell_to": "2027-01-15",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": " ",
            "inclusions": "Breakfast",
            "exclusions": "All other beverages, All other meals and personal extras not specified, ",
            "board_basis_id": "BB",
            "board_basis_name": "Bed and Breakfast",
            "dbl": 1734,
            "sng": 1172,
            "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% 15-21 days 50%.",
            "special_offers": null,
            "free_nights": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Room Category: Standard Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years and older must take their own room at the full adult rate. Room Category: Superior Room, Max 1 - A child 0 to 3 years is accommodated in a cot and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 4 years to 10 years is accommodated on an extra bed and must pay the applicable child rate when sharing with 1 or 2 full paying adults. A child 11 years and older must take their own room at the full adult rate. Room Category: Family Room, Max 2 - Children 0 to 10 years are accommodated on a complimentary basis when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 1, Max 2 - Children 0 to 3 years are accommodated in a cot and must pay the applicable child rate when sharing with 2 full paying adults. Children 4 years to 10 years are accommodated on a sleeper couch and must pay the applicable child rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. Room Category: Cottage 2, Max 2 - Children 0 to 10 years are accommodated on a complimentary room only basis and must pay the applicable breakfast rate when sharing with 2 full paying adults. Children 11 years and older must take their own room at the full adult rate. ;",
            "levies": null
        }
    ]
}