{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Exchange and rebooking","meta":[{"name":"robots","content":"noindex"}],"llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"exchange-and-rebooking","__idx":0},"children":["Exchange and rebooking"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["These operations cover changes to a hotel booking after it has been confirmed, including date changes, rate changes, room modifications, and automatic rebooking through rate assurance."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Webhook used:"]}," ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/docs/openapi/webhookeventapi/webhooks/paths/pnr_v3/post"},"children":["PNR_V3"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Step"},"children":["Step"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Operation"},"children":["Operation"]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"25%","data-label":"Event trigger"},"children":["Event trigger "]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Context"},"children":["Context"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BOOKING_ UPDATED"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["When the hotel booking is modified and the same PNR is updated."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A change has been made to the hotel reservation that is not a cancellation or rebooking."," ","This event type covers all hotel modifications, including check-in or check-out date changes, loyalty number updates,"," ","number of rooms or guests changed, nightly rate changes, rate type changes (e.g., from published to corporate), rate code changes, and"," ","total booking amount changes."," ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"If a supplier decides to cancel and rebook for a modification then the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BOOKING_UPDATED"]}," event will not be sent."," ","Instead, you'll receive a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BOOKING_CANCELED_BY_TRAVELER"]}," followed by a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BOOKING_CREATED"]}," event."," ","Use the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["hotelPnr > rebookReference"]}," object in the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BOOKING_CREATED"]}," event payload to see the cancelled PNR."," ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example 1:"]}," A traveler extends their hotel stay by one night (check-out moves from March 18 to March 19)."," ","The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BOOKING_UPDATED"]}," event is triggered on the same PNR with the updated dates and new total ($1,000)."," ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example 2:"]}," A traveler extends their hotel stay by one night. The hotel cancels and rebooks the reservation with new information."," ","A ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BOOKING_CANCELED_BY_TRAVELER"]}," event is triggered for the original PNR,"," ","followed by a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BOOKING_CREATED"]}," event for the new PNR with the updated dates."," ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example 3 (Loyalty added):"]}," A traveler adds their Hilton Honors membership number to the booking."," ","The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BOOKING_UPDATED"]}," event is triggered."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["2"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BOOKING_ REBOOKED"]}]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When the hotel booking is rebooked to a different rate, room, or property."]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The hotel reservation has been rebooked. This can indicate the vendor confirmation number, the room, or the property has been changed."]},{"$$mdtype":"Tag","name":"blockquote","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Note: This is distinct from ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BOOKING_UPDATED"]},", which covers modifications to the same reservation."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Rebooking can occur when a better rate becomes available for the same or equivalent hotel and an agent or traveler manually rebooks to a different"," ","property or room type."," ","The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rebookReference"]}," object in the payload links the old and new PNRs and may include additional metadata about the rebook."," ","To identify a rebook, compare the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["vendorConfirmationNumber"]}," between the latest and previous PNR versions."," ","If they differ, the booking has been rebooked. You can also check the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rebookReference"]}," object for cancelled PNR IDs and the new rebooked PNR ID."," ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example:"]}," A traveler booked a hotel at $250/night. A lower rate of $200/night becomes available for the same room."," ","The TMC agent identifies this as a cost-saving measure and rebooks at the better rate, saving $150 over 3 nights."," ","The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BOOKING_REBOOKED"]}," event is triggered with a new confirmation number."]}]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"rebooking-flow-diagram","__idx":1},"children":["Rebooking flow diagram"]},{"$$mdtype":"Tag","name":"Mermaid","attributes":{"data-language":"mermaid","diagramSource":"flowchart LR\n    subgraph modifications[\"Modifications and rebook\"]\n        A([\"Confirmed hotel<br>booking\"]) --> B{\"Type of<br>change?\"}\n\n        B -->|\"Modifying same PNR\"| C[\"<b>BOOKING_UPDATED</b><br>―――――――――――<br>Dates, rate, room, loyalty,<br>or guest count changed<br>on the same PNR.\"]\n\n        B -->|\"Cancel and rebook\"| D[\"<b>BOOKING_CANCELED_<br>BY_TRAVELER</b><br>―――――――――――<br>Old PNR cancelled<br>as part of modify flow.\"]\n        D --> E[\"<b>BOOKING_CREATED</b><br>―――――――――――<br>New PNR created with<br>updated details.\"]\n\n        B -->|\"Rate assurance<br>or manual rebook\"| F[\"<b>BOOKING_REBOOKED</b><br>―――――――――――<br>The confirmation number, the room type, or property is changed.\"]\n    end\n\n    style A fill:#f0f0f0,stroke:#999\n    style C fill:#2196F3,color:#fff\n    style D fill:#F44336,color:#fff\n    style E fill:#4CAF50,color:#fff\n    style F fill:#2196F3,color:#fff\n","diagramHtml":"<div class=\"mermaid\" data-processed=\"true\"><svg id=\"mermaid-1772805097341\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" class=\"flowchart\" style=\"max-width: 932.890625px;\" viewBox=\"0 0 932.890625 841.765625\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#mermaid-1772805097341{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#mermaid-1772805097341 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#mermaid-1772805097341 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#mermaid-1772805097341 .error-icon{fill:#552222;}#mermaid-1772805097341 .error-text{fill:#552222;stroke:#552222;}#mermaid-1772805097341 .edge-thickness-normal{stroke-width:1px;}#mermaid-1772805097341 .edge-thickness-thick{stroke-width:3.5px;}#mermaid-1772805097341 .edge-pattern-solid{stroke-dasharray:0;}#mermaid-1772805097341 .edge-thickness-invisible{stroke-width:0;fill:none;}#mermaid-1772805097341 .edge-pattern-dashed{stroke-dasharray:3;}#mermaid-1772805097341 .edge-pattern-dotted{stroke-dasharray:2;}#mermaid-1772805097341 .marker{fill:#333333;stroke:#333333;}#mermaid-1772805097341 .marker.cross{stroke:#333333;}#mermaid-1772805097341 svg{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;}#mermaid-1772805097341 p{margin:0;}#mermaid-1772805097341 .label{font-family:\"trebuchet ms\",verdana,arial,sans-serif;color:#333;}#mermaid-1772805097341 .cluster-label text{fill:#333;}#mermaid-1772805097341 .cluster-label span{color:#333;}#mermaid-1772805097341 .cluster-label span p{background-color:transparent;}#mermaid-1772805097341 .label text,#mermaid-1772805097341 span{fill:#333;color:#333;}#mermaid-1772805097341 .node rect,#mermaid-1772805097341 .node circle,#mermaid-1772805097341 .node ellipse,#mermaid-1772805097341 .node polygon,#mermaid-1772805097341 .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#mermaid-1772805097341 .rough-node .label text,#mermaid-1772805097341 .node .label text,#mermaid-1772805097341 .image-shape .label,#mermaid-1772805097341 .icon-shape .label{text-anchor:middle;}#mermaid-1772805097341 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#mermaid-1772805097341 .rough-node .label,#mermaid-1772805097341 .node .label,#mermaid-1772805097341 .image-shape .label,#mermaid-1772805097341 .icon-shape .label{text-align:center;}#mermaid-1772805097341 .node.clickable{cursor:pointer;}#mermaid-1772805097341 .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#mermaid-1772805097341 .arrowheadPath{fill:#333333;}#mermaid-1772805097341 .edgePath .path{stroke:#333333;stroke-width:2.0px;}#mermaid-1772805097341 .flowchart-link{stroke:#333333;fill:none;}#mermaid-1772805097341 .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#mermaid-1772805097341 .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#mermaid-1772805097341 .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#mermaid-1772805097341 .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#mermaid-1772805097341 .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#mermaid-1772805097341 .cluster text{fill:#333;}#mermaid-1772805097341 .cluster span{color:#333;}#mermaid-1772805097341 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:12px;background:hsl(80, 100%, 96.2745098039%);border:1px solid #aaaa33;border-radius:2px;pointer-events:none;z-index:100;}#mermaid-1772805097341 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#mermaid-1772805097341 rect.text{fill:none;stroke-width:0;}#mermaid-1772805097341 .icon-shape,#mermaid-1772805097341 .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#mermaid-1772805097341 .icon-shape p,#mermaid-1772805097341 .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#mermaid-1772805097341 .icon-shape rect,#mermaid-1772805097341 .image-shape rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#mermaid-1772805097341 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#mermaid-1772805097341 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#mermaid-1772805097341 :root{--mermaid-font-family:\"trebuchet ms\",verdana,arial,sans-serif;}</style><g><marker id=\"mermaid-1772805097341_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"mermaid-1772805097341_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"mermaid-1772805097341_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"mermaid-1772805097341_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"></circle></marker><marker id=\"mermaid-1772805097341_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><marker id=\"mermaid-1772805097341_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"></path></marker><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"></g><g class=\"edgeLabels\"></g><g class=\"nodes\"><g class=\"root\" transform=\"translate(0, 0)\"><g class=\"clusters\"><g class=\"cluster\" id=\"modifications\" data-look=\"classic\"><rect style=\"\" x=\"8\" y=\"8\" width=\"916.890625\" height=\"825.765625\"></rect><g class=\"cluster-label\" transform=\"translate(371.2421875, 8)\"><foreignObject width=\"190.40625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Modifications and rebook</p></span></div></foreignObject></g></g></g><g class=\"edgePaths\"><path d=\"M462.391,109L462.307,115.167C462.224,121.333,462.057,133.667,461.974,145.417C461.891,157.167,461.891,168.333,461.891,173.917L461.891,179.5\" id=\"L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6NDYyLjM5MDYyNSwieSI6MTA5fSx7IngiOjQ2MS44OTA2MjUsInkiOjE0Nn0seyJ4Ijo0NjEuODkwNjI1LCJ5IjoxODMuNX1d\" marker-end=\"url(#mermaid-1772805097341_flowchart-v2-pointEnd)\"></path><path d=\"M413.909,274.284L372.998,292.531C332.088,310.778,250.266,347.272,209.356,375.102C168.445,402.932,168.445,422.099,168.445,431.682L168.445,441.266\" id=\"L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6NDEzLjkwODc0NTE4NDI1MjY3LCJ5IjoyNzQuMjgzNzQ1MTg0MjUyNjd9LHsieCI6MTY4LjQ0NTMxMjUsInkiOjM4My43NjU2MjV9LHsieCI6MTY4LjQ0NTMxMjUsInkiOjQ0NS4yNjU2MjV9XQ==\" marker-end=\"url(#mermaid-1772805097341_flowchart-v2-pointEnd)\"></path><path d=\"M461.891,322.266L461.891,332.516C461.891,342.766,461.891,363.266,461.891,383.099C461.891,402.932,461.891,422.099,461.891,431.682L461.891,441.266\" id=\"L_B_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_D_0\" data-points=\"W3sieCI6NDYxLjg5MDYyNSwieSI6MzIyLjI2NTYyNX0seyJ4Ijo0NjEuODkwNjI1LCJ5IjozODMuNzY1NjI1fSx7IngiOjQ2MS44OTA2MjUsInkiOjQ0NS4yNjU2MjV9XQ==\" marker-end=\"url(#mermaid-1772805097341_flowchart-v2-pointEnd)\"></path><path d=\"M461.891,595.266L461.891,601.516C461.891,607.766,461.891,620.266,461.891,632.099C461.891,643.932,461.891,655.099,461.891,660.682L461.891,666.266\" id=\"L_D_E_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_E_0\" data-points=\"W3sieCI6NDYxLjg5MDYyNSwieSI6NTk1LjI2NTYyNX0seyJ4Ijo0NjEuODkwNjI1LCJ5Ijo2MzIuNzY1NjI1fSx7IngiOjQ2MS44OTA2MjUsInkiOjY3MC4yNjU2MjV9XQ==\" marker-end=\"url(#mermaid-1772805097341_flowchart-v2-pointEnd)\"></path><path d=\"M510.1,274.056L551.732,292.341C593.363,310.626,676.627,347.196,718.259,375.064C759.891,402.932,759.891,422.099,759.891,431.682L759.891,441.266\" id=\"L_B_F_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_F_0\" data-points=\"W3sieCI6NTEwLjA5OTc4MDMyNzI0OTIsInkiOjI3NC4wNTY0Njk2NzI3NTA4fSx7IngiOjc1OS44OTA2MjUsInkiOjM4My43NjU2MjV9LHsieCI6NzU5Ljg5MDYyNSwieSI6NDQ1LjI2NTYyNX1d\" marker-end=\"url(#mermaid-1772805097341_flowchart-v2-pointEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(168.4453125, 383.765625)\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(-76.9765625, -12)\"><foreignObject width=\"153.953125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Modifying same PNR</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(461.890625, 383.765625)\"><g class=\"label\" data-id=\"L_B_D_0\" transform=\"translate(-69.625, -12)\"><foreignObject width=\"139.25\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Cancel and rebook</p></span></div></foreignObject></g></g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_D_E_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(759.890625, 383.765625)\"><g class=\"label\" data-id=\"L_B_F_0\" transform=\"translate(-66.8515625, -24)\"><foreignObject width=\"133.703125\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>Rate assurance<br>or manual rebook</p></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"flowchart-A-0\" transform=\"translate(461.890625, 77)\"><g class=\"basic label-container outer-path\"><path d=\"M-44.5703125 -31.5 C-18.823702926716745 -31.5, 6.92290664656651 -31.5, 44.5703125 -31.5 C44.5703125 -31.5, 44.5703125 -31.5, 44.5703125 -31.5 C44.98882226094091 -31.486579206546455, 45.407332021881814 -31.473158413092914, 46.58852442939246 -31.435279871635593 C47.231884721940155 -31.373215677967472, 47.87524501448785 -31.311151484299355, 48.59844309306194 -31.241385435432253 C49.13894742612051 -31.154000886537048, 49.67945175917908 -31.066616337641847, 50.591809304093225 -30.91911344521856 C51.2639292635415 -30.765706450467118, 51.93604922298977 -30.61229945571568, 52.56043189314948 -30.469788185729428 C53.020343102743894 -30.333288952845006, 53.48025431233831 -30.196789719960588, 54.49622136774405 -29.895256030836062 C55.103941907094125 -29.67160925464815, 55.7116624464442 -29.447962478460237, 56.39122315370028 -29.197877856399685 C56.94121663224019 -28.954412058426936, 57.4912101107801 -28.710946260454186, 58.23765028220308 -28.380519338926202 C58.625077771162886 -28.17839866609502, 59.012505260122694 -27.97627799326384, 60.027915388124036 -27.44653917988677 C60.67826317946515 -27.052294526907943, 61.32861097080626 -26.658049873929116, 61.754661888132276 -26.399775304092984 C62.313712624723166 -26.009805711163516, 62.87276336131406 -25.619836118234048, 63.4107942104733 -25.244529088840633 C63.861133932153955 -24.885395144843603, 64.31147365383461 -24.526261200846573, 64.98950695219533 -23.985547688627737 C65.42859946010799 -23.586775490692585, 65.86769196802065 -23.18800329275743, 66.48431284400982 -22.62800452807842 C66.83378196298499 -22.26714897078829, 67.18325108196017 -21.90629341349816, 67.88906940787243 -21.177478043231485 C68.3057668455777 -20.68800152214698, 68.72246428328296 -20.198525001062478, 69.19800419774293 -19.63992875855011 C69.5749330363181 -19.134878453782992, 69.95186187489328 -18.62982814901587, 70.4057385198041 -18.02167479384835 C70.7688840372712 -17.463785760793595, 71.13202955473831 -16.905896727738842, 71.5073095346684 -16.329365901781543 C71.83672484894251 -15.744455654370176, 72.16614016321664 -15.15954540695881, 72.4981906507495 -14.56995614258631 C72.84051341502884 -13.859115598026479, 73.18283617930818 -13.148275053466648, 73.37431012499809 -12.750675308355413 C73.55587849601314 -12.302197921562595, 73.7374468670282 -11.853720534769776, 74.13206779456745 -10.878999214271206 C74.260550882882 -10.492028623267895, 74.38903397119654 -10.105058032264587, 74.76834987065482 -8.962618978877531 C74.94381801533149 -8.293482894850426, 75.11928616000816 -7.6243468108233206, 75.28054173372745 -7.009409419623907 C75.4060486793679 -6.364957779662523, 75.53155562500835 -5.72050613970114, 75.66653867755518 -5.027396693551458 C75.75082557388252 -4.373684169966911, 75.83511247020985 -3.7199716463823638, 75.92475455789975 -3.024725316091981 C75.96596621889084 -2.38282043070158, 76.00717787988195 -1.7409155453111784, 76.05412831032167 -1.0096246935071378 C76.05412831032167 -0.2609522121729514, 76.05412831032167 0.487720269161235, 76.05412831032167 1.00962469350713 C76.0121238160479 1.6638785972386478, 75.97011932177412 2.318132500970165, 75.92475455789975 3.02472531609196 C75.83596206634016 3.713382346567386, 75.74716957478059 4.402039377042812, 75.66653867755518 5.027396693551435 C75.52645371023979 5.746703393747669, 75.38636874292439 6.466010093943902, 75.28054173372745 7.0094094196239 C75.12057675872863 7.619425198553095, 74.96061178372982 8.229440977482291, 74.76834987065482 8.96261897887751 C74.61641138152027 9.420233500040066, 74.46447289238571 9.877848021202622, 74.13206779456746 10.878999214271184 C73.87748309399824 11.507828346737515, 73.622898393429 12.136657479203844, 73.37431012499809 12.750675308355405 C73.15251362752109 13.211240481051192, 72.9307171300441 13.67180565374698, 72.4981906507495 14.569956142586303 C72.25548222824031 15.000909523644195, 72.0127738057311 15.431862904702086, 71.50730953466841 16.329365901781536 C71.18810304602053 16.81975278728867, 70.86889655737264 17.31013967279581, 70.40573851980412 18.021674793848334 C70.0673980639653 18.475020181222717, 69.7290576081265 18.9283655685971, 69.19800419774295 19.639928758550102 C68.8552234445122 20.04257853607233, 68.51244269128148 20.445228313594555, 67.88906940787246 21.177478043231467 C67.42326893611033 21.65845527325581, 66.95746846434821 22.139432503280155, 66.48431284400982 22.628004528078414 C66.03513466230326 23.03593626810088, 65.5859564805967 23.44386800812335, 64.98950695219536 23.985547688627715 C64.49803391192047 24.377484359600068, 64.00656087164559 24.76942103057242, 63.41079421047331 25.24452908884063 C62.79970195940208 25.67080058943073, 62.18860970833085 26.097072090020834, 61.7546618881323 26.399775304092973 C61.39896506258323 26.615400810047387, 61.043268237034155 26.8310263160018, 60.02791538812404 27.446539179886766 C59.409610925967094 27.769108221751136, 58.791306463810145 28.09167726361551, 58.237650282203084 28.3805193389262 C57.684358430346904 28.625445228923294, 57.13106657849072 28.87037111892039, 56.391223153700295 29.197877856399682 C55.97764834928375 29.350077207468555, 55.564073544867206 29.502276558537424, 54.49622136774407 29.895256030836055 C54.06850496924759 30.02220001278062, 53.64078857075112 30.149143994725186, 52.56043189314951 30.46978818572942 C52.10684840352021 30.573315657328422, 51.65326491389091 30.67684312892742, 50.59180930409324 30.919113445218557 C50.15928285248965 30.989040967621094, 49.72675640088607 31.058968490023634, 48.59844309306196 31.24138543543225 C47.854498902541984 31.31315283676792, 47.11055471202201 31.38492023810359, 46.58852442939246 31.435279871635593 C45.812925467185444 31.460151820741775, 45.037326504978424 31.485023769847956, 44.57031250000001 31.5 C44.57031250000001 31.5, 44.5703125 31.5, 44.5703125 31.5 C13.602555745388056 31.5, -17.365201009223888 31.5, -44.57031249999999 31.5 C-45.180066877782856 31.4804463639194, -45.78982125556573 31.4608927278388, -46.58852442939244 31.435279871635593 C-47.14478724578783 31.381617866741845, -47.701050062183214 31.3279558618481, -48.598443093061945 31.24138543543225 C-49.09266132982355 31.1614840636323, -49.586879566585154 31.081582691832352, -50.591809304093225 30.919113445218557 C-51.29503168201239 30.758607526413382, -51.99825405993156 30.598101607608207, -52.56043189314947 30.469788185729428 C-53.190673561520434 30.28273576676295, -53.8209152298914 30.095683347796477, -54.496221367744035 29.89525603083607 C-54.8768212433455 29.755191758388044, -55.25742111894698 29.61512748594002, -56.39122315370029 29.197877856399685 C-57.03685820790096 28.912074369988456, -57.68249326210164 28.626270883577227, -58.23765028220308 28.380519338926206 C-58.71742260460704 28.1302224256369, -59.19719492701099 27.879925512347594, -60.02791538812403 27.446539179886773 C-60.70911231204031 27.033593601451255, -61.39030923595659 26.620648023015736, -61.75466188813226 26.399775304092994 C-62.3461922770475 25.987149311723545, -62.937722665962745 25.5745233193541, -63.4107942104733 25.244529088840636 C-63.91774593477622 24.840248579261008, -64.42469765907914 24.43596806968138, -64.98950695219533 23.98554768862774 C-65.44227817661829 23.574352842276934, -65.89504940104126 23.16315799592613, -66.4843128440098 22.628004528078435 C-66.86319621394678 22.23677634171533, -67.24207958388375 21.845548155352226, -67.88906940787244 21.177478043231478 C-68.31334423309504 20.67910069160355, -68.73761905831763 20.180723339975625, -69.19800419774293 19.639928758550113 C-69.67850705486829 18.99609870471294, -70.15900991199366 18.352268650875768, -70.4057385198041 18.021674793848355 C-70.68298951154493 17.595742818218845, -70.96024050328577 17.169810842589335, -71.5073095346684 16.329365901781557 C-71.80239113386229 15.805418642160792, -72.09747273305616 15.281471382540024, -72.4981906507495 14.569956142586314 C-72.80934391563243 13.9238397304436, -73.12049718051533 13.277723318300886, -73.37431012499809 12.750675308355417 C-73.58713017428136 12.225005672029996, -73.79995022356464 11.699336035704574, -74.13206779456745 10.878999214271209 C-74.2942183689598 10.390627519386992, -74.45636894335215 9.902255824502774, -74.76834987065482 8.962618978877522 C-74.92367490768349 8.370297294390282, -75.07899994471217 7.7779756099030415, -75.28054173372743 7.009409419623911 C-75.40649989573694 6.36264087897203, -75.53245805774647 5.715872338320149, -75.66653867755518 5.027396693551461 C-75.74358842227132 4.429814088726169, -75.82063816698745 3.832231483900877, -75.92475455789975 3.024725316091999 C-75.95723562500596 2.5188064776671064, -75.9897166921122 2.0128876392422135, -76.05412831032167 1.0096246935071416 C-76.05412831032167 0.3803038614058525, -76.05412831032167 -0.2490169706954366, -76.05412831032167 -1.0096246935071262 C-76.01412756882189 -1.632668530383589, -75.97412682732211 -2.2557123672600516, -75.92475455789975 -3.024725316091956 C-75.82194513428121 -3.822094903660307, -75.71913571066268 -4.6194644912286575, -75.66653867755518 -5.027396693551446 C-75.52925069559734 -5.732341465079682, -75.3919627136395 -6.437286236607919, -75.28054173372745 -7.009409419623896 C-75.12057226769714 -7.619442324802575, -74.96060280166685 -8.229475229981254, -74.76834987065482 -8.962618978877506 C-74.60061553118233 -9.467808084530944, -74.43288119170984 -9.972997190184381, -74.13206779456746 -10.878999214271168 C-73.94393420878625 -11.34369280846621, -73.75580062300503 -11.808386402661254, -73.37431012499809 -12.750675308355401 C-73.04706996370133 -13.430196505105906, -72.71982980240458 -14.109717701856411, -72.4981906507495 -14.5699561425863 C-72.15057304266514 -15.187186405839881, -71.80295543458077 -15.804416669093463, -71.5073095346684 -16.329365901781546 C-71.2512649871476 -16.72271908436149, -70.99522043962678 -17.116072266941433, -70.40573851980412 -18.021674793848344 C-69.97781400730668 -18.595054655869827, -69.54988949480925 -19.168434517891313, -69.19800419774295 -19.639928758550102 C-68.91893546061151 -19.967738776645675, -68.63986672348007 -20.295548794741247, -67.88906940787246 -21.177478043231467 C-67.56198861998266 -21.515215810559777, -67.23490783209287 -21.852953577888083, -66.48431284400984 -22.628004528078403 C-66.06895385632181 -23.005222570900077, -65.65359486863379 -23.38244061372175, -64.98950695219536 -23.98554768862771 C-64.57886035475912 -24.31302742231822, -64.16821375732287 -24.64050715600873, -63.41079421047331 -25.244529088840626 C-62.84281060408855 -25.6407298650406, -62.274826997703784 -26.036930641240577, -61.754661888132304 -26.39977530409297 C-61.15459222147601 -26.7635410624208, -60.55452255481972 -27.12730682074863, -60.02791538812404 -27.446539179886763 C-59.546458511399564 -27.697714924086075, -59.06500163467509 -27.94889066828539, -58.23765028220309 -28.3805193389262 C-57.85424921061308 -28.550239620130398, -57.47084813902306 -28.7199599013346, -56.3912231537003 -29.19787785639968 C-55.85738816798962 -29.394334065857723, -55.32355318227893 -29.590790275315772, -54.49622136774408 -29.895256030836055 C-53.823560890592894 -30.09489812958763, -53.150900413441704 -30.294540228339205, -52.56043189314951 -30.469788185729417 C-51.991933854236194 -30.59954415331498, -51.423435815322875 -30.729300120900543, -50.59180930409324 -30.919113445218553 C-50.1399437854881 -30.9921675579972, -49.68807826688297 -31.065221670775845, -48.59844309306196 -31.24138543543225 C-47.94948843130289 -31.30398931116998, -47.300533769543826 -31.366593186907707, -46.58852442939246 -31.435279871635593 C-45.93260302980835 -31.456313994246702, -45.27668163022424 -31.47734811685781, -44.57031250000001 -31.5 C-44.57031250000001 -31.5, -44.5703125 -31.5, -44.5703125 -31.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#f0f0f0\" style=\"fill:#f0f0f0 !important;stroke:#999 !important\"></path><path d=\"M-44.5703125 -31.5 C-26.397288514293578 -31.5, -8.224264528587156 -31.5, 44.5703125 -31.5 M-44.5703125 -31.5 C-15.315649783455953 -31.5, 13.939012933088094 -31.5, 44.5703125 -31.5 M44.5703125 -31.5 C44.5703125 -31.5, 44.5703125 -31.5, 44.5703125 -31.5 M44.5703125 -31.5 C44.5703125 -31.5, 44.5703125 -31.5, 44.5703125 -31.5 M44.5703125 -31.5 C45.093091053419634 -31.483235509318558, 45.61586960683927 -31.46647101863711, 46.58852442939246 -31.435279871635593 M44.5703125 -31.5 C45.22132531309023 -31.479123286203766, 45.87233812618047 -31.45824657240753, 46.58852442939246 -31.435279871635593 M46.58852442939246 -31.435279871635593 C47.04446683513821 -31.39129565610427, 47.500409240883954 -31.34731144057295, 48.59844309306194 -31.241385435432253 M46.58852442939246 -31.435279871635593 C46.99885798393268 -31.395695487127398, 47.409191538472896 -31.356111102619206, 48.59844309306194 -31.241385435432253 M48.59844309306194 -31.241385435432253 C49.33952830558898 -31.12157252547254, 50.08061351811602 -31.001759615512825, 50.591809304093225 -30.91911344521856 M48.59844309306194 -31.241385435432253 C49.00594181189222 -31.175504202771535, 49.413440530722504 -31.109622970110816, 50.591809304093225 -30.91911344521856 M50.591809304093225 -30.91911344521856 C51.1368287568375 -30.794716311713987, 51.68184820958177 -30.670319178209418, 52.56043189314948 -30.469788185729428 M50.591809304093225 -30.91911344521856 C51.252115866329895 -30.768402781291048, 51.91242242856656 -30.617692117363536, 52.56043189314948 -30.469788185729428 M52.56043189314948 -30.469788185729428 C52.99083766359798 -30.342046012306305, 53.42124343404648 -30.21430383888318, 54.49622136774405 -29.895256030836062 M52.56043189314948 -30.469788185729428 C53.26471214267994 -30.260761504511255, 53.968992392210396 -30.051734823293085, 54.49622136774405 -29.895256030836062 M54.49622136774405 -29.895256030836062 C55.03321410317361 -29.69763774029155, 55.57020683860317 -29.500019449747043, 56.39122315370028 -29.197877856399685 M54.49622136774405 -29.895256030836062 C54.92222615884473 -29.73848232976589, 55.34823094994542 -29.58170862869572, 56.39122315370028 -29.197877856399685 M56.39122315370028 -29.197877856399685 C56.88898461471406 -28.977533623178005, 57.386746075727835 -28.757189389956327, 58.23765028220308 -28.380519338926202 M56.39122315370028 -29.197877856399685 C57.116100895817084 -28.876995982698805, 57.84097863793388 -28.556114108997924, 58.23765028220308 -28.380519338926202 M58.23765028220308 -28.380519338926202 C58.71201908459356 -28.13304143856681, 59.186387886984036 -27.885563538207414, 60.027915388124036 -27.44653917988677 M58.23765028220308 -28.380519338926202 C58.65382800157655 -28.163399689303613, 59.07000572095002 -27.946280039681028, 60.027915388124036 -27.44653917988677 M60.027915388124036 -27.44653917988677 C60.432702424125175 -27.201154899870215, 60.837489460126314 -26.955770619853656, 61.754661888132276 -26.399775304092984 M60.027915388124036 -27.44653917988677 C60.45210467874039 -27.189393139102165, 60.87629396935675 -26.932247098317557, 61.754661888132276 -26.399775304092984 M61.754661888132276 -26.399775304092984 C62.2023108654608 -26.087514755920505, 62.64995984278933 -25.775254207748027, 63.4107942104733 -25.244529088840633 M61.754661888132276 -26.399775304092984 C62.22205349410324 -26.07374315282416, 62.6894451000742 -25.747711001555338, 63.4107942104733 -25.244529088840633 M63.4107942104733 -25.244529088840633 C63.76036464068999 -24.965755973202644, 64.10993507090669 -24.686982857564654, 64.98950695219533 -23.985547688627737 M63.4107942104733 -25.244529088840633 C63.7770574621505 -24.952443892302526, 64.1433207138277 -24.66035869576442, 64.98950695219533 -23.985547688627737 M64.98950695219533 -23.985547688627737 C65.32774956792173 -23.678364694434226, 65.66599218364811 -23.37118170024071, 66.48431284400982 -22.62800452807842 M64.98950695219533 -23.985547688627737 C65.55573044346457 -23.47131849530963, 66.12195393473381 -22.957089301991527, 66.48431284400982 -22.62800452807842 M66.48431284400982 -22.62800452807842 C66.91779489370626 -22.1803987222287, 67.35127694340268 -21.732792916378973, 67.88906940787243 -21.177478043231485 M66.48431284400982 -22.62800452807842 C66.94108108418698 -22.156353818725563, 67.39784932436412 -21.684703109372702, 67.88906940787243 -21.177478043231485 M67.88906940787243 -21.177478043231485 C68.28737315900634 -20.709607793024105, 68.68567691014026 -20.241737542816725, 69.19800419774293 -19.63992875855011 M67.88906940787243 -21.177478043231485 C68.35075280177306 -20.635158458226478, 68.8124361956737 -20.09283887322147, 69.19800419774293 -19.63992875855011 M69.19800419774293 -19.63992875855011 C69.53717132476883 -19.185475707096312, 69.87633845179475 -18.731022655642516, 70.4057385198041 -18.02167479384835 M69.19800419774293 -19.63992875855011 C69.45263289093903 -19.298749506818506, 69.70726158413513 -18.9575702550869, 70.4057385198041 -18.02167479384835 M70.4057385198041 -18.02167479384835 C70.77331424476603 -17.456979772404264, 71.14088996972797 -16.89228475096018, 71.5073095346684 -16.329365901781543 M70.4057385198041 -18.02167479384835 C70.82769971863976 -17.37342907998965, 71.24966091747542 -16.725183366130945, 71.5073095346684 -16.329365901781543 M71.5073095346684 -16.329365901781543 C71.82003526043582 -15.774089708767915, 72.13276098620324 -15.218813515754288, 72.4981906507495 -14.56995614258631 M71.5073095346684 -16.329365901781543 C71.89430407001429 -15.642217916828885, 72.28129860536016 -14.95506993187623, 72.4981906507495 -14.56995614258631 M72.4981906507495 -14.56995614258631 C72.6987874111197 -14.153412677594508, 72.8993841714899 -13.736869212602704, 73.37431012499809 -12.750675308355413 M72.4981906507495 -14.56995614258631 C72.74398483068113 -14.05955926880535, 72.98977901061275 -13.549162395024387, 73.37431012499809 -12.750675308355413 M73.37431012499809 -12.750675308355413 C73.543106488428 -12.333745027227875, 73.7119028518579 -11.916814746100336, 74.13206779456745 -10.878999214271206 M73.37431012499809 -12.750675308355413 C73.59674863326003 -12.20124789239241, 73.81918714152198 -11.651820476429405, 74.13206779456745 -10.878999214271206 M74.13206779456745 -10.878999214271206 C74.28733195169353 -10.41136831099139, 74.44259610881963 -9.943737407711575, 74.76834987065482 -8.962618978877531 M74.13206779456745 -10.878999214271206 C74.35744823647687 -10.20018923273684, 74.58282867838629 -9.521379251202474, 74.76834987065482 -8.962618978877531 M74.76834987065482 -8.962618978877531 C74.88104467021395 -8.532864865923436, 74.99373946977309 -8.103110752969341, 75.28054173372745 -7.009409419623907 M74.76834987065482 -8.962618978877531 C74.9378863918641 -8.316102745913431, 75.10742291307339 -7.669586512949331, 75.28054173372745 -7.009409419623907 M75.28054173372745 -7.009409419623907 C75.3726969608652 -6.5362118052857, 75.46485218800295 -6.063014190947494, 75.66653867755518 -5.027396693551458 M75.28054173372745 -7.009409419623907 C75.41270589154311 -6.330774402145084, 75.54487004935879 -5.6521393846662615, 75.66653867755518 -5.027396693551458 M75.66653867755518 -5.027396693551458 C75.74896676563016 -4.388100719708971, 75.83139485370515 -3.748804745866484, 75.92475455789975 -3.024725316091981 M75.66653867755518 -5.027396693551458 C75.7258308130308 -4.567538599359056, 75.78512294850641 -4.107680505166654, 75.92475455789975 -3.024725316091981 M75.92475455789975 -3.024725316091981 C75.95325662451185 -2.5807826221542602, 75.98175869112397 -2.1368399282165393, 76.05412831032167 -1.0096246935071378 M75.92475455789975 -3.024725316091981 C75.96308563818839 -2.4276878003052165, 76.00141671847703 -1.8306502845184514, 76.05412831032167 -1.0096246935071378 M76.05412831032167 -1.0096246935071378 C76.05412831032167 -0.4396478488390356, 76.05412831032167 0.13032899582906654, 76.05412831032167 1.00962469350713 M76.05412831032167 -1.0096246935071378 C76.05412831032167 -0.3575618764074058, 76.05412831032167 0.29450094069232624, 76.05412831032167 1.00962469350713 M76.05412831032167 1.00962469350713 C76.02372866205359 1.4831237534370187, 75.9933290137855 1.9566228133669075, 75.92475455789975 3.02472531609196 M76.05412831032167 1.00962469350713 C76.01889008950828 1.5584884264556165, 75.98365186869488 2.107352159404103, 75.92475455789975 3.02472531609196 M75.92475455789975 3.02472531609196 C75.86138790470925 3.516184565076491, 75.79802125151875 4.007643814061022, 75.66653867755518 5.027396693551435 M75.92475455789975 3.02472531609196 C75.83153881965879 3.7476881743592627, 75.73832308141783 4.470651032626566, 75.66653867755518 5.027396693551435 M75.66653867755518 5.027396693551435 C75.54512475259602 5.650831537374601, 75.42371082763687 6.2742663811977675, 75.28054173372745 7.0094094196239 M75.66653867755518 5.027396693551435 C75.54067294862611 5.673690609870996, 75.41480721969704 6.319984526190556, 75.28054173372745 7.0094094196239 M75.28054173372745 7.0094094196239 C75.17564774192316 7.409415671717299, 75.07075375011885 7.809421923810697, 74.76834987065482 8.96261897887751 M75.28054173372745 7.0094094196239 C75.1158598158954 7.637412945912136, 74.95117789806338 8.265416472200371, 74.76834987065482 8.96261897887751 M74.76834987065482 8.96261897887751 C74.6277757909036 9.386005709650211, 74.48720171115238 9.809392440422913, 74.13206779456746 10.878999214271184 M74.76834987065482 8.96261897887751 C74.63884837274563 9.352656857318344, 74.50934687483644 9.74269473575918, 74.13206779456746 10.878999214271184 M74.13206779456746 10.878999214271184 C73.90795817719577 11.43255430204397, 73.68384855982406 11.986109389816756, 73.37431012499809 12.750675308355405 M74.13206779456746 10.878999214271184 C73.87794340841096 11.50669136123852, 73.62381902225444 12.134383508205856, 73.37431012499809 12.750675308355405 M73.37431012499809 12.750675308355405 C73.07710460636906 13.367828926967956, 72.77989908774003 13.984982545580506, 72.4981906507495 14.569956142586303 M73.37431012499809 12.750675308355405 C73.07927113740213 13.363330078921463, 72.78423214980617 13.97598484948752, 72.4981906507495 14.569956142586303 M72.4981906507495 14.569956142586303 C72.25130311267473 15.008329966512203, 72.00441557459996 15.446703790438104, 71.50730953466841 16.329365901781536 M72.4981906507495 14.569956142586303 C72.2253614636452 15.054391991240953, 71.95253227654091 15.538827839895603, 71.50730953466841 16.329365901781536 M71.50730953466841 16.329365901781536 C71.22172424138954 16.76810160264679, 70.93613894811067 17.206837303512042, 70.40573851980412 18.021674793848334 M71.50730953466841 16.329365901781536 C71.26410108574099 16.70299938994694, 71.02089263681357 17.076632878112342, 70.40573851980412 18.021674793848334 M70.40573851980412 18.021674793848334 C70.03379570891256 18.520044275755872, 69.66185289802101 19.018413757663406, 69.19800419774295 19.639928758550102 M70.40573851980412 18.021674793848334 C70.12036773010469 18.404045654231812, 69.83499694040525 18.786416514615286, 69.19800419774295 19.639928758550102 M69.19800419774295 19.639928758550102 C68.6927409207108 20.233439754046987, 68.18747764367865 20.82695074954387, 67.88906940787246 21.177478043231467 M69.19800419774295 19.639928758550102 C68.79562536936325 20.112585826368846, 68.39324654098355 20.58524289418759, 67.88906940787246 21.177478043231467 M67.88906940787246 21.177478043231467 C67.49287348086459 21.586582866157634, 67.09667755385672 21.995687689083802, 66.48431284400982 22.628004528078414 M67.88906940787246 21.177478043231467 C67.5418622726919 21.53599791654133, 67.19465513751135 21.894517789851193, 66.48431284400982 22.628004528078414 M66.48431284400982 22.628004528078414 C66.04920779354396 23.023155422662725, 65.6141027430781 23.41830631724704, 64.98950695219536 23.985547688627715 M66.48431284400982 22.628004528078414 C66.14720097276276 22.93416061005366, 65.81008910151569 23.240316692028905, 64.98950695219536 23.985547688627715 M64.98950695219536 23.985547688627715 C64.42230748753995 24.43787416787875, 63.855108022884544 24.890200647129785, 63.41079421047331 25.24452908884063 M64.98950695219536 23.985547688627715 C64.54790319568188 24.33771493287771, 64.10629943916842 24.689882177127707, 63.41079421047331 25.24452908884063 M63.41079421047331 25.24452908884063 C62.91404328330685 25.591041031630898, 62.41729235614039 25.937552974421166, 61.7546618881323 26.399775304092973 M63.41079421047331 25.24452908884063 C63.03624295168617 25.505799832907872, 62.66169169289903 25.76707057697511, 61.7546618881323 26.399775304092973 M61.7546618881323 26.399775304092973 C61.3832772861818 26.624910832293537, 61.011892684231306 26.8500463604941, 60.02791538812404 27.446539179886766 M61.7546618881323 26.399775304092973 C61.31213725621823 26.668036336522675, 60.86961262430417 26.936297368952378, 60.02791538812404 27.446539179886766 M60.02791538812404 27.446539179886766 C59.61264840447651 27.663183699264486, 59.197381420828975 27.879828218642206, 58.237650282203084 28.3805193389262 M60.02791538812404 27.446539179886766 C59.440063270614374 27.75322125305431, 58.8522111531047 28.059903326221853, 58.237650282203084 28.3805193389262 M58.237650282203084 28.3805193389262 C57.546405183446794 28.6865130390883, 56.8551600846905 28.992506739250402, 56.391223153700295 29.197877856399682 M58.237650282203084 28.3805193389262 C57.70970918533586 28.61422320169311, 57.181768088468644 28.84792706446002, 56.391223153700295 29.197877856399682 M56.391223153700295 29.197877856399682 C55.872701102929994 29.388698764248446, 55.3541790521597 29.57951967209721, 54.49622136774407 29.895256030836055 M56.391223153700295 29.197877856399682 C55.89835171741979 29.37925910100452, 55.40548028113929 29.560640345609357, 54.49622136774407 29.895256030836055 M54.49622136774407 29.895256030836055 C53.82264587776203 30.09516970059283, 53.14907038777999 30.2950833703496, 52.56043189314951 30.46978818572942 M54.49622136774407 29.895256030836055 C54.10351781594115 30.011808383668154, 53.71081426413824 30.12836073650025, 52.56043189314951 30.46978818572942 M52.56043189314951 30.46978818572942 C52.107625761988565 30.57313823033076, 51.65481963082762 30.676488274932094, 50.59180930409324 30.919113445218557 M52.56043189314951 30.46978818572942 C51.85314453340162 30.631221910110515, 51.14585717365372 30.792655634491613, 50.59180930409324 30.919113445218557 M50.59180930409324 30.919113445218557 C49.82915673056882 31.042413198846944, 49.06650415704439 31.16571295247533, 48.59844309306196 31.24138543543225 M50.59180930409324 30.919113445218557 C50.11693850076754 30.995886874022176, 49.64206769744184 31.072660302825792, 48.59844309306196 31.24138543543225 M48.59844309306196 31.24138543543225 C48.019182008586995 31.29726605558817, 47.43992092411204 31.35314667574409, 46.58852442939246 31.435279871635593 M48.59844309306196 31.24138543543225 C47.92216123384297 31.306625533043174, 47.24587937462398 31.371865630654096, 46.58852442939246 31.435279871635593 M46.58852442939246 31.435279871635593 C46.02462232966602 31.45336311440497, 45.46072022993959 31.471446357174344, 44.57031250000001 31.5 M46.58852442939246 31.435279871635593 C45.838334148414546 31.459337013789757, 45.08814386743664 31.48339415594392, 44.57031250000001 31.5 M44.57031250000001 31.5 C44.57031250000001 31.5, 44.57031250000001 31.5, 44.5703125 31.5 M44.57031250000001 31.5 C44.57031250000001 31.5, 44.5703125 31.5, 44.5703125 31.5 M44.5703125 31.5 C22.248736647194434 31.5, -0.07283920561113177 31.5, -44.57031249999999 31.5 M44.5703125 31.5 C14.866104345165901 31.5, -14.838103809668198 31.5, -44.57031249999999 31.5 M-44.57031249999999 31.5 C-45.117879035845434 31.482440606969043, -45.665445571690874 31.464881213938085, -46.58852442939244 31.435279871635593 M-44.57031249999999 31.5 C-45.05684186825429 31.48439795013205, -45.54337123650859 31.4687959002641, -46.58852442939244 31.435279871635593 M-46.58852442939244 31.435279871635593 C-47.13384187377672 31.38267375361602, -47.679159318160984 31.33006763559645, -48.598443093061945 31.24138543543225 M-46.58852442939244 31.435279871635593 C-47.22873208037134 31.37351980950801, -47.86893973135023 31.311759747380425, -48.598443093061945 31.24138543543225 M-48.598443093061945 31.24138543543225 C-49.14070563673132 31.153716632680617, -49.68296818040069 31.066047829928987, -50.591809304093225 30.919113445218557 M-48.598443093061945 31.24138543543225 C-49.24857540340454 31.136277085347427, -49.898707713747136 31.031168735262604, -50.591809304093225 30.919113445218557 M-50.591809304093225 30.919113445218557 C-51.186848272376665 30.783299683700015, -51.78188724066011 30.64748592218147, -52.56043189314947 30.469788185729428 M-50.591809304093225 30.919113445218557 C-51.18752260201064 30.783145772361472, -51.78323589992806 30.647178099504387, -52.56043189314947 30.469788185729428 M-52.56043189314947 30.469788185729428 C-53.28412118962466 30.255001001258226, -54.00781048609986 30.040213816787027, -54.496221367744035 29.89525603083607 M-52.56043189314947 30.469788185729428 C-52.9948150357117 30.340865549140602, -53.42919817827393 30.211942912551777, -54.496221367744035 29.89525603083607 M-54.496221367744035 29.89525603083607 C-54.886436901769535 29.751653107201832, -55.27665243579503 29.608050183567595, -56.39122315370029 29.197877856399685 M-54.496221367744035 29.89525603083607 C-55.026571538067124 29.70008226565394, -55.55692170839021 29.50490850047181, -56.39122315370029 29.197877856399685 M-56.39122315370029 29.197877856399685 C-56.892815324356505 28.975837881653263, -57.39440749501272 28.75379790690684, -58.23765028220308 28.380519338926206 M-56.39122315370029 29.197877856399685 C-56.90669185084438 28.96969515500961, -57.42216054798848 28.74151245361954, -58.23765028220308 28.380519338926206 M-58.23765028220308 28.380519338926206 C-58.77732209504053 28.098972899845197, -59.316993907877986 27.817426460764192, -60.02791538812403 27.446539179886773 M-58.23765028220308 28.380519338926206 C-58.739327513491105 28.118794648702846, -59.241004744779126 27.857069958479485, -60.02791538812403 27.446539179886773 M-60.02791538812403 27.446539179886773 C-60.63921078948489 27.075968315211295, -61.250506190845755 26.705397450535813, -61.75466188813226 26.399775304092994 M-60.02791538812403 27.446539179886773 C-60.39495267536148 27.22403901941291, -60.76198996259894 27.001538858939046, -61.75466188813226 26.399775304092994 M-61.75466188813226 26.399775304092994 C-62.28314900697955 26.031125567823775, -62.81163612582684 25.66247583155456, -63.4107942104733 25.244529088840636 M-61.75466188813226 26.399775304092994 C-62.2016392501412 26.087983245693707, -62.648616612150136 25.776191187294415, -63.4107942104733 25.244529088840636 M-63.4107942104733 25.244529088840636 C-64.01036912234817 24.766384051978914, -64.60994403422305 24.288239015117192, -64.98950695219533 23.98554768862774 M-63.4107942104733 25.244529088840636 C-63.890544665126846 24.8619408679502, -64.3702951197804 24.479352647059763, -64.98950695219533 23.98554768862774 M-64.98950695219533 23.98554768862774 C-65.57237633895004 23.456201133455995, -66.15524572570475 22.926854578284253, -66.4843128440098 22.628004528078435 M-64.98950695219533 23.98554768862774 C-65.5482242542069 23.478135417790572, -66.10694155621846 22.970723146953404, -66.4843128440098 22.628004528078435 M-66.4843128440098 22.628004528078435 C-66.78222081661997 22.32039008765902, -67.08012878923013 22.012775647239607, -67.88906940787244 21.177478043231478 M-66.4843128440098 22.628004528078435 C-66.9392596639257 22.15823458468672, -67.39420648384157 21.688464641295006, -67.88906940787244 21.177478043231478 M-67.88906940787244 21.177478043231478 C-68.3564145818283 20.628507809209182, -68.82375975578417 20.079537575186887, -69.19800419774293 19.639928758550113 M-67.88906940787244 21.177478043231478 C-68.40828862644801 20.56757360468212, -68.92750784502358 19.95766916613276, -69.19800419774293 19.639928758550113 M-69.19800419774293 19.639928758550113 C-69.57479461410561 19.135063926937203, -69.95158503046831 18.630199095324297, -70.4057385198041 18.021674793848355 M-69.19800419774293 19.639928758550113 C-69.49704340342127 19.239243465973217, -69.79608260909961 18.838558173396326, -70.4057385198041 18.021674793848355 M-70.4057385198041 18.021674793848355 C-70.84472651433731 17.34727134946339, -71.28371450887052 16.672867905078427, -71.5073095346684 16.329365901781557 M-70.4057385198041 18.021674793848355 C-70.77046383742503 17.461358763521606, -71.13518915504594 16.90104273319486, -71.5073095346684 16.329365901781557 M-71.5073095346684 16.329365901781557 C-71.71394844019329 15.962457600563951, -71.92058734571819 15.595549299346343, -72.4981906507495 14.569956142586314 M-71.5073095346684 16.329365901781557 C-71.80254140261333 15.805151824776935, -72.09777327055828 15.280937747772311, -72.4981906507495 14.569956142586314 M-72.4981906507495 14.569956142586314 C-72.77628426729386 13.99248879758177, -73.05437788383823 13.415021452577225, -73.37431012499809 12.750675308355417 M-72.4981906507495 14.569956142586314 C-72.70725985137278 14.135819474127814, -72.91632905199604 13.701682805669313, -73.37431012499809 12.750675308355417 M-73.37431012499809 12.750675308355417 C-73.58415109984541 12.232364043483273, -73.79399207469274 11.714052778611128, -74.13206779456745 10.878999214271209 M-73.37431012499809 12.750675308355417 C-73.56010990398046 12.291746262074607, -73.74590968296283 11.8328172157938, -74.13206779456745 10.878999214271209 M-74.13206779456745 10.878999214271209 C-74.28832732721418 10.408370398514755, -74.44458685986092 9.937741582758301, -74.76834987065482 8.962618978877522 M-74.13206779456745 10.878999214271209 C-74.2947047361631 10.389162658862764, -74.45734167775873 9.899326103454317, -74.76834987065482 8.962618978877522 M-74.76834987065482 8.962618978877522 C-74.87610970564515 8.55168402465146, -74.98386954063548 8.140749070425395, -75.28054173372743 7.009409419623911 M-74.76834987065482 8.962618978877522 C-74.91826533377316 8.39092634423453, -75.06818079689151 7.819233709591536, -75.28054173372743 7.009409419623911 M-75.28054173372743 7.009409419623911 C-75.36199711412588 6.591153256878629, -75.44345249452434 6.172897094133345, -75.66653867755518 5.027396693551461 M-75.28054173372743 7.009409419623911 C-75.36401421809822 6.580795854295717, -75.44748670246902 6.152182288967523, -75.66653867755518 5.027396693551461 M-75.66653867755518 5.027396693551461 C-75.73898267839212 4.465535328746185, -75.81142667922907 3.9036739639409097, -75.92475455789975 3.024725316091999 M-75.66653867755518 5.027396693551461 C-75.75677132979153 4.3275700612588635, -75.8470039820279 3.6277434289662653, -75.92475455789975 3.024725316091999 M-75.92475455789975 3.024725316091999 C-75.95825729232259 2.5028931845358677, -75.99176002674541 1.9810610529797366, -76.05412831032167 1.0096246935071416 M-75.92475455789975 3.024725316091999 C-75.9736998884798 2.2623622843479403, -76.02264521905985 1.4999992526038817, -76.05412831032167 1.0096246935071416 M-76.05412831032167 1.0096246935071416 C-76.05412831032167 0.5063142493356013, -76.05412831032167 0.0030038051640610686, -76.05412831032167 -1.0096246935071262 M-76.05412831032167 1.0096246935071416 C-76.05412831032167 0.5550398402556472, -76.05412831032167 0.1004549870041529, -76.05412831032167 -1.0096246935071262 M-76.05412831032167 -1.0096246935071262 C-76.02215535606169 -1.5076292642104379, -75.99018240180172 -2.0056338349137492, -75.92475455789975 -3.024725316091956 M-76.05412831032167 -1.0096246935071262 C-76.00700487727623 -1.7436102005404557, -75.95988144423077 -2.4775957075737853, -75.92475455789975 -3.024725316091956 M-75.92475455789975 -3.024725316091956 C-75.85806697669214 -3.5419410269856924, -75.79137939548454 -4.059156737879429, -75.66653867755518 -5.027396693551446 M-75.92475455789975 -3.024725316091956 C-75.83468210014506 -3.7233095116186563, -75.74460964239039 -4.421893707145357, -75.66653867755518 -5.027396693551446 M-75.66653867755518 -5.027396693551446 C-75.56218410639134 -5.563235361131318, -75.4578295352275 -6.09907402871119, -75.28054173372745 -7.009409419623896 M-75.66653867755518 -5.027396693551446 C-75.52961822029461 -5.730454303435621, -75.39269776303402 -6.433511913319796, -75.28054173372745 -7.009409419623896 M-75.28054173372745 -7.009409419623896 C-75.09992420439116 -7.698182339115557, -74.91930667505487 -8.386955258607218, -74.76834987065482 -8.962618978877506 M-75.28054173372745 -7.009409419623896 C-75.16842171567885 -7.436971641566408, -75.05630169763025 -7.864533863508919, -74.76834987065482 -8.962618978877506 M-74.76834987065482 -8.962618978877506 C-74.58688805678362 -9.509153050243839, -74.40542624291243 -10.055687121610172, -74.13206779456746 -10.878999214271168 M-74.76834987065482 -8.962618978877506 C-74.61346979089484 -9.429093102325002, -74.45858971113488 -9.895567225772496, -74.13206779456746 -10.878999214271168 M-74.13206779456746 -10.878999214271168 C-73.91168026656781 -11.423360669333269, -73.69129273856818 -11.967722124395369, -73.37431012499809 -12.750675308355401 M-74.13206779456746 -10.878999214271168 C-73.85164377945966 -11.571651953216927, -73.57121976435187 -12.264304692162684, -73.37431012499809 -12.750675308355401 M-73.37431012499809 -12.750675308355401 C-73.07098307429034 -13.380540419309229, -72.76765602358259 -14.010405530263059, -72.4981906507495 -14.5699561425863 M-73.37431012499809 -12.750675308355401 C-73.10261141625631 -13.314863490478793, -72.83091270751453 -13.879051672602184, -72.4981906507495 -14.5699561425863 M-72.4981906507495 -14.5699561425863 C-72.17497660668464 -15.14385540679444, -71.85176256261977 -15.71775467100258, -71.5073095346684 -16.329365901781546 M-72.4981906507495 -14.5699561425863 C-72.16010121676146 -15.170268167899613, -71.82201178277342 -15.770580193212927, -71.5073095346684 -16.329365901781546 M-71.5073095346684 -16.329365901781546 C-71.16219110644785 -16.859560484802333, -70.81707267822729 -17.389755067823124, -70.40573851980412 -18.021674793848344 M-71.5073095346684 -16.329365901781546 C-71.121912119238 -16.92143982557915, -70.73651470380763 -17.513513749376756, -70.40573851980412 -18.021674793848344 M-70.40573851980412 -18.021674793848344 C-70.07877104792523 -18.459781418816572, -69.75180357604636 -18.8978880437848, -69.19800419774295 -19.639928758550102 M-70.40573851980412 -18.021674793848344 C-69.9548517793614 -18.625821949414487, -69.50396503891871 -19.22996910498063, -69.19800419774295 -19.639928758550102 M-69.19800419774295 -19.639928758550102 C-68.86649093952559 -20.029343095290983, -68.53497768130823 -20.418757432031864, -67.88906940787246 -21.177478043231467 M-69.19800419774295 -19.639928758550102 C-68.75636755440316 -20.158700289653922, -68.31473091106336 -20.67747182075774, -67.88906940787246 -21.177478043231467 M-67.88906940787246 -21.177478043231467 C-67.35309895235068 -21.730911542550466, -66.81712849682889 -22.284345041869464, -66.48431284400984 -22.628004528078403 M-67.88906940787246 -21.177478043231467 C-67.43637595658691 -21.644921198507344, -66.98368250530137 -22.11236435378322, -66.48431284400984 -22.628004528078403 M-66.48431284400984 -22.628004528078403 C-66.00315398695076 -23.06498027129372, -65.52199512989169 -23.50195601450904, -64.98950695219536 -23.98554768862771 M-66.48431284400984 -22.628004528078403 C-65.93739886682206 -23.124697331609468, -65.39048488963428 -23.62139013514053, -64.98950695219536 -23.98554768862771 M-64.98950695219536 -23.98554768862771 C-64.62336830759973 -24.2775335143342, -64.2572296630041 -24.569519340040685, -63.41079421047331 -25.244529088840626 M-64.98950695219536 -23.98554768862771 C-64.44434094082014 -24.420303075222606, -63.89917492944493 -24.8550584618175, -63.41079421047331 -25.244529088840626 M-63.41079421047331 -25.244529088840626 C-62.82551361977543 -25.65279549252305, -62.240233029077544 -26.061061896205473, -61.754661888132304 -26.39977530409297 M-63.41079421047331 -25.244529088840626 C-62.9791181064941 -25.545647652019166, -62.547442002514885 -25.846766215197707, -61.754661888132304 -26.39977530409297 M-61.754661888132304 -26.39977530409297 C-61.208860111791644 -26.73064354839794, -60.663058335450984 -27.06151179270291, -60.02791538812404 -27.446539179886763 M-61.754661888132304 -26.39977530409297 C-61.3146101066556 -26.666537280055458, -60.8745583251789 -26.933299256017946, -60.02791538812404 -27.446539179886763 M-60.02791538812404 -27.446539179886763 C-59.44651919426972 -27.749853201818528, -58.8651230004154 -28.053167223750293, -58.23765028220309 -28.3805193389262 M-60.02791538812404 -27.446539179886763 C-59.514302041094695 -27.714490934046925, -59.00068869406535 -27.982442688207087, -58.23765028220309 -28.3805193389262 M-58.23765028220309 -28.3805193389262 C-57.719040327042826 -28.610092582057923, -57.20043037188257 -28.839665825189645, -56.3912231537003 -29.19787785639968 M-58.23765028220309 -28.3805193389262 C-57.719059962605414 -28.610083889976835, -57.20046964300773 -28.83964844102747, -56.3912231537003 -29.19787785639968 M-56.3912231537003 -29.19787785639968 C-55.80009422668663 -29.415418765876613, -55.20896529967296 -29.632959675353543, -54.49622136774408 -29.895256030836055 M-56.3912231537003 -29.19787785639968 C-55.70872876942715 -29.44904209872113, -55.026234385153984 -29.700206341042584, -54.49622136774408 -29.895256030836055 M-54.49622136774408 -29.895256030836055 C-53.88774358992264 -30.07584904132842, -53.279265812101215 -30.25644205182079, -52.56043189314951 -30.469788185729417 M-54.49622136774408 -29.895256030836055 C-54.10800651152403 -30.0104761623808, -53.719791655303986 -30.125696293925547, -52.56043189314951 -30.469788185729417 M-52.56043189314951 -30.469788185729417 C-52.16538885639358 -30.559954180972227, -51.77034581963763 -30.65012017621504, -50.59180930409324 -30.919113445218553 M-52.56043189314951 -30.469788185729417 C-52.11623377554543 -30.571173507408936, -51.67203565794135 -30.67255882908846, -50.59180930409324 -30.919113445218553 M-50.59180930409324 -30.919113445218553 C-49.93258243906117 -31.025692132376246, -49.27335557402911 -31.13227081953394, -48.59844309306196 -31.24138543543225 M-50.59180930409324 -30.919113445218553 C-50.032814259073305 -31.00948742902606, -49.47381921405337 -31.099861412833565, -48.59844309306196 -31.24138543543225 M-48.59844309306196 -31.24138543543225 C-47.8899499096393 -31.309732920749315, -47.18145672621664 -31.37808040606638, -46.58852442939246 -31.435279871635593 M-48.59844309306196 -31.24138543543225 C-47.92992863561082 -31.305876221136295, -47.26141417815969 -31.37036700684034, -46.58852442939246 -31.435279871635593 M-46.58852442939246 -31.435279871635593 C-45.890205967260904 -31.457673585521725, -45.19188750512935 -31.480067299407853, -44.57031250000001 -31.5 M-46.58852442939246 -31.435279871635593 C-46.15411087992715 -31.44921066863227, -45.719697330461855 -31.46314146562894, -44.57031250000001 -31.5 M-44.57031250000001 -31.5 C-44.57031250000001 -31.5, -44.57031250000001 -31.5, -44.5703125 -31.5 M-44.57031250000001 -31.5 C-44.57031250000001 -31.5, -44.5703125 -31.5, -44.5703125 -31.5\" stroke=\"#999\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\" style=\"fill:#f0f0f0 !important;stroke:#999 !important\"></path></g><g class=\"label\" style=\"\" transform=\"translate(-60.6953125, -24)\"><rect></rect><foreignObject width=\"121.390625\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Confirmed hotel<br>booking</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"flowchart-B-1\" transform=\"translate(461.890625, 252.8828125)\"><polygon points=\"69.3828125,0 138.765625,-69.3828125 69.3828125,-138.765625 0,-69.3828125\" class=\"label-container\" transform=\"translate(-68.8828125, 69.3828125)\"></polygon><g class=\"label\" style=\"\" transform=\"translate(-30.3828125, -24)\"><rect></rect><foreignObject width=\"60.765625\" height=\"48\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Type of<br>change?</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"flowchart-C-3\" transform=\"translate(168.4453125, 520.265625)\"><rect class=\"basic label-container\" style=\"fill:#2196F3 !important\" x=\"-125.4453125\" y=\"-75\" width=\"250.890625\" height=\"150\"></rect><g class=\"label\" style=\"color:#fff !important\" transform=\"translate(-95.4453125, -60)\"><rect></rect><foreignObject width=\"190.890625\" height=\"120\"><div style=\"color: rgb(255, 255, 255) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#fff !important\" class=\"nodeLabel\"><p><b>BOOKING_UPDATED</b><br>―――――――――――<br>Dates, rate, room, loyalty,<br>or guest count changed<br>on the same PNR.</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"flowchart-D-5\" transform=\"translate(461.890625, 520.265625)\"><rect class=\"basic label-container\" style=\"fill:#F44336 !important\" x=\"-118\" y=\"-75\" width=\"236\" height=\"150\"></rect><g class=\"label\" style=\"color:#fff !important\" transform=\"translate(-88, -60)\"><rect></rect><foreignObject width=\"176\" height=\"120\"><div style=\"color: rgb(255, 255, 255) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#fff !important\" class=\"nodeLabel\"><p><b>BOOKING_CANCELED_<br>BY_TRAVELER</b><br>―――――――――――<br>Old PNR cancelled<br>as part of modify flow.</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"flowchart-E-7\" transform=\"translate(461.890625, 733.265625)\"><rect class=\"basic label-container\" style=\"fill:#4CAF50 !important\" x=\"-118\" y=\"-63\" width=\"236\" height=\"126\"></rect><g class=\"label\" style=\"color:#fff !important\" transform=\"translate(-88, -48)\"><rect></rect><foreignObject width=\"176\" height=\"96\"><div style=\"color: rgb(255, 255, 255) !important; display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#fff !important\" class=\"nodeLabel\"><p><b>BOOKING_CREATED</b><br>―――――――――――<br>New PNR created with<br>updated details.</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"flowchart-F-9\" transform=\"translate(759.890625, 520.265625)\"><rect class=\"basic label-container\" style=\"fill:#2196F3 !important\" x=\"-130\" y=\"-75\" width=\"260\" height=\"150\"></rect><g class=\"label\" style=\"color:#fff !important\" transform=\"translate(-100, -60)\"><rect></rect><foreignObject width=\"200\" height=\"120\"><div style=\"color: rgb(255, 255, 255) !important; display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\" xmlns=\"http://www.w3.org/1999/xhtml\"><span style=\"color:#fff !important\" class=\"nodeLabel\"><p><b>BOOKING_REBOOKED</b><br>―――――――――――<br>The confirmation number, the room type, or property is changed.</p></span></div></foreignObject></g></g></g></g></g></g></g></svg></div>"},"children":["flowchart LR\n    subgraph modifications[\"Modifications and rebook\"]\n        A([\"Confirmed hotel<br>booking\"]) --> B{\"Type of<br>change?\"}\n\n        B -->|\"Modifying same PNR\"| C[\"<b>BOOKING_UPDATED</b><br>―――――――――――<br>Dates, rate, room, loyalty,<br>or guest count changed<br>on the same PNR.\"]\n\n        B -->|\"Cancel and rebook\"| D[\"<b>BOOKING_CANCELED_<br>BY_TRAVELER</b><br>―――――――――――<br>Old PNR cancelled<br>as part of modify flow.\"]\n        D --> E[\"<b>BOOKING_CREATED</b><br>―――――――――――<br>New PNR created with<br>updated details.\"]\n\n        B -->|\"Rate assurance<br>or manual rebook\"| F[\"<b>BOOKING_REBOOKED</b><br>―――――――――――<br>The confirmation number, the room type, or property is changed.\"]\n    end\n\n    style A fill:#f0f0f0,stroke:#999\n    style C fill:#2196F3,color:#fff\n    style D fill:#F44336,color:#fff\n    style E fill:#4CAF50,color:#fff\n    style F fill:#2196F3,color:#fff\n"]}]},"headings":[{"value":"Exchange and rebooking","id":"exchange-and-rebooking","depth":1},{"value":"Rebooking flow diagram","id":"rebooking-flow-diagram","depth":2}],"frontmatter":{"seo":{"title":"Exchange and rebooking"}},"lastModified":"2026-03-11T17:17:12.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/webhooks/booking-lifecycle/hotel-booking-lifecycle/rebooking-lifecycle","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}