From 09cc288ff3b3cf5469844712ded9a1ba490f73e8 Mon Sep 17 00:00:00 2001 From: Samuel Wiseman Date: Mon, 23 Mar 2026 15:03:07 +0000 Subject: [PATCH 1/3] docs: add 405 Method Not Allowed problem type page Companion to holidayextras/partner-api#301 which adds 405 support to the API. --- .../partner/v2/problems/method-not-allowed.md | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 docs/partner/v2/problems/method-not-allowed.md diff --git a/docs/partner/v2/problems/method-not-allowed.md b/docs/partner/v2/problems/method-not-allowed.md new file mode 100644 index 00000000..e237ca0a --- /dev/null +++ b/docs/partner/v2/problems/method-not-allowed.md @@ -0,0 +1,38 @@ +# Method Not Allowed + +| Field | Value | +|-------|-------| +| **Status** | 405 | +| **Code** | `method_not_allowed` | + +The requested HTTP method is not supported for this endpoint. The resource exists, but it does not accept the method used in the request. + +## Common causes + +- Sending a PATCH, PUT, or DELETE request to a read-only endpoint +- Sending a GET request to a write-only endpoint +- Using the wrong HTTP method for the intended operation + +## Example response + +The response includes an `Allow` header listing the HTTP methods that the endpoint supports. + +```http +HTTP/1.1 405 Method Not Allowed +Allow: GET, HEAD +Content-Type: application/json +``` + +```json +{ + "type": "https://docs.holidayextras.co.uk/partner/v2/problems/method-not-allowed", + "title": "Method Not Allowed", + "status": 405, + "code": "method_not_allowed", + "errors": [] +} +``` + +## How to resolve + +Check the `Allow` header in the response to see which HTTP methods the endpoint supports. Refer to the API documentation for the correct method for your intended operation. From fd4a3f74f4216d178c1ae72fbe0189b81689f007 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 15:03:41 +0000 Subject: [PATCH 2/3] Update dist --- docs/feed.xml | 2 +- docs/hxapi/asynchronous-bookings/index.html | 8 ++-- docs/hxapi/carhire/availability/index.html | 4 +- docs/hxapi/parking/av/airport/index.html | 20 +++++----- docs/hxapi/productlibrary/index.html | 28 +++++++------- docs/hxapi/transfers/av/index.html | 24 ++++++------ docs/hxapi/transfers/cancel/index.html | 4 +- .../transfers/cancellation-policy/index.html | 8 ++-- docs/hxapi/transfers/view/index.html | 4 +- docs/hxapi/upgrade/index.html | 16 ++++---- docs/hxapi/viewamendcancel/view/index.html | 20 +++++----- .../partner/v2/problems/method-not-allowed.md | 38 ------------------- 12 files changed, 69 insertions(+), 107 deletions(-) delete mode 100644 docs/partner/v2/problems/method-not-allowed.md diff --git a/docs/feed.xml b/docs/feed.xml index b5c24204..fe5467f4 100644 --- a/docs/feed.xml +++ b/docs/feed.xml @@ -1,2 +1,2 @@ -Jekyll2026-03-20T09:28:14+00:00/feed.xmlHoliday Extras APIDocumentation to give to partners who would like to integrate with our API. +Jekyll2026-03-23T15:03:38+00:00/feed.xmlHoliday Extras APIDocumentation to give to partners who would like to integrate with our API. \ No newline at end of file diff --git a/docs/hxapi/asynchronous-bookings/index.html b/docs/hxapi/asynchronous-bookings/index.html index 7582d0c1..42104a00 100644 --- a/docs/hxapi/asynchronous-bookings/index.html +++ b/docs/hxapi/asynchronous-bookings/index.html @@ -85,7 +85,7 @@

Availability Request

UK Products Availability Request

-
    +
    • XML
    • @@ -93,7 +93,7 @@

      UK Products Availability Request

    -
      +
      • https://api.holidayextras.com/v1/carpark/LGW?ABTANumber=YourABTANumber&Password=YourPassword&Initials=YourInitials&key=YourKey&token=YourToken&ArrivalDate=2025-01-07&ArrivalTime=1200&DepartDate=2025-01-08&DepartTime=1200&NumberOfPax=1&includeAsyncOnlyProducts=true
        @@ -110,7 +110,7 @@ 

        UK Products Availability Request

        European Products Availability Request

        -
          +
          • XML
          • @@ -118,7 +118,7 @@

            European Products Availability R

          -
            +
            • https://api.holidayextras.com/v1/carpark/MUC?ABTANumber=YourABTANumber&Password=YourPassword&Initials=YourInitials&key=YourKey&token=YourToken&ArrivalDate=2025-12-01&ArrivalTime=1200&DepartDate=2025-12-08&DepartTime=1200&NumberOfPax=1&System=ABG&lang=en&includeAsyncOnlyProducts=true
              diff --git a/docs/hxapi/carhire/availability/index.html b/docs/hxapi/carhire/availability/index.html
              index d8f9b619..7deea860 100644
              --- a/docs/hxapi/carhire/availability/index.html
              +++ b/docs/hxapi/carhire/availability/index.html
              @@ -61,7 +61,7 @@ 

              Request

              Example request:

              -
                +
                • XML
                • @@ -69,7 +69,7 @@

                  Request

                -
                  +
                  • https://api.holidayextras.com/v1/sandbox/carHire/products?key=1&From=06NOV16&ArrivalTime=1200&To=13NOV&DepartTime=1600&PickupLocation=FL965&DropoffLocation=FL965&DateOfBirth=1990-10-13
                    diff --git a/docs/hxapi/parking/av/airport/index.html b/docs/hxapi/parking/av/airport/index.html
                    index 50a880ae..7b5e1d4c 100644
                    --- a/docs/hxapi/parking/av/airport/index.html
                    +++ b/docs/hxapi/parking/av/airport/index.html
                    @@ -57,7 +57,7 @@ 

                    Endpoint

                    For example, for London Gatwick the endpoint is:

                    -
                      +
                      • XML
                      • @@ -65,7 +65,7 @@

                        Endpoint

                      -
                        +
                        • https://api.holidayextras.com/v1/carpark/LGW
                          @@ -452,7 +452,7 @@ 

                          Worked Examples

                          UK Products Availability Request

                          -
                            +
                            • XML
                            • @@ -460,7 +460,7 @@

                              UK Products Availability Request

                            -
                              +
                              • https://api.holidayextras.com/carpark/LGW?ABTANumber=YourABTANumber&Password=YourPassword&Initials=YourInitials&key=YourKey&token=YourToken&ArrivalDate=2020-01-07&ArrivalTime=1200&DepartDate=2020-01-08&DepartTime=1200&NumberOfPax=1
                                @@ -479,7 +479,7 @@ 

                                UK Products Availability Response

                                NB: This is a shortened example compiled from a full availability response.

                                -
                                  +
                                  • XML
                                  • @@ -487,7 +487,7 @@

                                    UK Products Availability Response

                                    -
                                      +
                                      • <?xml version="1.0"?>
                                        @@ -715,7 +715,7 @@ 

                                        UK Products Availability Response

                                        European Products Availability Request -
                                          +
                                          • XML
                                          • @@ -723,7 +723,7 @@

                                            European Products Availability R

                                          -
                                            +
                                            • https://api.holidayextras.com/carpark/MUC?ABTANumber=YourABTANumber&Password=YourPassword&Initials=YourInitials&key=YourKey&token=YourToken&ArrivalDate=2017-12-01&ArrivalTime=1200&DepartDate=2017-12-08&DepartTime=1200&NumberOfPax=1&System=ABG&lang=en
                                              @@ -742,7 +742,7 @@ 

                                              European Products Availability

                                              NB: This is a shortened example compiled from a full availability response.

                                              -
                                                +
                                                • XML
                                                • @@ -750,7 +750,7 @@

                                                  European Products Availability

                                                -
                                                  +
                                                  • <?xml version="1.0"?>
                                                    diff --git a/docs/hxapi/productlibrary/index.html b/docs/hxapi/productlibrary/index.html
                                                    index 07c77d63..94370d5b 100644
                                                    --- a/docs/hxapi/productlibrary/index.html
                                                    +++ b/docs/hxapi/productlibrary/index.html
                                                    @@ -91,7 +91,7 @@ 

                                                    Available Fields

                                                    The available fields vary by product type. For each product type there is a recommended list of fields which should be requested to get the information required to effectively sell the product.

                                                    -
                                                      +
                                                      • Parking
                                                      • @@ -105,7 +105,7 @@

                                                        Available Fields

                                                      -
                                                        +
                                                        • @@ -976,7 +976,7 @@

                                                          Example 1 - Default Response

                                                          Request

                                                          -
                                                            + -
                                                              +
                                                              • https://api.holidayextras.com/v1/product/LGW4/lite?token=000015778&key=mytestkey
                                                                @@ -1016,7 +1016,7 @@ 

                                                                Request

                                                                Response

                                                                -
                                                                  +
                                                                  • XML
                                                                  • @@ -1024,7 +1024,7 @@

                                                                    Response

                                                                  -
                                                                    +
                                                                    • <?xml version="1.0"?>
                                                                      @@ -1411,7 +1411,7 @@ 

                                                                      Example 2 - Restricted field list

                                                                      Request

                                              -
                                                + -
                                                  +
                                                  • https://api.holidayextras.com/v1/product/LGW4/lite?token=000015778&key=mytestkey&fields=name,longitude,latitude
                                                    @@ -1451,7 +1451,7 @@ 

                                                    Request

                                                    Response

                                                    -
                                                      +
                                                      • XML
                                                      • @@ -1459,7 +1459,7 @@

                                                        Response

                                                      -
                                                        +
                                                        • <?xml version="1.0"?>
                                                          @@ -1520,7 +1520,7 @@ 

                                                          Request

                                                          Requests for German products return a different set of fields. Explanation of fields not currently available.

                                                          -
                                                            + -
                                                              +
                                                              • https://api.holidayextras.com/v1/product/FRA0?key=mytestkey
                                                                @@ -1560,7 +1560,7 @@ 

                                                                Request

                                                                Response

                                                                -
                                                                  +
                                                                  • XML
                                                                  • @@ -1568,7 +1568,7 @@

                                                                    Response

                                                                  -
                                                                    +
                                                                    • <?xml version="1.0"?>
                                                                      diff --git a/docs/hxapi/transfers/av/index.html b/docs/hxapi/transfers/av/index.html
                                                                      index a1f74c56..53a5c6b9 100644
                                                                      --- a/docs/hxapi/transfers/av/index.html
                                                                      +++ b/docs/hxapi/transfers/av/index.html
                                                                      @@ -864,7 +864,7 @@ 

                                                                      Worked Examples

                                                                      Airport to GIATA

                                                                      Request
                                                                      -
                                                                        +
                                                                        • XML
                                                                        • @@ -872,7 +872,7 @@
                                                                          Request
                                                                        -
                                                                          +
                                                                          • https:///api.holidayextras.com/v1/transfers/search?ABTANumber=YourABTANumber&Password=YourABTANumber&Initials=YourInitials&key=YourKey&token=YourToken&PickUp=ALC&PickUpType=IATA&DropOffType=GIATA&DropOff=439771&FromDate=2022-03-16&FromTime=1115&ReturnDate=2022-03-23&ReturnTime=1115&Adults=2&OutFlight=U28605&ReturnFlight=U28602
                                                                            @@ -890,7 +890,7 @@ 
                                                                            Request
                                                                            Response

                                                                            NB: This is a shortened example compiled from a full availability response.

                                                                            -
                                                                              +
                                                                              • XML
                                                                              • @@ -898,7 +898,7 @@
                                                                                Response
                                                                              -
                                                                                +
                                                                                • <API_Reply Product="Transfers" RequestCode="1" Result="OK" cached="1" expires="2021-12-07 13:06:41">
                                                                                  @@ -1136,7 +1136,7 @@ 
                                                                                  Response

                                                                                  Airport to TTI

                                                                                  Request
                                                                                  -
                                                                                    +
                                                                                    • XML
                                                                                    • @@ -1144,7 +1144,7 @@
                                                                                      Request
                                                                                    -
                                                                                      +
                                                                                      • https:///api.holidayextras.com/v1/transfers/search?ABTANumber=YourABTANumber&Password=YourABTANumber&Initials=YourInitials&key=YourKey&token=YourToken&PickUp=ALC&PickUpType=IATA&DropOffType=TTI&DropOff=10147575&FromDate=2022-03-16&FromTime=1115&ReturnDate=2022-03-23&ReturnTime=1115&Adults=2&OutFlight=U28605&ReturnFlight=U28602
                                                                                        @@ -1163,7 +1163,7 @@ 
                                                                                        Response

                                                                                        NB: This is a shortened example compiled from a full availability response.

                                                                                        -
                                                                                          +
                                                                                          • XML
                                                                                          • @@ -1171,7 +1171,7 @@
                                                                                            Response
                                                                                          -
                                                                                            +
                                                                                            • <API_Reply Product="Transfers" RequestCode="1" Result="OK" cached="1" expires="2021-12-07 13:06:41">
                                                                                              @@ -1408,7 +1408,7 @@ 
                                                                                              Response

                                                                                              Airport to Postal Address

                                                                                              Request
                                                                                              -
                                                                                                +
                                                                                                • XML
                                                                                                • @@ -1416,7 +1416,7 @@
                                                                                                  Request
                                                                                                -
                                                                                                  +
                                                                                                  • https:///api.holidayextras.com/v1/transfers/search?ABTANumber=YourABTANumber&Password=YourABTANumber&Initials=YourInitials&key=YourKey&token=YourToken&PickUp=ALC&PickUpType=IATA&DropOffType=postal-address&DropOffName=Hotel%20Rural%20Castillo%20De%20Biar&DropOffAddress[0]=Carretera%20de%20Banyeres&DropOffAddress[1]=s/n&DropOffTown=%20Biar&DropOffCounty=Alicante&DropOffPostcode=03410&DropOffCountryCode=ES&DropOffLongitude=-0.76832006&DropOffLatitude=38.63852215&Adults=2&FromDate=2022-03-16&FromTime=1115&ReturnDate=2022-03-23&ReturnTime=1115&OutFlight=U28605&ReturnFlight=U28602
                                                                                                    @@ -1435,7 +1435,7 @@ 
                                                                                                    Response

                                                                                                    NB: This is a shortened example compiled from a full availability response.

                                                                                                    -
                                                                                                      +
                                                                                                      • XML
                                                                                                      • @@ -1443,7 +1443,7 @@
                                                                                                        Response
                                                                                                      -
                                                                                                        +
                                                                                                        • <API_Reply Product="Transfers" RequestCode="1" Result="OK" cached="1" expires="2021-12-07 16:31:35">
                                                                                                          diff --git a/docs/hxapi/transfers/cancel/index.html b/docs/hxapi/transfers/cancel/index.html
                                                                                                          index 8ec8b1e2..345bd12e 100644
                                                                                                          --- a/docs/hxapi/transfers/cancel/index.html
                                                                                                          +++ b/docs/hxapi/transfers/cancel/index.html
                                                                                                          @@ -168,7 +168,7 @@ 

                                                                                                          Cancel Booking Response

                                                                                                          Example

                                                                                                          -
                                                                                                            +
                                                                                                            • XML
                                                                                                            • @@ -176,7 +176,7 @@

                                                                                                              Example

                                                                                                            -
                                                                                                              +
                                                                                                              • <Booking>
                                                                                                                diff --git a/docs/hxapi/transfers/cancellation-policy/index.html b/docs/hxapi/transfers/cancellation-policy/index.html
                                                                                                                index 97119853..54132347 100644
                                                                                                                --- a/docs/hxapi/transfers/cancellation-policy/index.html
                                                                                                                +++ b/docs/hxapi/transfers/cancellation-policy/index.html
                                                                                                                @@ -153,7 +153,7 @@ 

                                                                                                                Cancellation Policy Response

                                                                                                                Example

                                                                                                                -
                                                                                                                  +
                                                                                                                  • XML
                                                                                                                  • @@ -161,7 +161,7 @@

                                                                                                                    Example

                                                                                                                  -
                                                                                                                    +
                                                                                                                    • <BookingRef>TB12345</BookingRef>
                                                                                                                      @@ -187,7 +187,7 @@ 

                                                                                                                      Example

                                                                                                                      Example - Non-Cancellable Booking

                                                                                                                      -
                                                                                                                        +
                                                                                                                        • XML
                                                                                                                        • @@ -195,7 +195,7 @@

                                                                                                                          Example - Non-Cancellable Booking

                                                                                                                          -
                                                                                                                            +
                                                                                                                            • <BookingRef>TB12345</BookingRef>
                                                                                                                              diff --git a/docs/hxapi/transfers/view/index.html b/docs/hxapi/transfers/view/index.html
                                                                                                                              index 12d60d67..85539e66 100644
                                                                                                                              --- a/docs/hxapi/transfers/view/index.html
                                                                                                                              +++ b/docs/hxapi/transfers/view/index.html
                                                                                                                              @@ -303,7 +303,7 @@ 

                                                                                                                              FlightDetails Fields

                                                                                                                              Example

                                                                                                                              -
                                                                                                                                +
                                                                                                                                • XML
                                                                                                                                • @@ -311,7 +311,7 @@

                                                                                                                                  Example

                                                                                                                                -
                                                                                                                                  +
                                                                                                                                  • <Booking>
                                                                                                                                    diff --git a/docs/hxapi/upgrade/index.html b/docs/hxapi/upgrade/index.html
                                                                                                                                    index 506781de..45df7acb 100644
                                                                                                                                    --- a/docs/hxapi/upgrade/index.html
                                                                                                                                    +++ b/docs/hxapi/upgrade/index.html
                                                                                                                                    @@ -247,7 +247,7 @@ 

                                                                                                                                    Example 1 - Carpark Upgrades

                                                                                                                                    Request

                                                                                                                                    -
                                                                                                                                      +
                                                                                                                                      • XML
                                                                                                                                      • @@ -255,7 +255,7 @@

                                                                                                                                        Request

                                                                                                                                      -
                                                                                                                                        +
                                                                                                                                        • https://api.holidayextras.com/v1/upgrade/STN5?ABTANumber=YourABTANumber&Password=YourPassword&key=YourKey&token=YourToken&ArrivalDate=2020-11-03&ArrivalTime=12:30&DepartDate=2020-11-11&DepartTime=13:45
                                                                                                                                          @@ -273,7 +273,7 @@ 

                                                                                                                                          Request

                                                                                                                                          Response

                                                                                                                                          -
                                                                                                                                            +
                                                                                                                                            • XML
                                                                                                                                            • @@ -281,7 +281,7 @@

                                                                                                                                              Response

                                                                                                                                            -
                                                                                                                                              +
                                                                                                                                              • <?xml version="1.0"?>
                                                                                                                                                @@ -618,7 +618,7 @@ 

                                                                                                                                                Example 1 - Hotel Upgrades

                                                                                                                                                Request

                                                                                                                                                -
                                                                                                                                                  +
                                                                                                                                                  • XML
                                                                                                                                                  • @@ -626,7 +626,7 @@

                                                                                                                                                    Request

                                                                                                                                                  -
                                                                                                                                                    +
                                                                                                                                                    • https://api.holidayextras.com/v1/upgrade/LGWSOF?ABTANumber=YourABTANumber&Password=YourPassword&key=YourKey&token=YourToken&ArrivalDate=2020-11-03&ArrivalTime=12:30&DepartDate=2020-11-11&DepartTime=13:45
                                                                                                                                                      @@ -642,7 +642,7 @@ 

                                                                                                                                                      Request

                                                                                                                                                      Response

                                                                                                                                                      -
                                                                                                                                                        +
                                                                                                                                                        • XML
                                                                                                                                                        • @@ -650,7 +650,7 @@

                                                                                                                                                          Response

                                                                                                                                                        -
                                                                                                                                                          +
                                                                                                                                                          • <?xml version="1.0"?>
                                                                                                                                                            diff --git a/docs/hxapi/viewamendcancel/view/index.html b/docs/hxapi/viewamendcancel/view/index.html
                                                                                                                                                            index 1fc82d67..3848c80e 100644
                                                                                                                                                            --- a/docs/hxapi/viewamendcancel/view/index.html
                                                                                                                                                            +++ b/docs/hxapi/viewamendcancel/view/index.html
                                                                                                                                                            @@ -54,7 +54,7 @@ 

                                                                                                                                                            Endpoint

                                                                                                                                                            The endpoint to use is (where YourBookingRef is the Holiday Extras booking reference):

                                                                                                                                                            -
                                                                                                                                                              +
                                                                                                                                                              • XML
                                                                                                                                                              • @@ -62,7 +62,7 @@

                                                                                                                                                                Endpoint

                                                                                                                                                              -
                                                                                                                                                                +
                                                                                                                                                                • https://api.holidayextras.com/v1/booking/YourBookingRef
                                                                                                                                                                  @@ -366,7 +366,7 @@ 

                                                                                                                                                                  UK Products View Booking (for a

                                                                                                                                                                  Request

                                                                                                                                                                  -
                                                                                                                                                                    +
                                                                                                                                                                    • XML
                                                                                                                                                                    • @@ -374,7 +374,7 @@

                                                                                                                                                                      Request

                                                                                                                                                                    -
                                                                                                                                                                      +
                                                                                                                                                                      • https://api.holidayextras.com/v1/booking/YourBookingRef?ABTANumber=YourABTANumber&Password=YourPassword&Initials=YourInitials&key=YourKey&Email=test@test.com
                                                                                                                                                                        @@ -391,7 +391,7 @@ 

                                                                                                                                                                        Request

                                                                                                                                                                        Response

                                                                                                                                                                        -
                                                                                                                                                                          +
                                                                                                                                                                          • XML
                                                                                                                                                                          • @@ -399,7 +399,7 @@

                                                                                                                                                                            Response

                                                                                                                                                                          -
                                                                                                                                                                            +
                                                                                                                                                                            • <?xml version="1.0"?>
                                                                                                                                                                              @@ -925,7 +925,7 @@ 

                                                                                                                                                                              Response

                                                                                                                                                                              UK Products View Booking (for a transfer)

                                                                                                                                                                              Request

                                                                                                                                                                              -
                                                                                                                                                                                +
                                                                                                                                                                                • XML
                                                                                                                                                                                • @@ -933,7 +933,7 @@

                                                                                                                                                                                  Request

                                                                                                                                                                                -
                                                                                                                                                                                  +
                                                                                                                                                                                  • https://api.holidayextras.com/v1/booking/YourBookingRef?ABTANumber=YourABTANumber&Password=YourPassword&Initials=YourInitials&key=YourKey&Email=test@test.com
                                                                                                                                                                                    @@ -950,7 +950,7 @@ 

                                                                                                                                                                                    Request

                                                                                                                                                                                    Response

                                                                                                                                                                                    -
                                                                                                                                                                                      +
                                                                                                                                                                                      • XML
                                                                                                                                                                                      • @@ -958,7 +958,7 @@

                                                                                                                                                                                        Response

                                                                                                                                                                                      -
                                                                                                                                                                                        +
                                                                                                                                                                                        • <?xml version="1.0"?>
                                                                                                                                                                                          diff --git a/docs/partner/v2/problems/method-not-allowed.md b/docs/partner/v2/problems/method-not-allowed.md
                                                                                                                                                                                          deleted file mode 100644
                                                                                                                                                                                          index e237ca0a..00000000
                                                                                                                                                                                          --- a/docs/partner/v2/problems/method-not-allowed.md
                                                                                                                                                                                          +++ /dev/null
                                                                                                                                                                                          @@ -1,38 +0,0 @@
                                                                                                                                                                                          -# Method Not Allowed
                                                                                                                                                                                          -
                                                                                                                                                                                          -| Field | Value |
                                                                                                                                                                                          -|-------|-------|
                                                                                                                                                                                          -| **Status** | 405 |
                                                                                                                                                                                          -| **Code** | `method_not_allowed` |
                                                                                                                                                                                          -
                                                                                                                                                                                          -The requested HTTP method is not supported for this endpoint. The resource exists, but it does not accept the method used in the request.
                                                                                                                                                                                          -
                                                                                                                                                                                          -## Common causes
                                                                                                                                                                                          -
                                                                                                                                                                                          -- Sending a PATCH, PUT, or DELETE request to a read-only endpoint
                                                                                                                                                                                          -- Sending a GET request to a write-only endpoint
                                                                                                                                                                                          -- Using the wrong HTTP method for the intended operation
                                                                                                                                                                                          -
                                                                                                                                                                                          -## Example response
                                                                                                                                                                                          -
                                                                                                                                                                                          -The response includes an `Allow` header listing the HTTP methods that the endpoint supports.
                                                                                                                                                                                          -
                                                                                                                                                                                          -```http
                                                                                                                                                                                          -HTTP/1.1 405 Method Not Allowed
                                                                                                                                                                                          -Allow: GET, HEAD
                                                                                                                                                                                          -Content-Type: application/json
                                                                                                                                                                                          -```
                                                                                                                                                                                          -
                                                                                                                                                                                          -```json
                                                                                                                                                                                          -{
                                                                                                                                                                                          -  "type": "https://docs.holidayextras.co.uk/partner/v2/problems/method-not-allowed",
                                                                                                                                                                                          -  "title": "Method Not Allowed",
                                                                                                                                                                                          -  "status": 405,
                                                                                                                                                                                          -  "code": "method_not_allowed",
                                                                                                                                                                                          -  "errors": []
                                                                                                                                                                                          -}
                                                                                                                                                                                          -```
                                                                                                                                                                                          -
                                                                                                                                                                                          -## How to resolve
                                                                                                                                                                                          -
                                                                                                                                                                                          -Check the `Allow` header in the response to see which HTTP methods the endpoint supports. Refer to the API documentation for the correct method for your intended operation.
                                                                                                                                                                                          
                                                                                                                                                                                          From 94a39c2254ba3a10696d598d32abc6ac639827c3 Mon Sep 17 00:00:00 2001
                                                                                                                                                                                          From: "github-actions[bot]"
                                                                                                                                                                                           <41898282+github-actions[bot]@users.noreply.github.com>
                                                                                                                                                                                          Date: Tue, 24 Mar 2026 13:48:50 +0000
                                                                                                                                                                                          Subject: [PATCH 3/3] Update dist
                                                                                                                                                                                          
                                                                                                                                                                                          ---
                                                                                                                                                                                           docs/feed.xml                                 |  2 +-
                                                                                                                                                                                           docs/hxapi/asynchronous-bookings/index.html   |  8 ++--
                                                                                                                                                                                           docs/hxapi/carhire/availability/index.html    |  4 +-
                                                                                                                                                                                           docs/hxapi/parking/av/airport/index.html      | 20 +++++-----
                                                                                                                                                                                           docs/hxapi/productlibrary/index.html          | 28 +++++++-------
                                                                                                                                                                                           docs/hxapi/transfers/av/index.html            | 24 ++++++------
                                                                                                                                                                                           docs/hxapi/transfers/cancel/index.html        |  4 +-
                                                                                                                                                                                           .../transfers/cancellation-policy/index.html  |  8 ++--
                                                                                                                                                                                           docs/hxapi/transfers/view/index.html          |  4 +-
                                                                                                                                                                                           docs/hxapi/upgrade/index.html                 | 16 ++++----
                                                                                                                                                                                           docs/hxapi/viewamendcancel/view/index.html    | 20 +++++-----
                                                                                                                                                                                           .../partner/v2/problems/method-not-allowed.md | 38 -------------------
                                                                                                                                                                                           12 files changed, 69 insertions(+), 107 deletions(-)
                                                                                                                                                                                           delete mode 100644 docs/partner/v2/problems/method-not-allowed.md
                                                                                                                                                                                          
                                                                                                                                                                                          diff --git a/docs/feed.xml b/docs/feed.xml
                                                                                                                                                                                          index c4705cf1..0c46ca55 100644
                                                                                                                                                                                          --- a/docs/feed.xml
                                                                                                                                                                                          +++ b/docs/feed.xml
                                                                                                                                                                                          @@ -1,2 +1,2 @@
                                                                                                                                                                                          -Jekyll2026-03-23T15:03:04+00:00/feed.xmlHoliday Extras APIDocumentation to give to partners who would like to integrate with our API.
                                                                                                                                                                                          +Jekyll2026-03-24T13:48:47+00:00/feed.xmlHoliday Extras APIDocumentation to give to partners who would like to integrate with our API.
                                                                                                                                                                                           
                                                                                                                                                                                          \ No newline at end of file
                                                                                                                                                                                          diff --git a/docs/hxapi/asynchronous-bookings/index.html b/docs/hxapi/asynchronous-bookings/index.html
                                                                                                                                                                                          index 5a62c4e2..1bbac410 100644
                                                                                                                                                                                          --- a/docs/hxapi/asynchronous-bookings/index.html
                                                                                                                                                                                          +++ b/docs/hxapi/asynchronous-bookings/index.html
                                                                                                                                                                                          @@ -77,7 +77,7 @@ 

                                                                                                                                                                                          Availability Request

                                                                                                                                                                                          UK Products Availability Request

                                                                                                                                                                                          -
                                                                                                                                                                                            +
                                                                                                                                                                                            • XML
                                                                                                                                                                                            • @@ -85,7 +85,7 @@

                                                                                                                                                                                              UK Products Availability Request

                                                                                                                                                                                            -
                                                                                                                                                                                              +
                                                                                                                                                                                              • https://api.holidayextras.com/v1/carpark/LGW?ABTANumber=YourABTANumber&Password=YourPassword&Initials=YourInitials&key=YourKey&token=YourToken&ArrivalDate=2025-01-07&ArrivalTime=1200&DepartDate=2025-01-08&DepartTime=1200&NumberOfPax=1&includeAsyncOnlyProducts=true
                                                                                                                                                                                                @@ -102,7 +102,7 @@ 

                                                                                                                                                                                                UK Products Availability Request

                                                                                                                                                                                                European Products Availability Request

                                                                                                                                                                                                -
                                                                                                                                                                                                  +
                                                                                                                                                                                                  • XML
                                                                                                                                                                                                  • @@ -110,7 +110,7 @@

                                                                                                                                                                                                    European Products Availability R

                                                                                                                                                                                                  -
                                                                                                                                                                                                    +
                                                                                                                                                                                                    • https://api.holidayextras.com/v1/carpark/MUC?ABTANumber=YourABTANumber&Password=YourPassword&Initials=YourInitials&key=YourKey&token=YourToken&ArrivalDate=2025-12-01&ArrivalTime=1200&DepartDate=2025-12-08&DepartTime=1200&NumberOfPax=1&System=ABG&lang=en&includeAsyncOnlyProducts=true
                                                                                                                                                                                                      diff --git a/docs/hxapi/carhire/availability/index.html b/docs/hxapi/carhire/availability/index.html
                                                                                                                                                                                                      index 2e7884df..51913f49 100644
                                                                                                                                                                                                      --- a/docs/hxapi/carhire/availability/index.html
                                                                                                                                                                                                      +++ b/docs/hxapi/carhire/availability/index.html
                                                                                                                                                                                                      @@ -53,7 +53,7 @@ 

                                                                                                                                                                                                      Request

                                                                                                                                                                                                      Example request:

                                                                                                                                                                                                      -
                                                                                                                                                                                                        +
                                                                                                                                                                                                        • XML
                                                                                                                                                                                                        • @@ -61,7 +61,7 @@

                                                                                                                                                                                                          Request

                                                                                                                                                                                                        -
                                                                                                                                                                                                          +
                                                                                                                                                                                                          • https://api.holidayextras.com/v1/sandbox/carHire/products?key=1&From=06NOV16&ArrivalTime=1200&To=13NOV&DepartTime=1600&PickupLocation=FL965&DropoffLocation=FL965&DateOfBirth=1990-10-13
                                                                                                                                                                                                            diff --git a/docs/hxapi/parking/av/airport/index.html b/docs/hxapi/parking/av/airport/index.html
                                                                                                                                                                                                            index fde9911b..716d1f33 100644
                                                                                                                                                                                                            --- a/docs/hxapi/parking/av/airport/index.html
                                                                                                                                                                                                            +++ b/docs/hxapi/parking/av/airport/index.html
                                                                                                                                                                                                            @@ -49,7 +49,7 @@ 

                                                                                                                                                                                                            Endpoint

                                                                                                                                                                                                            For example, for London Gatwick the endpoint is:

                                                                                                                                                                                                            -
                                                                                                                                                                                                              +
                                                                                                                                                                                                              • XML
                                                                                                                                                                                                              • @@ -57,7 +57,7 @@

                                                                                                                                                                                                                Endpoint

                                                                                                                                                                                                              -
                                                                                                                                                                                                                +
                                                                                                                                                                                                                • https://api.holidayextras.com/v1/carpark/LGW
                                                                                                                                                                                                                  @@ -444,7 +444,7 @@ 

                                                                                                                                                                                                                  Worked Examples

                                                                                                                                                                                                                  UK Products Availability Request

                                                                                                                                                                                                                  -
                                                                                                                                                                                                                    +
                                                                                                                                                                                                                    • XML
                                                                                                                                                                                                                    • @@ -452,7 +452,7 @@

                                                                                                                                                                                                                      UK Products Availability Request

                                                                                                                                                                                                                    -
                                                                                                                                                                                                                      +
                                                                                                                                                                                                                      • https://api.holidayextras.com/carpark/LGW?ABTANumber=YourABTANumber&Password=YourPassword&Initials=YourInitials&key=YourKey&token=YourToken&ArrivalDate=2020-01-07&ArrivalTime=1200&DepartDate=2020-01-08&DepartTime=1200&NumberOfPax=1
                                                                                                                                                                                                                        @@ -471,7 +471,7 @@ 

                                                                                                                                                                                                                        UK Products Availability Response

                                                                                                                                                                                                                        NB: This is a shortened example compiled from a full availability response.

                                                                                                                                                                                                                        -
                                                                                                                                                                                                                          +
                                                                                                                                                                                                                          • XML
                                                                                                                                                                                                                          • @@ -479,7 +479,7 @@

                                                                                                                                                                                                                            UK Products Availability Response

                                                                                                                                                                                                                            -
                                                                                                                                                                                                                              +
                                                                                                                                                                                                                              • <?xml version="1.0"?>
                                                                                                                                                                                                                                @@ -707,7 +707,7 @@ 

                                                                                                                                                                                                                                UK Products Availability Response

                                                                                                                                                                                                                                European Products Availability Request -
                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                  • XML
                                                                                                                                                                                                                                  • @@ -715,7 +715,7 @@

                                                                                                                                                                                                                                    European Products Availability R

                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                    • https://api.holidayextras.com/carpark/MUC?ABTANumber=YourABTANumber&Password=YourPassword&Initials=YourInitials&key=YourKey&token=YourToken&ArrivalDate=2017-12-01&ArrivalTime=1200&DepartDate=2017-12-08&DepartTime=1200&NumberOfPax=1&System=ABG&lang=en
                                                                                                                                                                                                                                      @@ -734,7 +734,7 @@ 

                                                                                                                                                                                                                                      European Products Availability

                                                                                                                                                                                                                                      NB: This is a shortened example compiled from a full availability response.

                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                        • XML
                                                                                                                                                                                                                                        • @@ -742,7 +742,7 @@

                                                                                                                                                                                                                                          European Products Availability

                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                          • <?xml version="1.0"?>
                                                                                                                                                                                                                                            diff --git a/docs/hxapi/productlibrary/index.html b/docs/hxapi/productlibrary/index.html
                                                                                                                                                                                                                                            index 7e9b4705..16308fb7 100644
                                                                                                                                                                                                                                            --- a/docs/hxapi/productlibrary/index.html
                                                                                                                                                                                                                                            +++ b/docs/hxapi/productlibrary/index.html
                                                                                                                                                                                                                                            @@ -83,7 +83,7 @@ 

                                                                                                                                                                                                                                            Available Fields

                                                                                                                                                                                                                                            The available fields vary by product type. For each product type there is a recommended list of fields which should be requested to get the information required to effectively sell the product.

                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                              • Parking
                                                                                                                                                                                                                                              • @@ -97,7 +97,7 @@

                                                                                                                                                                                                                                                Available Fields

                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                • @@ -968,7 +968,7 @@

                                                                                                                                                                                                                                                  Example 1 - Default Response

                                                                                                                                                                                                                                                  Request

                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                    + -
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                      • https://api.holidayextras.com/v1/product/LGW4/lite?token=000015778&key=mytestkey
                                                                                                                                                                                                                                                        @@ -1008,7 +1008,7 @@ 

                                                                                                                                                                                                                                                        Request

                                                                                                                                                                                                                                                        Response

                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                          • XML
                                                                                                                                                                                                                                                          • @@ -1016,7 +1016,7 @@

                                                                                                                                                                                                                                                            Response

                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                            • <?xml version="1.0"?>
                                                                                                                                                                                                                                                              @@ -1403,7 +1403,7 @@ 

                                                                                                                                                                                                                                                              Example 2 - Restricted field list

                                                                                                                                                                                                                                                              Request

                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                        + -
                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                          • https://api.holidayextras.com/v1/product/LGW4/lite?token=000015778&key=mytestkey&fields=name,longitude,latitude
                                                                                                                                                                                                                                            @@ -1443,7 +1443,7 @@ 

                                                                                                                                                                                                                                            Request

                                                                                                                                                                                                                                            Response

                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                              • XML
                                                                                                                                                                                                                                              • @@ -1451,7 +1451,7 @@

                                                                                                                                                                                                                                                Response

                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                • <?xml version="1.0"?>
                                                                                                                                                                                                                                                  @@ -1512,7 +1512,7 @@ 

                                                                                                                                                                                                                                                  Request

                                                                                                                                                                                                                                                  Requests for German products return a different set of fields. Explanation of fields not currently available.

                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                    + -
                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                      • https://api.holidayextras.com/v1/product/FRA0?key=mytestkey
                                                                                                                                                                                                                                                        @@ -1552,7 +1552,7 @@ 

                                                                                                                                                                                                                                                        Request

                                                                                                                                                                                                                                                        Response

                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                          • XML
                                                                                                                                                                                                                                                          • @@ -1560,7 +1560,7 @@

                                                                                                                                                                                                                                                            Response

                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                            • <?xml version="1.0"?>
                                                                                                                                                                                                                                                              diff --git a/docs/hxapi/transfers/av/index.html b/docs/hxapi/transfers/av/index.html
                                                                                                                                                                                                                                                              index b81dccce..0e54c41f 100644
                                                                                                                                                                                                                                                              --- a/docs/hxapi/transfers/av/index.html
                                                                                                                                                                                                                                                              +++ b/docs/hxapi/transfers/av/index.html
                                                                                                                                                                                                                                                              @@ -856,7 +856,7 @@ 

                                                                                                                                                                                                                                                              Worked Examples

                                                                                                                                                                                                                                                              Airport to GIATA

                                                                                                                                                                                                                                                              Request
                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                • XML
                                                                                                                                                                                                                                                                • @@ -864,7 +864,7 @@
                                                                                                                                                                                                                                                                  Request
                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                  • https:///api.holidayextras.com/v1/transfers/search?ABTANumber=YourABTANumber&Password=YourABTANumber&Initials=YourInitials&key=YourKey&token=YourToken&PickUp=ALC&PickUpType=IATA&DropOffType=GIATA&DropOff=439771&FromDate=2022-03-16&FromTime=1115&ReturnDate=2022-03-23&ReturnTime=1115&Adults=2&OutFlight=U28605&ReturnFlight=U28602
                                                                                                                                                                                                                                                                    @@ -882,7 +882,7 @@ 
                                                                                                                                                                                                                                                                    Request
                                                                                                                                                                                                                                                                    Response

                                                                                                                                                                                                                                                                    NB: This is a shortened example compiled from a full availability response.

                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                      • XML
                                                                                                                                                                                                                                                                      • @@ -890,7 +890,7 @@
                                                                                                                                                                                                                                                                        Response
                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                        • <API_Reply Product="Transfers" RequestCode="1" Result="OK" cached="1" expires="2021-12-07 13:06:41">
                                                                                                                                                                                                                                                                          @@ -1128,7 +1128,7 @@ 
                                                                                                                                                                                                                                                                          Response

                                                                                                                                                                                                                                                                          Airport to TTI

                                                                                                                                                                                                                                                                          Request
                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                            • XML
                                                                                                                                                                                                                                                                            • @@ -1136,7 +1136,7 @@
                                                                                                                                                                                                                                                                              Request
                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                              • https:///api.holidayextras.com/v1/transfers/search?ABTANumber=YourABTANumber&Password=YourABTANumber&Initials=YourInitials&key=YourKey&token=YourToken&PickUp=ALC&PickUpType=IATA&DropOffType=TTI&DropOff=10147575&FromDate=2022-03-16&FromTime=1115&ReturnDate=2022-03-23&ReturnTime=1115&Adults=2&OutFlight=U28605&ReturnFlight=U28602
                                                                                                                                                                                                                                                                                @@ -1155,7 +1155,7 @@ 
                                                                                                                                                                                                                                                                                Response

                                                                                                                                                                                                                                                                                NB: This is a shortened example compiled from a full availability response.

                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                  • XML
                                                                                                                                                                                                                                                                                  • @@ -1163,7 +1163,7 @@
                                                                                                                                                                                                                                                                                    Response
                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                    • <API_Reply Product="Transfers" RequestCode="1" Result="OK" cached="1" expires="2021-12-07 13:06:41">
                                                                                                                                                                                                                                                                                      @@ -1400,7 +1400,7 @@ 
                                                                                                                                                                                                                                                                                      Response

                                                                                                                                                                                                                                                                                      Airport to Postal Address

                                                                                                                                                                                                                                                                                      Request
                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                        • XML
                                                                                                                                                                                                                                                                                        • @@ -1408,7 +1408,7 @@
                                                                                                                                                                                                                                                                                          Request
                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                          • https:///api.holidayextras.com/v1/transfers/search?ABTANumber=YourABTANumber&Password=YourABTANumber&Initials=YourInitials&key=YourKey&token=YourToken&PickUp=ALC&PickUpType=IATA&DropOffType=postal-address&DropOffName=Hotel%20Rural%20Castillo%20De%20Biar&DropOffAddress[0]=Carretera%20de%20Banyeres&DropOffAddress[1]=s/n&DropOffTown=%20Biar&DropOffCounty=Alicante&DropOffPostcode=03410&DropOffCountryCode=ES&DropOffLongitude=-0.76832006&DropOffLatitude=38.63852215&Adults=2&FromDate=2022-03-16&FromTime=1115&ReturnDate=2022-03-23&ReturnTime=1115&OutFlight=U28605&ReturnFlight=U28602
                                                                                                                                                                                                                                                                                            @@ -1427,7 +1427,7 @@ 
                                                                                                                                                                                                                                                                                            Response

                                                                                                                                                                                                                                                                                            NB: This is a shortened example compiled from a full availability response.

                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                              • XML
                                                                                                                                                                                                                                                                                              • @@ -1435,7 +1435,7 @@
                                                                                                                                                                                                                                                                                                Response
                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                • <API_Reply Product="Transfers" RequestCode="1" Result="OK" cached="1" expires="2021-12-07 16:31:35">
                                                                                                                                                                                                                                                                                                  diff --git a/docs/hxapi/transfers/cancel/index.html b/docs/hxapi/transfers/cancel/index.html
                                                                                                                                                                                                                                                                                                  index 975a2b36..b9faebf1 100644
                                                                                                                                                                                                                                                                                                  --- a/docs/hxapi/transfers/cancel/index.html
                                                                                                                                                                                                                                                                                                  +++ b/docs/hxapi/transfers/cancel/index.html
                                                                                                                                                                                                                                                                                                  @@ -160,7 +160,7 @@ 

                                                                                                                                                                                                                                                                                                  Cancel Booking Response

                                                                                                                                                                                                                                                                                                  Example

                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                    • XML
                                                                                                                                                                                                                                                                                                    • @@ -168,7 +168,7 @@

                                                                                                                                                                                                                                                                                                      Example

                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                      • <Booking>
                                                                                                                                                                                                                                                                                                        diff --git a/docs/hxapi/transfers/cancellation-policy/index.html b/docs/hxapi/transfers/cancellation-policy/index.html
                                                                                                                                                                                                                                                                                                        index aa49d5d7..f2043409 100644
                                                                                                                                                                                                                                                                                                        --- a/docs/hxapi/transfers/cancellation-policy/index.html
                                                                                                                                                                                                                                                                                                        +++ b/docs/hxapi/transfers/cancellation-policy/index.html
                                                                                                                                                                                                                                                                                                        @@ -145,7 +145,7 @@ 

                                                                                                                                                                                                                                                                                                        Cancellation Policy Response

                                                                                                                                                                                                                                                                                                        Example

                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                          • XML
                                                                                                                                                                                                                                                                                                          • @@ -153,7 +153,7 @@

                                                                                                                                                                                                                                                                                                            Example

                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                            • <BookingRef>TB12345</BookingRef>
                                                                                                                                                                                                                                                                                                              @@ -179,7 +179,7 @@ 

                                                                                                                                                                                                                                                                                                              Example

                                                                                                                                                                                                                                                                                                              Example - Non-Cancellable Booking

                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                • XML
                                                                                                                                                                                                                                                                                                                • @@ -187,7 +187,7 @@

                                                                                                                                                                                                                                                                                                                  Example - Non-Cancellable Booking

                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                    • <BookingRef>TB12345</BookingRef>
                                                                                                                                                                                                                                                                                                                      diff --git a/docs/hxapi/transfers/view/index.html b/docs/hxapi/transfers/view/index.html
                                                                                                                                                                                                                                                                                                                      index 0622e78f..2fd8f94f 100644
                                                                                                                                                                                                                                                                                                                      --- a/docs/hxapi/transfers/view/index.html
                                                                                                                                                                                                                                                                                                                      +++ b/docs/hxapi/transfers/view/index.html
                                                                                                                                                                                                                                                                                                                      @@ -295,7 +295,7 @@ 

                                                                                                                                                                                                                                                                                                                      FlightDetails Fields

                                                                                                                                                                                                                                                                                                                      Example

                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                        • XML
                                                                                                                                                                                                                                                                                                                        • @@ -303,7 +303,7 @@

                                                                                                                                                                                                                                                                                                                          Example

                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                          • <Booking>
                                                                                                                                                                                                                                                                                                                            diff --git a/docs/hxapi/upgrade/index.html b/docs/hxapi/upgrade/index.html
                                                                                                                                                                                                                                                                                                                            index 4b28cc4a..6cc8c0f6 100644
                                                                                                                                                                                                                                                                                                                            --- a/docs/hxapi/upgrade/index.html
                                                                                                                                                                                                                                                                                                                            +++ b/docs/hxapi/upgrade/index.html
                                                                                                                                                                                                                                                                                                                            @@ -239,7 +239,7 @@ 

                                                                                                                                                                                                                                                                                                                            Example 1 - Carpark Upgrades

                                                                                                                                                                                                                                                                                                                            Request

                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                              • XML
                                                                                                                                                                                                                                                                                                                              • @@ -247,7 +247,7 @@

                                                                                                                                                                                                                                                                                                                                Request

                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                • https://api.holidayextras.com/v1/upgrade/STN5?ABTANumber=YourABTANumber&Password=YourPassword&key=YourKey&token=YourToken&ArrivalDate=2020-11-03&ArrivalTime=12:30&DepartDate=2020-11-11&DepartTime=13:45
                                                                                                                                                                                                                                                                                                                                  @@ -265,7 +265,7 @@ 

                                                                                                                                                                                                                                                                                                                                  Request

                                                                                                                                                                                                                                                                                                                                  Response

                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                    • XML
                                                                                                                                                                                                                                                                                                                                    • @@ -273,7 +273,7 @@

                                                                                                                                                                                                                                                                                                                                      Response

                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                      • <?xml version="1.0"?>
                                                                                                                                                                                                                                                                                                                                        @@ -610,7 +610,7 @@ 

                                                                                                                                                                                                                                                                                                                                        Example 1 - Hotel Upgrades

                                                                                                                                                                                                                                                                                                                                        Request

                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                          • XML
                                                                                                                                                                                                                                                                                                                                          • @@ -618,7 +618,7 @@

                                                                                                                                                                                                                                                                                                                                            Request

                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                            • https://api.holidayextras.com/v1/upgrade/LGWSOF?ABTANumber=YourABTANumber&Password=YourPassword&key=YourKey&token=YourToken&ArrivalDate=2020-11-03&ArrivalTime=12:30&DepartDate=2020-11-11&DepartTime=13:45
                                                                                                                                                                                                                                                                                                                                              @@ -634,7 +634,7 @@ 

                                                                                                                                                                                                                                                                                                                                              Request

                                                                                                                                                                                                                                                                                                                                              Response

                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                • XML
                                                                                                                                                                                                                                                                                                                                                • @@ -642,7 +642,7 @@

                                                                                                                                                                                                                                                                                                                                                  Response

                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                  • <?xml version="1.0"?>
                                                                                                                                                                                                                                                                                                                                                    diff --git a/docs/hxapi/viewamendcancel/view/index.html b/docs/hxapi/viewamendcancel/view/index.html
                                                                                                                                                                                                                                                                                                                                                    index 8ebf4b5f..b85b9f5c 100644
                                                                                                                                                                                                                                                                                                                                                    --- a/docs/hxapi/viewamendcancel/view/index.html
                                                                                                                                                                                                                                                                                                                                                    +++ b/docs/hxapi/viewamendcancel/view/index.html
                                                                                                                                                                                                                                                                                                                                                    @@ -46,7 +46,7 @@ 

                                                                                                                                                                                                                                                                                                                                                    Endpoint

                                                                                                                                                                                                                                                                                                                                                    The endpoint to use is (where YourBookingRef is the Holiday Extras booking reference):

                                                                                                                                                                                                                                                                                                                                                    -
                                                                                                                                                                                                                                                                                                                                                      +
                                                                                                                                                                                                                                                                                                                                                      • XML
                                                                                                                                                                                                                                                                                                                                                      • @@ -54,7 +54,7 @@

                                                                                                                                                                                                                                                                                                                                                        Endpoint

                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                        • https://api.holidayextras.com/v1/booking/YourBookingRef
                                                                                                                                                                                                                                                                                                                                                          @@ -358,7 +358,7 @@ 

                                                                                                                                                                                                                                                                                                                                                          UK Products View Booking (for a

                                                                                                                                                                                                                                                                                                                                                          Request

                                                                                                                                                                                                                                                                                                                                                          -
                                                                                                                                                                                                                                                                                                                                                            +
                                                                                                                                                                                                                                                                                                                                                            • XML
                                                                                                                                                                                                                                                                                                                                                            • @@ -366,7 +366,7 @@

                                                                                                                                                                                                                                                                                                                                                              Request

                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                              • https://api.holidayextras.com/v1/booking/YourBookingRef?ABTANumber=YourABTANumber&Password=YourPassword&Initials=YourInitials&key=YourKey&Email=test@test.com
                                                                                                                                                                                                                                                                                                                                                                @@ -383,7 +383,7 @@ 

                                                                                                                                                                                                                                                                                                                                                                Request

                                                                                                                                                                                                                                                                                                                                                                Response

                                                                                                                                                                                                                                                                                                                                                                -
                                                                                                                                                                                                                                                                                                                                                                  +
                                                                                                                                                                                                                                                                                                                                                                  • XML
                                                                                                                                                                                                                                                                                                                                                                  • @@ -391,7 +391,7 @@

                                                                                                                                                                                                                                                                                                                                                                    Response

                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                    +
                                                                                                                                                                                                                                                                                                                                                                    • <?xml version="1.0"?>
                                                                                                                                                                                                                                                                                                                                                                      @@ -917,7 +917,7 @@ 

                                                                                                                                                                                                                                                                                                                                                                      Response

                                                                                                                                                                                                                                                                                                                                                                      UK Products View Booking (for a transfer)

                                                                                                                                                                                                                                                                                                                                                                      Request

                                                                                                                                                                                                                                                                                                                                                                      -
                                                                                                                                                                                                                                                                                                                                                                        +
                                                                                                                                                                                                                                                                                                                                                                        • XML
                                                                                                                                                                                                                                                                                                                                                                        • @@ -925,7 +925,7 @@

                                                                                                                                                                                                                                                                                                                                                                          Request

                                                                                                                                                                                                                                                                                                                                                                        -
                                                                                                                                                                                                                                                                                                                                                                          +
                                                                                                                                                                                                                                                                                                                                                                          • https://api.holidayextras.com/v1/booking/YourBookingRef?ABTANumber=YourABTANumber&Password=YourPassword&Initials=YourInitials&key=YourKey&Email=test@test.com
                                                                                                                                                                                                                                                                                                                                                                            @@ -942,7 +942,7 @@ 

                                                                                                                                                                                                                                                                                                                                                                            Request

                                                                                                                                                                                                                                                                                                                                                                            Response

                                                                                                                                                                                                                                                                                                                                                                            -
                                                                                                                                                                                                                                                                                                                                                                              +
                                                                                                                                                                                                                                                                                                                                                                              • XML
                                                                                                                                                                                                                                                                                                                                                                              • @@ -950,7 +950,7 @@

                                                                                                                                                                                                                                                                                                                                                                                Response

                                                                                                                                                                                                                                                                                                                                                                              -
                                                                                                                                                                                                                                                                                                                                                                                +
                                                                                                                                                                                                                                                                                                                                                                                • <?xml version="1.0"?>
                                                                                                                                                                                                                                                                                                                                                                                  diff --git a/docs/partner/v2/problems/method-not-allowed.md b/docs/partner/v2/problems/method-not-allowed.md
                                                                                                                                                                                                                                                                                                                                                                                  deleted file mode 100644
                                                                                                                                                                                                                                                                                                                                                                                  index e237ca0a..00000000
                                                                                                                                                                                                                                                                                                                                                                                  --- a/docs/partner/v2/problems/method-not-allowed.md
                                                                                                                                                                                                                                                                                                                                                                                  +++ /dev/null
                                                                                                                                                                                                                                                                                                                                                                                  @@ -1,38 +0,0 @@
                                                                                                                                                                                                                                                                                                                                                                                  -# Method Not Allowed
                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  -| Field | Value |
                                                                                                                                                                                                                                                                                                                                                                                  -|-------|-------|
                                                                                                                                                                                                                                                                                                                                                                                  -| **Status** | 405 |
                                                                                                                                                                                                                                                                                                                                                                                  -| **Code** | `method_not_allowed` |
                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  -The requested HTTP method is not supported for this endpoint. The resource exists, but it does not accept the method used in the request.
                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  -## Common causes
                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  -- Sending a PATCH, PUT, or DELETE request to a read-only endpoint
                                                                                                                                                                                                                                                                                                                                                                                  -- Sending a GET request to a write-only endpoint
                                                                                                                                                                                                                                                                                                                                                                                  -- Using the wrong HTTP method for the intended operation
                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  -## Example response
                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  -The response includes an `Allow` header listing the HTTP methods that the endpoint supports.
                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  -```http
                                                                                                                                                                                                                                                                                                                                                                                  -HTTP/1.1 405 Method Not Allowed
                                                                                                                                                                                                                                                                                                                                                                                  -Allow: GET, HEAD
                                                                                                                                                                                                                                                                                                                                                                                  -Content-Type: application/json
                                                                                                                                                                                                                                                                                                                                                                                  -```
                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  -```json
                                                                                                                                                                                                                                                                                                                                                                                  -{
                                                                                                                                                                                                                                                                                                                                                                                  -  "type": "https://docs.holidayextras.co.uk/partner/v2/problems/method-not-allowed",
                                                                                                                                                                                                                                                                                                                                                                                  -  "title": "Method Not Allowed",
                                                                                                                                                                                                                                                                                                                                                                                  -  "status": 405,
                                                                                                                                                                                                                                                                                                                                                                                  -  "code": "method_not_allowed",
                                                                                                                                                                                                                                                                                                                                                                                  -  "errors": []
                                                                                                                                                                                                                                                                                                                                                                                  -}
                                                                                                                                                                                                                                                                                                                                                                                  -```
                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  -## How to resolve
                                                                                                                                                                                                                                                                                                                                                                                  -
                                                                                                                                                                                                                                                                                                                                                                                  -Check the `Allow` header in the response to see which HTTP methods the endpoint supports. Refer to the API documentation for the correct method for your intended operation.