{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Modification 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":"modification-and-rebooking","__idx":0},"children":["Modification and rebooking"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["These operations cover changes to an active car rental booking."," ","Modifications such as pickup or drop-off date and time, location, vehicle type, rate, and rebooking to a different supplier are covered in these operations."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Webhook used:"]}," ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/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 car booking is modified and the same PNR is updated."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A change has been made to the car reservation that is not a cancellation or rebooking."," ","This event type covers all car modifications, including pickup or drop-off date and time changes, pickup or drop-off location changes,"," ","vehicle (car type) changes, number of cars changed, loyalty number updates, 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":["carPnr > 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 rental by one day (drop-off 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 ($220)."," ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example 2:"]}," A traveler changes the pickup location from the airport to a downtown branch. The supplier 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 location."," ",{"$$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 Hertz Gold Plus Rewards 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 car booking is rebooked to a different supplier or vehicle."]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The car reservation has been rebooked. This indicates the vendor confirmation number has 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 an equivalent vehicle and an agent or traveler manually rebooks to a different supplier."," ","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 car at $55/day with Hertz. A lower rate of $45/day becomes available for an equivalent car with Avis."," ","The TMC agent identifies this as a cost-saving measure and rebooks at the better rate, saving $30 over 3 days."," ","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":"modification-and-rebooking-flow-diagram","__idx":1},"children":["Modification and rebooking flow diagram"]},{"$$mdtype":"Tag","name":"Mermaid","attributes":{"data-language":"mermaid","diagramSource":"flowchart LR\n    subgraph modifications[\"Modifications and rebook\"]\n        A([\"Confirmed car<br>booking\"]) --> B{\"Type of<br>change?\"}\n\n        B -->|\"Modifying same PNR\"| C[\"<b>BOOKING_UPDATED</b><br>―――――――――――<br>Dates, locations, car type,<br>rate, or loyalty 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 -->|\"Manual rebook<br>(better rate)\"| F[\"<b>BOOKING_REBOOKED</b><br>―――――――――――<br>The confirmation number or supplier 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-1780581930308\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" class=\"flowchart\" style=\"max-width: 932.3125px;\" viewBox=\"0 0 932.3125 841.765625\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\"><style>#mermaid-1780581930308{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-1780581930308 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#mermaid-1780581930308 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#mermaid-1780581930308 .error-icon{fill:#552222;}#mermaid-1780581930308 .error-text{fill:#552222;stroke:#552222;}#mermaid-1780581930308 .edge-thickness-normal{stroke-width:1px;}#mermaid-1780581930308 .edge-thickness-thick{stroke-width:3.5px;}#mermaid-1780581930308 .edge-pattern-solid{stroke-dasharray:0;}#mermaid-1780581930308 .edge-thickness-invisible{stroke-width:0;fill:none;}#mermaid-1780581930308 .edge-pattern-dashed{stroke-dasharray:3;}#mermaid-1780581930308 .edge-pattern-dotted{stroke-dasharray:2;}#mermaid-1780581930308 .marker{fill:#333333;stroke:#333333;}#mermaid-1780581930308 .marker.cross{stroke:#333333;}#mermaid-1780581930308 svg{font-family:\"trebuchet ms\",verdana,arial,sans-serif;font-size:16px;}#mermaid-1780581930308 p{margin:0;}#mermaid-1780581930308 .label{font-family:\"trebuchet ms\",verdana,arial,sans-serif;color:#333;}#mermaid-1780581930308 .cluster-label text{fill:#333;}#mermaid-1780581930308 .cluster-label span{color:#333;}#mermaid-1780581930308 .cluster-label span p{background-color:transparent;}#mermaid-1780581930308 .label text,#mermaid-1780581930308 span{fill:#333;color:#333;}#mermaid-1780581930308 .node rect,#mermaid-1780581930308 .node circle,#mermaid-1780581930308 .node ellipse,#mermaid-1780581930308 .node polygon,#mermaid-1780581930308 .node path{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#mermaid-1780581930308 .rough-node .label text,#mermaid-1780581930308 .node .label text,#mermaid-1780581930308 .image-shape .label,#mermaid-1780581930308 .icon-shape .label{text-anchor:middle;}#mermaid-1780581930308 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#mermaid-1780581930308 .rough-node .label,#mermaid-1780581930308 .node .label,#mermaid-1780581930308 .image-shape .label,#mermaid-1780581930308 .icon-shape .label{text-align:center;}#mermaid-1780581930308 .node.clickable{cursor:pointer;}#mermaid-1780581930308 .root .anchor path{fill:#333333!important;stroke-width:0;stroke:#333333;}#mermaid-1780581930308 .arrowheadPath{fill:#333333;}#mermaid-1780581930308 .edgePath .path{stroke:#333333;stroke-width:2.0px;}#mermaid-1780581930308 .flowchart-link{stroke:#333333;fill:none;}#mermaid-1780581930308 .edgeLabel{background-color:rgba(232,232,232, 0.8);text-align:center;}#mermaid-1780581930308 .edgeLabel p{background-color:rgba(232,232,232, 0.8);}#mermaid-1780581930308 .edgeLabel rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#mermaid-1780581930308 .labelBkg{background-color:rgba(232, 232, 232, 0.5);}#mermaid-1780581930308 .cluster rect{fill:#ffffde;stroke:#aaaa33;stroke-width:1px;}#mermaid-1780581930308 .cluster text{fill:#333;}#mermaid-1780581930308 .cluster span{color:#333;}#mermaid-1780581930308 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-1780581930308 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#333;}#mermaid-1780581930308 rect.text{fill:none;stroke-width:0;}#mermaid-1780581930308 .icon-shape,#mermaid-1780581930308 .image-shape{background-color:rgba(232,232,232, 0.8);text-align:center;}#mermaid-1780581930308 .icon-shape p,#mermaid-1780581930308 .image-shape p{background-color:rgba(232,232,232, 0.8);padding:2px;}#mermaid-1780581930308 .icon-shape rect,#mermaid-1780581930308 .image-shape rect{opacity:0.5;background-color:rgba(232,232,232, 0.8);fill:rgba(232,232,232, 0.8);}#mermaid-1780581930308 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#mermaid-1780581930308 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#mermaid-1780581930308 :root{--mermaid-font-family:\"trebuchet ms\",verdana,arial,sans-serif;}</style><g><marker id=\"mermaid-1780581930308_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-1780581930308_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-1780581930308_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-1780581930308_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-1780581930308_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-1780581930308_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.3125\" height=\"825.765625\"></rect><g class=\"cluster-label\" transform=\"translate(370.953125, 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=\"M461.813,109L461.729,115.167C461.646,121.333,461.479,133.667,461.396,145.417C461.313,157.167,461.313,168.333,461.313,173.917L461.313,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=\"W3sieCI6NDYxLjgxMjUsInkiOjEwOX0seyJ4Ijo0NjEuMzEyNSwieSI6MTQ2fSx7IngiOjQ2MS4zMTI1LCJ5IjoxODMuNX1d\" marker-end=\"url(#mermaid-1780581930308_flowchart-v2-pointEnd)\"></path><path d=\"M413.345,274.298L372.48,292.543C331.616,310.787,249.886,347.277,209.021,375.104C168.156,402.932,168.156,422.099,168.156,431.682L168.156,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=\"W3sieCI6NDEzLjM0NTIwODk1MTMwNTMsInkiOjI3NC4yOTgzMzM5NTEzMDUzfSx7IngiOjE2OC4xNTYyNSwieSI6MzgzLjc2NTYyNX0seyJ4IjoxNjguMTU2MjUsInkiOjQ0NS4yNjU2MjV9XQ==\" marker-end=\"url(#mermaid-1780581930308_flowchart-v2-pointEnd)\"></path><path d=\"M461.313,322.266L461.313,332.516C461.313,342.766,461.313,363.266,461.313,383.099C461.313,402.932,461.313,422.099,461.313,431.682L461.313,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=\"W3sieCI6NDYxLjMxMjUsInkiOjMyMi4yNjU2MjV9LHsieCI6NDYxLjMxMjUsInkiOjM4My43NjU2MjV9LHsieCI6NDYxLjMxMjUsInkiOjQ0NS4yNjU2MjV9XQ==\" marker-end=\"url(#mermaid-1780581930308_flowchart-v2-pointEnd)\"></path><path d=\"M461.313,595.266L461.313,601.516C461.313,607.766,461.313,620.266,461.313,632.099C461.313,643.932,461.313,655.099,461.313,660.682L461.313,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=\"W3sieCI6NDYxLjMxMjUsInkiOjU5NS4yNjU2MjV9LHsieCI6NDYxLjMxMjUsInkiOjYzMi43NjU2MjV9LHsieCI6NDYxLjMxMjUsInkiOjY3MC4yNjU2MjV9XQ==\" marker-end=\"url(#mermaid-1780581930308_flowchart-v2-pointEnd)\"></path><path d=\"M509.522,274.056L551.153,292.341C592.785,310.626,676.049,347.196,717.681,377.064C759.313,406.932,759.313,430.099,759.313,441.682L759.313,453.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=\"W3sieCI6NTA5LjUyMTY1NTMyNzI0OTIsInkiOjI3NC4wNTY0Njk2NzI3NTA4fSx7IngiOjc1OS4zMTI1LCJ5IjozODMuNzY1NjI1fSx7IngiOjc1OS4zMTI1LCJ5Ijo0NTcuMjY1NjI1fV0=\" marker-end=\"url(#mermaid-1780581930308_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.15625, 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.3125, 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.3125, 383.765625)\"><g class=\"label\" data-id=\"L_B_F_0\" transform=\"translate(-56.484375, -24)\"><foreignObject width=\"112.96875\" 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>Manual rebook<br>(better rate)</p></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"flowchart-A-0\" transform=\"translate(461.3125, 77)\"><g class=\"basic label-container outer-path\"><path d=\"M-37.03125 -31.5 C-19.401055024206684 -31.5, -1.7708600484133683 -31.5, 37.03125 -31.5 C37.03125 -31.5, 37.03125 -31.5, 37.03125 -31.5 C37.55499011857321 -31.483204673795655, 38.078730237146424 -31.46640934759131, 39.04946192939246 -31.435279871635593 C39.75715583856414 -31.367009491344252, 40.464849747735826 -31.29873911105291, 41.05938059306194 -31.241385435432253 C41.808072606920256 -31.120342716824922, 42.55676462077858 -30.999299998217595, 43.052746804093225 -30.91911344521856 C43.60364733809918 -30.793373993293653, 44.154547872105134 -30.667634541368745, 45.02136939314948 -30.469788185729428 C45.597072789345326 -30.298922439667294, 46.172776185541174 -30.12805669360516, 46.95715886774405 -29.895256030836062 C47.708632311544065 -29.61870685697329, 48.46010575534408 -29.342157683110518, 48.85216065370028 -29.197877856399685 C49.46760301117816 -28.92543978119311, 50.08304536865605 -28.653001705986533, 50.69858778220308 -28.380519338926202 C51.21351524470098 -28.11188201156783, 51.72844270719889 -27.843244684209452, 52.488852888124036 -27.44653917988677 C52.975306716492206 -27.151648010409975, 53.461760544860375 -26.856756840933183, 54.215599388132276 -26.399775304092984 C54.599110591818445 -26.132254490333942, 54.98262179550461 -25.8647336765749, 55.8717317104733 -25.244529088840633 C56.20343726217425 -24.980002738414566, 56.535142813875204 -24.715476387988502, 57.45044445219533 -23.985547688627737 C58.01544901326281 -23.472425495467746, 58.58045357433029 -22.959303302307756, 58.94525034400982 -22.62800452807842 C59.26344129648006 -22.29944624568986, 59.5816322489503 -21.970887963301305, 60.350006907872434 -21.177478043231485 C60.8131271831512 -20.63347061559885, 61.27624745842998 -20.089463187966214, 61.65894169774294 -19.63992875855011 C61.94221650511102 -19.260366323542733, 62.22549131247909 -18.880803888535354, 62.8666760198041 -18.02167479384835 C63.11476404757199 -17.640544962233612, 63.362852075339866 -17.259415130618876, 63.9682470346684 -16.329365901781543 C64.31802575360689 -15.708298367370265, 64.66780447254538 -15.087230832958987, 64.9591281507495 -14.56995614258631 C65.24232773717428 -13.981886141874828, 65.52552732359905 -13.393816141163347, 65.83524762499809 -12.750675308355413 C66.04917625710712 -12.222267451017384, 66.26310488921615 -11.693859593679353, 66.59300529456745 -10.878999214271206 C66.83735110171318 -10.143068574365657, 67.08169690885893 -9.407137934460108, 67.22928737065482 -8.962618978877531 C67.34157989466284 -8.534398916947172, 67.45387241867085 -8.106178855016815, 67.74147923372745 -7.009409419623907 C67.82895514391616 -6.560239108845031, 67.91643105410488 -6.111068798066154, 68.12747617755518 -5.027396693551458 C68.1996981009667 -4.46725771740358, 68.27192002437823 -3.9071187412557036, 68.38569205789975 -3.024725316091981 C68.42215941318769 -2.4567168215630097, 68.45862676847561 -1.8887083270340388, 68.51506581032167 -1.0096246935071378 C68.51506581032167 -0.2629635439595662, 68.51506581032167 0.48369760558800534, 68.51506581032167 1.00962469350713 C68.48894101458939 1.416539474593017, 68.4628162188571 1.823454255678904, 68.38569205789975 3.02472531609196 C68.30430011448631 3.6559851565493893, 68.22290817107287 4.287244997006819, 68.12747617755518 5.027396693551435 C68.02335482381973 5.562037838927041, 67.9192334700843 6.096678984302646, 67.74147923372745 7.0094094196239 C67.58023144312098 7.624317130440898, 67.4189836525145 8.239224841257895, 67.22928737065482 8.96261897887751 C67.0292779186214 9.565015581223626, 66.82926846658799 10.167412183569743, 66.59300529456746 10.878999214271184 C66.39053341807146 11.379108663743745, 66.18806154157545 11.879218113216304, 65.83524762499809 12.750675308355405 C65.58985194771911 13.260244682851557, 65.34445627044015 13.769814057347709, 64.9591281507495 14.569956142586303 C64.65729087409653 15.105898791622197, 64.35545359744357 15.641841440658089, 63.96824703466841 16.329365901781536 C63.55130203247172 16.969905390565373, 63.134357030275034 17.610444879349213, 62.86667601980412 18.021674793848334 C62.580466170802374 18.40516991725703, 62.294256321800624 18.78866504066573, 61.65894169774295 19.639928758550102 C61.243367480582066 20.128085880870113, 60.827793263421185 20.616243003190124, 60.35000690787245 21.177478043231467 C59.99662984514859 21.54236887329027, 59.643252782424725 21.90725970334907, 58.94525034400983 22.628004528078414 C58.4475949879146 23.07996195524492, 57.94993963181937 23.531919382411427, 57.450444452195356 23.985547688627715 C56.91845334431423 24.409796440284982, 56.38646223643311 24.834045191942245, 55.87173171047331 25.24452908884063 C55.42114419931704 25.558839431004262, 54.97055668816076 25.8731497731679, 54.2155993881323 26.399775304092973 C53.8603726067933 26.615115866484956, 53.50514582545429 26.83045642887694, 52.48885288812404 27.446539179886766 C52.00029432248094 27.701419870646074, 51.51173575683784 27.956300561405385, 50.698587782203084 28.3805193389262 C50.20732853697337 28.597985234101653, 49.71606929174366 28.815451129277104, 48.852160653700295 29.197877856399682 C48.123766037524746 29.465933808358304, 47.395371421349196 29.73398976031693, 46.95715886774407 29.895256030836055 C46.183926033797746 30.124747477169358, 45.410693199851416 30.35423892350266, 45.02136939314951 30.46978818572942 C44.576607622861324 30.57130215745591, 44.13184585257314 30.672816129182397, 43.05274680409324 30.919113445218557 C42.41444633731901 31.022308914592564, 41.77614587054479 31.12550438396657, 41.05938059306196 31.24138543543225 C40.45925473904469 31.29927885481236, 39.85912888502741 31.35717227419247, 39.04946192939246 31.435279871635593 C38.432752874437526 31.455056530676643, 37.8160438194826 31.474833189717693, 37.03125000000001 31.5 C37.03125000000001 31.5, 37.03125 31.5, 37.03125 31.5 C15.704378753741196 31.5, -5.622492492517608 31.5, -37.03124999999999 31.5 C-37.811738229104016 31.474971261620812, -38.592226458208046 31.449942523241624, -39.04946192939244 31.435279871635593 C-39.850483505418424 31.358006283565757, -40.651505081444405 31.28073269549592, -41.059380593061945 31.24138543543225 C-41.59679683962887 31.154500144412545, -42.1342130861958 31.067614853392843, -43.052746804093225 30.919113445218557 C-43.7976927099036 30.749084403443682, -44.54263861571397 30.579055361668804, -45.02136939314947 30.469788185729428 C-45.751887352776436 30.252974289879166, -46.48240531240341 30.0361603940289, -46.957158867744035 29.89525603083607 C-47.67437069104262 29.631315450028772, -48.3915825143412 29.36737486922148, -48.85216065370029 29.197877856399685 C-49.45250269586464 28.932124242847472, -50.052844738028995 28.666370629295255, -50.69858778220308 28.380519338926206 C-51.061964210260356 28.190946089162434, -51.425340638317635 28.001372839398663, -52.48885288812403 27.446539179886773 C-53.09617482522441 27.078377052596664, -53.70349676232479 26.71021492530656, -54.21559938813226 26.399775304092994 C-54.76007632633638 26.01997176202857, -55.30455326454051 25.640168219964146, -55.8717317104733 25.244529088840636 C-56.29150150177811 24.90977385081833, -56.711271293082916 24.575018612796026, -57.45044445219533 23.98554768862774 C-58.01273878277965 23.474886855083785, -58.57503311336398 22.964226021539826, -58.94525034400981 22.628004528078435 C-59.48892051326283 22.06662044217367, -60.03259068251586 21.505236356268906, -60.35000690787244 21.177478043231478 C-60.76537242498489 20.68956607186372, -61.180737942097345 20.20165410049596, -61.65894169774293 19.639928758550113 C-62.139029517184056 18.996654817399115, -62.61911733662517 18.353380876248117, -62.8666760198041 18.021674793848355 C-63.09683540051981 17.668088178621595, -63.326994781235506 17.314501563394835, -63.968247034668394 16.329365901781557 C-64.2750169511064 15.784664851323418, -64.58178686754438 15.23996380086528, -64.9591281507495 14.569956142586314 C-65.27828546640981 13.907219147745097, -65.59744278207012 13.244482152903881, -65.83524762499809 12.750675308355417 C-66.09321722029786 12.113485420462156, -66.35118681559763 11.476295532568898, -66.59300529456745 10.878999214271209 C-66.7970935548156 10.264317891452137, -67.00118181506376 9.649636568633067, -67.22928737065482 8.962618978877522 C-67.33260647218411 8.568618465964464, -67.4359255737134 8.174617953051406, -67.74147923372743 7.009409419623911 C-67.82066770596795 6.602793351158432, -67.89985617820845 6.196177282692952, -68.12747617755518 5.027396693551461 C-68.2300825351926 4.231602045632827, -68.33268889282999 3.4358073977141927, -68.38569205789975 3.024725316091999 C-68.43580223865581 2.2442188026063854, -68.48591241941187 1.463712289120772, -68.51506581032167 1.0096246935071416 C-68.51506581032167 0.5221643028968157, -68.51506581032167 0.034703912286489946, -68.51506581032167 -1.0096246935071262 C-68.47326966364761 -1.660633415198018, -68.43147351697354 -2.31164213688891, -68.38569205789975 -3.024725316091956 C-68.30741225176861 -3.631848034348912, -68.22913244563748 -4.2389707526058675, -68.12747617755518 -5.027396693551446 C-68.00104969776679 -5.676569947018907, -67.87462321797838 -6.325743200486368, -67.74147923372745 -7.009409419623896 C-67.57160987881278 -7.657194891757658, -67.40174052389811 -8.30498036389142, -67.22928737065482 -8.962618978877506 C-67.07705370924269 -9.421122511910792, -66.92482004783056 -9.879626044944079, -66.59300529456746 -10.878999214271168 C-66.40028503619887 -11.355021978434307, -66.20756477783027 -11.831044742597445, -65.83524762499809 -12.750675308355401 C-65.49207437622407 -13.463281902165898, -65.14890112745005 -14.175888495976396, -64.9591281507495 -14.5699561425863 C-64.75423679027669 -14.933761500605813, -64.54934542980388 -15.297566858625327, -63.9682470346684 -16.329365901781546 C-63.55417734662221 -16.965488135900266, -63.140107658576014 -17.601610370018985, -62.86667601980411 -18.021674793848344 C-62.50168103166008 -18.51073482623388, -62.13668604351604 -18.999794858619413, -61.65894169774295 -19.639928758550102 C-61.324047901047265 -20.03331406814571, -60.98915410435159 -20.42669937774132, -60.350006907872455 -21.177478043231467 C-60.036108841127295 -21.50160356865641, -59.722210774382134 -21.82572909408135, -58.945250344009835 -22.628004528078403 C-58.58481563231611 -22.955341796658765, -58.22438092062238 -23.282679065239126, -57.450444452195356 -23.98554768862771 C-56.873623263979695 -24.44554723637323, -56.29680207576404 -24.905546784118744, -55.87173171047331 -25.244529088840626 C-55.50589993266429 -25.499717500437782, -55.140068154855264 -25.754905912034936, -54.215599388132304 -26.39977530409297 C-53.80211214701063 -26.650433699581672, -53.38862490588896 -26.901092095070375, -52.48885288812404 -27.446539179886763 C-51.843597647619596 -27.783168425552226, -51.19834240711515 -28.119797671217693, -50.69858778220309 -28.3805193389262 C-50.17913517850634 -28.61046559756874, -49.6596825748096 -28.840411856211286, -48.8521606537003 -29.19787785639968 C-48.170608290693714 -29.448695426187083, -47.48905592768713 -29.699512995974487, -46.95715886774408 -29.895256030836055 C-46.439894026829684 -30.04877752044089, -45.92262918591529 -30.202299010045724, -45.02136939314951 -30.469788185729417 C-44.278047469249294 -30.639446564230774, -43.53472554534907 -30.80910494273213, -43.05274680409324 -30.919113445218553 C-42.43347001196824 -31.019233314406073, -41.81419321984325 -31.119353183593596, -41.05938059306196 -31.24138543543225 C-40.3780219297943 -31.307115286223997, -39.696663266526635 -31.372845137015748, -39.04946192939246 -31.435279871635593 C-38.609999955933596 -31.449372561763578, -38.170537982474734 -31.463465251891567, -37.03125000000001 -31.5 C-37.03125000000001 -31.5, -37.03125000000001 -31.5, -37.03125 -31.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#f0f0f0\" style=\"fill:#f0f0f0 !important;stroke:#999 !important\"></path><path d=\"M-37.03125 -31.5 C-21.213333741393235 -31.5, -5.3954174827864705 -31.5, 37.03125 -31.5 M-37.03125 -31.5 C-11.021790911990454 -31.5, 14.987668176019092 -31.5, 37.03125 -31.5 M37.03125 -31.5 C37.03125 -31.5, 37.03125 -31.5, 37.03125 -31.5 M37.03125 -31.5 C37.03125 -31.5, 37.03125 -31.5, 37.03125 -31.5 M37.03125 -31.5 C37.60566062501228 -31.481579769278312, 38.180071250024554 -31.463159538556624, 39.04946192939246 -31.435279871635593 M37.03125 -31.5 C37.507939819546415 -31.484713485307594, 37.98462963909283 -31.469426970615185, 39.04946192939246 -31.435279871635593 M39.04946192939246 -31.435279871635593 C39.76560858444029 -31.366194065115494, 40.481755239488116 -31.297108258595394, 41.05938059306194 -31.241385435432253 M39.04946192939246 -31.435279871635593 C39.837637157302886 -31.35924555531847, 40.625812385213315 -31.28321123900135, 41.05938059306194 -31.241385435432253 M41.05938059306194 -31.241385435432253 C41.56084041939211 -31.160313299590225, 42.062300245722284 -31.079241163748197, 43.052746804093225 -30.91911344521856 M41.05938059306194 -31.241385435432253 C41.56437864010086 -31.159741267505346, 42.06937668713979 -31.07809709957844, 43.052746804093225 -30.91911344521856 M43.052746804093225 -30.91911344521856 C43.685533264987065 -30.774684064837103, 44.31831972588091 -30.630254684455643, 45.02136939314948 -30.469788185729428 M43.052746804093225 -30.91911344521856 C43.753079842522304 -30.759266999297296, 44.45341288095138 -30.59942055337603, 45.02136939314948 -30.469788185729428 M45.02136939314948 -30.469788185729428 C45.545738045640086 -30.314158322137438, 46.0701066981307 -30.15852845854545, 46.95715886774405 -29.895256030836062 M45.02136939314948 -30.469788185729428 C45.54348644877706 -30.314826584267514, 46.06560350440464 -30.159864982805598, 46.95715886774405 -29.895256030836062 M46.95715886774405 -29.895256030836062 C47.51807774696531 -29.68883269820536, 48.078996626186566 -29.482409365574654, 48.85216065370028 -29.197877856399685 M46.95715886774405 -29.895256030836062 C47.54606812830712 -29.678531979131325, 48.13497738887018 -29.461807927426587, 48.85216065370028 -29.197877856399685 M48.85216065370028 -29.197877856399685 C49.4771287918243 -28.921223000673308, 50.10209692994832 -28.64456814494693, 50.69858778220308 -28.380519338926202 M48.85216065370028 -29.197877856399685 C49.38996887905312 -28.95980610855016, 49.92777710440596 -28.721734360700633, 50.69858778220308 -28.380519338926202 M50.69858778220308 -28.380519338926202 C51.4035733892134 -28.012728799313752, 52.108558996223714 -27.644938259701302, 52.488852888124036 -27.44653917988677 M50.69858778220308 -28.380519338926202 C51.09180800054676 -28.175376602885873, 51.48502821889045 -27.970233866845543, 52.488852888124036 -27.44653917988677 M52.488852888124036 -27.44653917988677 C52.97341717803218 -27.152793459728606, 53.457981467940314 -26.859047739570443, 54.215599388132276 -26.399775304092984 M52.488852888124036 -27.44653917988677 C52.97611985097603 -27.15115508350737, 53.46338681382804 -26.85577098712797, 54.215599388132276 -26.399775304092984 M54.215599388132276 -26.399775304092984 C54.78524175008881 -26.002417451812512, 55.35488411204535 -25.605059599532044, 55.8717317104733 -25.244529088840633 M54.215599388132276 -26.399775304092984 C54.630043794325864 -26.110676827341525, 55.044488200519446 -25.821578350590062, 55.8717317104733 -25.244529088840633 M55.8717317104733 -25.244529088840633 C56.37537731424706 -24.842885122403445, 56.87902291802082 -24.441241155966257, 57.45044445219533 -23.985547688627737 M55.8717317104733 -25.244529088840633 C56.43939273183551 -24.79183453039846, 57.007053753197724 -24.339139971956293, 57.45044445219533 -23.985547688627737 M57.45044445219533 -23.985547688627737 C57.854675062245384 -23.61843614393613, 58.25890567229544 -23.251324599244526, 58.94525034400982 -22.62800452807842 M57.45044445219533 -23.985547688627737 C58.00740002852229 -23.47973537044462, 58.564355604849254 -22.9739230522615, 58.94525034400982 -22.62800452807842 M58.94525034400982 -22.62800452807842 C59.44748090421967 -22.109410240765918, 59.949711464429505 -21.59081595345342, 60.350006907872434 -21.177478043231485 M58.94525034400982 -22.62800452807842 C59.28005005904457 -22.282296334737243, 59.61484977407931 -21.936588141396065, 60.350006907872434 -21.177478043231485 M60.350006907872434 -21.177478043231485 C60.80645519700395 -20.641307910174184, 61.262903486135464 -20.105137777116887, 61.65894169774294 -19.63992875855011 M60.350006907872434 -21.177478043231485 C60.81355745415928 -20.632965194789655, 61.27710800044612 -20.08845234634782, 61.65894169774294 -19.63992875855011 M61.65894169774294 -19.63992875855011 C62.01493430897111 -19.162931091098425, 62.370926920199274 -18.685933423646745, 62.8666760198041 -18.02167479384835 M61.65894169774294 -19.63992875855011 C61.9584106145742 -19.23866769217579, 62.25787953140546 -18.83740662580147, 62.8666760198041 -18.02167479384835 M62.8666760198041 -18.02167479384835 C63.164437097652446 -17.564233818228438, 63.46219817550078 -17.106792842608524, 63.9682470346684 -16.329365901781543 M62.8666760198041 -18.02167479384835 C63.27504654048545 -17.394308011242757, 63.6834170611668 -16.766941228637158, 63.9682470346684 -16.329365901781543 M63.9682470346684 -16.329365901781543 C64.17019790453205 -15.970781682595566, 64.3721487743957 -15.612197463409588, 64.9591281507495 -14.56995614258631 M63.9682470346684 -16.329365901781543 C64.2342145059377 -15.857113724416026, 64.50018197720699 -15.384861547050509, 64.9591281507495 -14.56995614258631 M64.9591281507495 -14.56995614258631 C65.28249711960333 -13.898473559773807, 65.60586608845716 -13.226990976961304, 65.83524762499809 -12.750675308355413 M64.9591281507495 -14.56995614258631 C65.30939197701647 -13.842625812897644, 65.65965580328346 -13.115295483208977, 65.83524762499809 -12.750675308355413 M65.83524762499809 -12.750675308355413 C66.06123076131429 -12.192492592567692, 66.28721389763048 -11.634309876779971, 66.59300529456745 -10.878999214271206 M65.83524762499809 -12.750675308355413 C66.06296923173095 -12.18819853702751, 66.2906908384638 -11.625721765699607, 66.59300529456745 -10.878999214271206 M66.59300529456745 -10.878999214271206 C66.76767572347873 -10.352919712343903, 66.94234615239 -9.826840210416599, 67.22928737065482 -8.962618978877531 M66.59300529456745 -10.878999214271206 C66.80513002557551 -10.24011332196104, 67.01725475658357 -9.601227429650875, 67.22928737065482 -8.962618978877531 M67.22928737065482 -8.962618978877531 C67.351814637119 -8.495369408196359, 67.4743419035832 -8.028119837515188, 67.74147923372745 -7.009409419623907 M67.22928737065482 -8.962618978877531 C67.38337514196833 -8.375015524796549, 67.53746291328186 -7.7874120707155665, 67.74147923372745 -7.009409419623907 M67.74147923372745 -7.009409419623907 C67.82548132027279 -6.578076459060864, 67.90948340681813 -6.146743498497821, 68.12747617755518 -5.027396693551458 M67.74147923372745 -7.009409419623907 C67.89550211396181 -6.218534482367691, 68.04952499419619 -5.4276595451114735, 68.12747617755518 -5.027396693551458 M68.12747617755518 -5.027396693551458 C68.19021678010873 -4.540792969679438, 68.25295738266229 -4.054189245807417, 68.38569205789975 -3.024725316091981 M68.12747617755518 -5.027396693551458 C68.2300792935778 -4.231627186956982, 68.33268240960042 -3.4358576803625067, 68.38569205789975 -3.024725316091981 M68.38569205789975 -3.024725316091981 C68.42521234643962 -2.409164921880577, 68.46473263497951 -1.793604527669172, 68.51506581032167 -1.0096246935071378 M68.38569205789975 -3.024725316091981 C68.43165415322878 -2.308828581406678, 68.47761624855782 -1.592931846721375, 68.51506581032167 -1.0096246935071378 M68.51506581032167 -1.0096246935071378 C68.51506581032167 -0.321955666980021, 68.51506581032167 0.36571335954709583, 68.51506581032167 1.00962469350713 M68.51506581032167 -1.0096246935071378 C68.51506581032167 -0.5794698111035076, 68.51506581032167 -0.1493149286998774, 68.51506581032167 1.00962469350713 M68.51506581032167 1.00962469350713 C68.48856602249809 1.4223802791030782, 68.46206623467452 1.8351358646990263, 68.38569205789975 3.02472531609196 M68.51506581032167 1.00962469350713 C68.47832497261922 1.5818928973931534, 68.44158413491678 2.1541611012791773, 68.38569205789975 3.02472531609196 M68.38569205789975 3.02472531609196 C68.32357374406514 3.5065026915446307, 68.26145543023054 3.988280066997302, 68.12747617755518 5.027396693551435 M68.38569205789975 3.02472531609196 C68.31698463181989 3.5576065449514562, 68.24827720574002 4.090487773810953, 68.12747617755518 5.027396693551435 M68.12747617755518 5.027396693551435 C68.02859467317235 5.535132319943916, 67.92971316878952 6.042867946336397, 67.74147923372745 7.0094094196239 M68.12747617755518 5.027396693551435 C67.98590307658695 5.754344645537825, 67.84432997561872 6.481292597524214, 67.74147923372745 7.0094094196239 M67.74147923372745 7.0094094196239 C67.6352109069577 7.414656606581108, 67.52894258018796 7.819903793538317, 67.22928737065482 8.96261897887751 M67.74147923372745 7.0094094196239 C67.58528694695163 7.605038303265399, 67.4290946601758 8.200667186906898, 67.22928737065482 8.96261897887751 M67.22928737065482 8.96261897887751 C67.06090686126291 9.469754245375057, 66.892526351871 9.976889511872603, 66.59300529456746 10.878999214271184 M67.22928737065482 8.96261897887751 C67.01721616392122 9.601343664600948, 66.80514495718762 10.240068350324385, 66.59300529456746 10.878999214271184 M66.59300529456746 10.878999214271184 C66.42318468584872 11.298459401064564, 66.25336407712999 11.717919587857944, 65.83524762499809 12.750675308355405 M66.59300529456746 10.878999214271184 C66.43077584398465 11.279709093703783, 66.26854639340183 11.68041897313638, 65.83524762499809 12.750675308355405 M65.83524762499809 12.750675308355405 C65.51606647642107 13.41346179275812, 65.19688532784406 14.076248277160838, 64.9591281507495 14.569956142586303 M65.83524762499809 12.750675308355405 C65.63752335747058 13.161253980497854, 65.4397990899431 13.571832652640303, 64.9591281507495 14.569956142586303 M64.9591281507495 14.569956142586303 C64.67759859239023 15.069840381412286, 64.39606903403094 15.56972462023827, 63.96824703466841 16.329365901781536 M64.9591281507495 14.569956142586303 C64.64067439621704 15.135403030698091, 64.32222064168457 15.70084991880988, 63.96824703466841 16.329365901781536 M63.96824703466841 16.329365901781536 C63.583740004642216 16.920071954496333, 63.199232974616024 17.51077800721113, 62.86667601980412 18.021674793848334 M63.96824703466841 16.329365901781536 C63.613513872946086 16.87433129737849, 63.258780711223764 17.419296692975447, 62.86667601980412 18.021674793848334 M62.86667601980412 18.021674793848334 C62.4839253048708 18.53452588255152, 62.101174589937486 19.047376971254703, 61.65894169774295 19.639928758550102 M62.86667601980412 18.021674793848334 C62.45562594673949 18.57244444432292, 62.04457587367485 19.123214094797504, 61.65894169774295 19.639928758550102 M61.65894169774295 19.639928758550102 C61.38052372770503 19.96697434858792, 61.102105757667125 20.294019938625745, 60.35000690787245 21.177478043231467 M61.65894169774295 19.639928758550102 C61.325810892004846 20.03124315864991, 60.992680086266745 20.422557558749716, 60.35000690787245 21.177478043231467 M60.35000690787245 21.177478043231467 C59.945779549842946 21.59487597808023, 59.541552191813444 22.012273912928993, 58.94525034400983 22.628004528078414 M60.35000690787245 21.177478043231467 C60.01307979599228 21.525382948478068, 59.676152684112125 21.87328785372467, 58.94525034400983 22.628004528078414 M58.94525034400983 22.628004528078414 C58.55376507710193 22.98354108935161, 58.162279810194036 23.33907765062481, 57.450444452195356 23.985547688627715 M58.94525034400983 22.628004528078414 C58.36142853767641 23.158216045511903, 57.77760673134299 23.688427562945392, 57.450444452195356 23.985547688627715 M57.450444452195356 23.985547688627715 C57.02273725437345 24.326632797124145, 56.59503005655155 24.667717905620577, 55.87173171047331 25.24452908884063 M57.450444452195356 23.985547688627715 C57.09575661587966 24.268401799449762, 56.74106877956397 24.551255910271806, 55.87173171047331 25.24452908884063 M55.87173171047331 25.24452908884063 C55.37632201745013 25.590105444753636, 54.88091232442695 25.935681800666647, 54.2155993881323 26.399775304092973 M55.87173171047331 25.24452908884063 C55.34916708198914 25.609047552213017, 54.82660245350496 25.973566015585405, 54.2155993881323 26.399775304092973 M54.2155993881323 26.399775304092973 C53.67563267029307 26.72710630164377, 53.135665952453834 27.054437299194564, 52.48885288812404 27.446539179886766 M54.2155993881323 26.399775304092973 C53.789773220530265 26.657913629325655, 53.363947052928225 26.916051954558334, 52.48885288812404 27.446539179886766 M52.48885288812404 27.446539179886766 C51.926066649558116 27.74014440006482, 51.36328041099219 28.033749620242872, 50.698587782203084 28.3805193389262 M52.48885288812404 27.446539179886766 C52.02683459728704 27.68757382627959, 51.56481630645004 27.928608472672416, 50.698587782203084 28.3805193389262 M50.698587782203084 28.3805193389262 C50.299115826881064 28.557353723632733, 49.899643871559036 28.734188108339268, 48.852160653700295 29.197877856399682 M50.698587782203084 28.3805193389262 C50.12086405756017 28.636260494260224, 49.54314033291726 28.89200164959425, 48.852160653700295 29.197877856399682 M48.852160653700295 29.197877856399682 C48.3203956450123 29.39357229517872, 47.7886306363243 29.589266733957757, 46.95715886774407 29.895256030836055 M48.852160653700295 29.197877856399682 C48.36765825527574 29.37617921771099, 47.88315585685119 29.554480579022304, 46.95715886774407 29.895256030836055 M46.95715886774407 29.895256030836055 C46.40202725573447 30.060016179335214, 45.846895643724864 30.22477632783437, 45.02136939314951 30.46978818572942 M46.95715886774407 29.895256030836055 C46.28084681676049 30.095981897533587, 45.604534765776904 30.296707764231115, 45.02136939314951 30.46978818572942 M45.02136939314951 30.46978818572942 C44.30521900939715 30.6332448375029, 43.589068625644785 30.796701489276376, 43.05274680409324 30.919113445218557 M45.02136939314951 30.46978818572942 C44.581550230102096 30.57017403960673, 44.141731067054685 30.67055989348404, 43.05274680409324 30.919113445218557 M43.05274680409324 30.919113445218557 C42.5683631009385 30.997424845892894, 42.083979397783764 31.07573624656723, 41.05938059306196 31.24138543543225 M43.05274680409324 30.919113445218557 C42.37517179892621 31.028658517381317, 41.69759679375919 31.13820358954408, 41.05938059306196 31.24138543543225 M41.05938059306196 31.24138543543225 C40.43481549464785 31.30163647932683, 39.81025039623374 31.361887523221412, 39.04946192939246 31.435279871635593 M41.05938059306196 31.24138543543225 C40.5315402491403 31.29230555858948, 40.003699905218646 31.343225681746713, 39.04946192939246 31.435279871635593 M39.04946192939246 31.435279871635593 C38.36515723058989 31.4572241914079, 37.68085253178731 31.479168511180205, 37.03125000000001 31.5 M39.04946192939246 31.435279871635593 C38.260065478958204 31.460594279334043, 37.47066902852395 31.485908687032488, 37.03125000000001 31.5 M37.03125000000001 31.5 C37.03125000000001 31.5, 37.03125 31.5, 37.03125 31.5 M37.03125000000001 31.5 C37.03125000000001 31.5, 37.03125 31.5, 37.03125 31.5 M37.03125 31.5 C18.05551163785771 31.5, -0.9202267242845821 31.5, -37.03124999999999 31.5 M37.03125 31.5 C9.576453849873097 31.5, -17.878342300253806 31.5, -37.03124999999999 31.5 M-37.03124999999999 31.5 C-37.55512835921891 31.483200240687214, -38.07900671843783 31.466400481374432, -39.04946192939244 31.435279871635593 M-37.03124999999999 31.5 C-37.68336242301352 31.479088023853787, -38.33547484602704 31.45817604770757, -39.04946192939244 31.435279871635593 M-39.04946192939244 31.435279871635593 C-39.70438661434006 31.37210007494087, -40.35931129928767 31.308920278246145, -41.059380593061945 31.24138543543225 M-39.04946192939244 31.435279871635593 C-39.57717012430691 31.384372496734155, -40.10487831922137 31.333465121832713, -41.059380593061945 31.24138543543225 M-41.059380593061945 31.24138543543225 C-41.8466334154117 31.11410850435156, -42.633886237761466 30.98683157327087, -43.052746804093225 30.919113445218557 M-41.059380593061945 31.24138543543225 C-41.5994708961775 31.15406782368738, -42.139561199293055 31.066750211942516, -43.052746804093225 30.919113445218557 M-43.052746804093225 30.919113445218557 C-43.67419349808067 30.77727229263459, -44.29564019206812 30.635431140050624, -45.02136939314947 30.469788185729428 M-43.052746804093225 30.919113445218557 C-43.621357768817674 30.789331703053513, -44.18996873354213 30.65954996088847, -45.02136939314947 30.469788185729428 M-45.02136939314947 30.469788185729428 C-45.79264413601819 30.240877890549733, -46.56391887888691 30.01196759537004, -46.957158867744035 29.89525603083607 M-45.02136939314947 30.469788185729428 C-45.63360914155689 30.288078642114126, -46.245848889964314 30.106369098498824, -46.957158867744035 29.89525603083607 M-46.957158867744035 29.89525603083607 C-47.59080088526011 29.662069911067555, -48.22444290277618 29.42888379129904, -48.85216065370029 29.197877856399685 M-46.957158867744035 29.89525603083607 C-47.40022873716124 29.73220222319756, -47.84329860657846 29.569148415559052, -48.85216065370029 29.197877856399685 M-48.85216065370029 29.197877856399685 C-49.22452786982059 29.033041935704233, -49.59689508594089 28.86820601500878, -50.69858778220308 28.380519338926206 M-48.85216065370029 29.197877856399685 C-49.246015684699856 29.02352991747056, -49.63987071569943 28.84918197854144, -50.69858778220308 28.380519338926206 M-50.69858778220308 28.380519338926206 C-51.3310541546039 28.05056203755874, -51.963520527004725 27.72060473619128, -52.48885288812403 27.446539179886773 M-50.69858778220308 28.380519338926206 C-51.089278619883416 28.176696179157798, -51.47996945756376 27.972873019389386, -52.48885288812403 27.446539179886773 M-52.48885288812403 27.446539179886773 C-53.164274435285925 27.03709466877964, -53.83969598244783 26.627650157672512, -54.21559938813226 26.399775304092994 M-52.48885288812403 27.446539179886773 C-52.868836162059345 27.216191086197608, -53.248819435994655 26.985842992508438, -54.21559938813226 26.399775304092994 M-54.21559938813226 26.399775304092994 C-54.731532744869185 26.03988252882836, -55.24746610160611 25.67998975356373, -55.8717317104733 25.244529088840636 M-54.21559938813226 26.399775304092994 C-54.719307886606856 26.04841006074658, -55.22301638508145 25.69704481740016, -55.8717317104733 25.244529088840636 M-55.8717317104733 25.244529088840636 C-56.27352482364958 24.924109773246332, -56.67531793682587 24.60369045765203, -57.45044445219533 23.98554768862774 M-55.8717317104733 25.244529088840636 C-56.417589038610764 24.809222395524554, -56.96344636674824 24.373915702208475, -57.45044445219533 23.98554768862774 M-57.45044445219533 23.98554768862774 C-58.03253235908269 23.4569108527947, -58.61462026597004 22.92827401696166, -58.94525034400981 22.628004528078435 M-57.45044445219533 23.98554768862774 C-57.76553653667065 23.69938939438696, -58.08062862114598 23.413231100146174, -58.94525034400981 22.628004528078435 M-58.94525034400981 22.628004528078435 C-59.3576217502785 22.202197194783913, -59.769993156547194 21.776389861489392, -60.35000690787244 21.177478043231478 M-58.94525034400981 22.628004528078435 C-59.46501443378211 22.091305431963146, -59.98477852355441 21.554606335847858, -60.35000690787244 21.177478043231478 M-60.35000690787244 21.177478043231478 C-60.63721615316541 20.840105721041326, -60.92442539845839 20.502733398851177, -61.65894169774293 19.639928758550113 M-60.35000690787244 21.177478043231478 C-60.87151040020847 20.564890366744226, -61.393013892544495 19.952302690256975, -61.65894169774293 19.639928758550113 M-61.65894169774293 19.639928758550113 C-62.085728612506514 19.068073173854714, -62.51251552727009 18.496217589159315, -62.8666760198041 18.021674793848355 M-61.65894169774293 19.639928758550113 C-61.924385987849426 19.28425759227972, -62.18983027795593 18.92858642600932, -62.8666760198041 18.021674793848355 M-62.8666760198041 18.021674793848355 C-63.287748187941034 17.37479486988107, -63.708820356077965 16.72791494591379, -63.968247034668394 16.329365901781557 M-62.8666760198041 18.021674793848355 C-63.29946607726658 17.35679304518317, -63.732256134729056 16.69191129651799, -63.968247034668394 16.329365901781557 M-63.968247034668394 16.329365901781557 C-64.35071570156991 15.650254054545755, -64.73318436847143 14.971142207309951, -64.9591281507495 14.569956142586314 M-63.968247034668394 16.329365901781557 C-64.31146058059961 15.71995549684055, -64.65467412653082 15.110545091899542, -64.9591281507495 14.569956142586314 M-64.9591281507495 14.569956142586314 C-65.29812579695721 13.866020276848348, -65.63712344316492 13.162084411110381, -65.83524762499809 12.750675308355417 M-64.9591281507495 14.569956142586314 C-65.16999922148953 14.132077852276533, -65.38087029222956 13.69419956196675, -65.83524762499809 12.750675308355417 M-65.83524762499809 12.750675308355417 C-66.08397235240693 12.136320422890124, -66.33269707981576 11.521965537424832, -66.59300529456745 10.878999214271209 M-65.83524762499809 12.750675308355417 C-66.11452714059111 12.06084950533856, -66.39380665618413 11.371023702321704, -66.59300529456745 10.878999214271209 M-66.59300529456745 10.878999214271209 C-66.76830368792612 10.35102838348089, -66.94360208128481 9.823057552690567, -67.22928737065482 8.962618978877522 M-66.59300529456745 10.878999214271209 C-66.78462964725564 10.301857195168743, -66.97625399994385 9.724715176066278, -67.22928737065482 8.962618978877522 M-67.22928737065482 8.962618978877522 C-67.3482503849478 8.508961446481825, -67.46721339924078 8.055303914086126, -67.74147923372743 7.009409419623911 M-67.22928737065482 8.962618978877522 C-67.40357332962094 8.29799108132722, -67.57785928858708 7.633363183776918, -67.74147923372743 7.009409419623911 M-67.74147923372743 7.009409419623911 C-67.85014219279587 6.451448090732051, -67.9588051518643 5.893486761840192, -68.12747617755518 5.027396693551461 M-67.74147923372743 7.009409419623911 C-67.83064597027024 6.551557072873081, -67.91981270681303 6.093704726122251, -68.12747617755518 5.027396693551461 M-68.12747617755518 5.027396693551461 C-68.21301004058185 4.364012942488347, -68.29854390360852 3.7006291914252323, -68.38569205789975 3.024725316091999 M-68.12747617755518 5.027396693551461 C-68.20222899069525 4.447628636449762, -68.2769818038353 3.8678605793480627, -68.38569205789975 3.024725316091999 M-68.38569205789975 3.024725316091999 C-68.41909401345103 2.5044628968074765, -68.45249596900231 1.9842004775229543, -68.51506581032167 1.0096246935071416 M-68.38569205789975 3.024725316091999 C-68.4293223993794 2.345147529768532, -68.47295274085907 1.6655697434450654, -68.51506581032167 1.0096246935071416 M-68.51506581032167 1.0096246935071416 C-68.51506581032167 0.21134774726817118, -68.51506581032167 -0.5869291989707992, -68.51506581032167 -1.0096246935071262 M-68.51506581032167 1.0096246935071416 C-68.51506581032167 0.4160703368110198, -68.51506581032167 -0.17748401988510198, -68.51506581032167 -1.0096246935071262 M-68.51506581032167 -1.0096246935071262 C-68.46890651311652 -1.7285930065914563, -68.42274721591137 -2.4475613196757866, -68.38569205789975 -3.024725316091956 M-68.51506581032167 -1.0096246935071262 C-68.4881505922249 -1.4288509409373458, -68.46123537412814 -1.8480771883675655, -68.38569205789975 -3.024725316091956 M-68.38569205789975 -3.024725316091956 C-68.29916005523172 -3.6958504411085213, -68.21262805256369 -4.366975566125087, -68.12747617755518 -5.027396693551446 M-68.38569205789975 -3.024725316091956 C-68.32247226241498 -3.515045565711122, -68.25925246693022 -4.005365815330289, -68.12747617755518 -5.027396693551446 M-68.12747617755518 -5.027396693551446 C-67.97826199333552 -5.793579993090382, -67.82904780911586 -6.559763292629318, -67.74147923372745 -7.009409419623896 M-68.12747617755518 -5.027396693551446 C-67.99199768186638 -5.723050135523203, -67.8565191861776 -6.418703577494961, -67.74147923372745 -7.009409419623896 M-67.74147923372745 -7.009409419623896 C-67.57676668286895 -7.63752976291844, -67.41205413201047 -8.265650106212984, -67.22928737065482 -8.962618978877506 M-67.74147923372745 -7.009409419623896 C-67.54493017300402 -7.758936173064094, -67.34838111228059 -8.508462926504292, -67.22928737065482 -8.962618978877506 M-67.22928737065482 -8.962618978877506 C-67.0271367677171 -9.571464386601328, -66.82498616477938 -10.180309794325149, -66.59300529456746 -10.878999214271168 M-67.22928737065482 -8.962618978877506 C-67.0223546185353 -9.585867458004895, -66.81542186641578 -10.209115937132282, -66.59300529456746 -10.878999214271168 M-66.59300529456746 -10.878999214271168 C-66.2960206926586 -11.612556922792729, -65.99903609074973 -12.34611463131429, -65.83524762499809 -12.750675308355401 M-66.59300529456746 -10.878999214271168 C-66.3772761625523 -11.411854341187636, -66.16154703053715 -11.944709468104104, -65.83524762499809 -12.750675308355401 M-65.83524762499809 -12.750675308355401 C-65.65850439067243 -13.117686416132011, -65.48176115634679 -13.484697523908622, -64.9591281507495 -14.5699561425863 M-65.83524762499809 -12.750675308355401 C-65.57917109414745 -13.28242370382677, -65.3230945632968 -13.81417209929814, -64.9591281507495 -14.5699561425863 M-64.9591281507495 -14.5699561425863 C-64.57279039370934 -15.255937951151136, -64.18645263666919 -15.94191975971597, -63.9682470346684 -16.329365901781546 M-64.9591281507495 -14.5699561425863 C-64.61988210641653 -15.172321846686536, -64.28063606208356 -15.774687550786771, -63.9682470346684 -16.329365901781546 M-63.9682470346684 -16.329365901781546 C-63.62252888368233 -16.860481820018283, -63.276810732696255 -17.39159773825502, -62.86667601980411 -18.021674793848344 M-63.9682470346684 -16.329365901781546 C-63.617781972816566 -16.867774349832146, -63.26731691096472 -17.406182797882742, -62.86667601980411 -18.021674793848344 M-62.86667601980411 -18.021674793848344 C-62.47164153691611 -18.550985012536522, -62.07660705402811 -19.0802952312247, -61.65894169774295 -19.639928758550102 M-62.86667601980411 -18.021674793848344 C-62.46735749350895 -18.556725240417737, -62.06803896721379 -19.091775686987134, -61.65894169774295 -19.639928758550102 M-61.65894169774295 -19.639928758550102 C-61.32662793794753 -20.030283409994404, -60.994314178152116 -20.42063806143871, -60.350006907872455 -21.177478043231467 M-61.65894169774295 -19.639928758550102 C-61.254309382750314 -20.11523289997142, -60.84967706775768 -20.59053704139274, -60.350006907872455 -21.177478043231467 M-60.350006907872455 -21.177478043231467 C-59.90405004727434 -21.6379651155382, -59.45809318667622 -22.09845218784493, -58.945250344009835 -22.628004528078403 M-60.350006907872455 -21.177478043231467 C-59.816214416261566 -21.728662615998303, -59.28242192465068 -22.279847188765142, -58.945250344009835 -22.628004528078403 M-58.945250344009835 -22.628004528078403 C-58.36239828980811 -23.157335342284117, -57.7795462356064 -23.686666156489835, -57.450444452195356 -23.98554768862771 M-58.945250344009835 -22.628004528078403 C-58.62724965998271 -22.9168043354748, -58.30924897595558 -23.205604142871202, -57.450444452195356 -23.98554768862771 M-57.450444452195356 -23.98554768862771 C-57.09121513644488 -24.27202350844515, -56.731985820694405 -24.55849932826259, -55.87173171047331 -25.244529088840626 M-57.450444452195356 -23.98554768862771 C-56.93356248054016 -24.397747306215802, -56.41668050888496 -24.809946923803892, -55.87173171047331 -25.244529088840626 M-55.87173171047331 -25.244529088840626 C-55.44107272656329 -25.544938153089316, -55.01041374265326 -25.84534721733801, -54.215599388132304 -26.39977530409297 M-55.87173171047331 -25.244529088840626 C-55.29732742647989 -25.645208651793748, -54.722923142486465 -26.045888214746874, -54.215599388132304 -26.39977530409297 M-54.215599388132304 -26.39977530409297 C-53.80551192761014 -26.648372732602922, -53.39542446708798 -26.896970161112876, -52.48885288812404 -27.446539179886763 M-54.215599388132304 -26.39977530409297 C-53.85035168151858 -26.62119061027598, -53.48510397490486 -26.842605916458997, -52.48885288812404 -27.446539179886763 M-52.48885288812404 -27.446539179886763 C-51.886002389232 -27.76104589901457, -51.28315189033996 -28.07555261814238, -50.69858778220309 -28.3805193389262 M-52.48885288812404 -27.446539179886763 C-51.83921410018992 -27.78545531943849, -51.189575312255805 -28.124371458990222, -50.69858778220309 -28.3805193389262 M-50.69858778220309 -28.3805193389262 C-50.19753094712348 -28.60232233649302, -49.69647411204388 -28.824125334059847, -48.8521606537003 -29.19787785639968 M-50.69858778220309 -28.3805193389262 C-49.96898076349083 -28.703494723086884, -49.23937374477857 -29.02647010724757, -48.8521606537003 -29.19787785639968 M-48.8521606537003 -29.19787785639968 C-48.255844431262226 -29.417327738543626, -47.65952820882415 -29.636777620687575, -46.95715886774408 -29.895256030836055 M-48.8521606537003 -29.19787785639968 C-48.30394672451411 -29.399625649974208, -47.755732795327916 -29.601373443548734, -46.95715886774408 -29.895256030836055 M-46.95715886774408 -29.895256030836055 C-46.39985680584232 -30.06066035747028, -45.84255474394055 -30.226064684104504, -45.02136939314951 -30.469788185729417 M-46.95715886774408 -29.895256030836055 C-46.37647430873989 -30.06760015987305, -45.7957897497357 -30.239944288910042, -45.02136939314951 -30.469788185729417 M-45.02136939314951 -30.469788185729417 C-44.298932522932986 -30.634679687015183, -43.57649565271647 -30.79957118830095, -43.05274680409324 -30.919113445218553 M-45.02136939314951 -30.469788185729417 C-44.25482319115442 -30.64474735415335, -43.48827698915934 -30.81970652257728, -43.05274680409324 -30.919113445218553 M-43.05274680409324 -30.919113445218553 C-42.30517987575657 -31.03997426872391, -41.55761294741991 -31.16083509222927, -41.05938059306196 -31.24138543543225 M-43.05274680409324 -30.919113445218553 C-42.56399136808429 -30.998131633757467, -42.075235932075344 -31.077149822296377, -41.05938059306196 -31.24138543543225 M-41.05938059306196 -31.24138543543225 C-40.319543101783374 -31.31275666843113, -39.57970561050479 -31.384127901430013, -39.04946192939246 -31.435279871635593 M-41.05938059306196 -31.24138543543225 C-40.31197209424738 -31.31348703442266, -39.5645635954328 -31.38558863341307, -39.04946192939246 -31.435279871635593 M-39.04946192939246 -31.435279871635593 C-38.28295998921001 -31.459860096951726, -37.51645804902758 -31.48444032226786, -37.03125000000001 -31.5 M-39.04946192939246 -31.435279871635593 C-38.25789125185279 -31.460664002565437, -37.466320574313116 -31.486048133495277, -37.03125000000001 -31.5 M-37.03125000000001 -31.5 C-37.03125000000001 -31.5, -37.03125 -31.5, -37.03125 -31.5 M-37.03125000000001 -31.5 C-37.03125000000001 -31.5, -37.03125 -31.5, -37.03125 -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(-53.15625, -24)\"><rect></rect><foreignObject width=\"106.3125\" 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 car<br>booking</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"flowchart-B-1\" transform=\"translate(461.3125, 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.15625, 520.265625)\"><rect class=\"basic label-container\" style=\"fill:#2196F3 !important\" x=\"-125.15625\" y=\"-75\" width=\"250.3125\" height=\"150\"></rect><g class=\"label\" style=\"color:#fff !important\" transform=\"translate(-95.15625, -60)\"><rect></rect><foreignObject width=\"190.3125\" 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, locations, car type,<br>rate, or loyalty changed<br>on the same PNR.</p></span></div></foreignObject></g></g><g class=\"node default\" id=\"flowchart-D-5\" transform=\"translate(461.3125, 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.3125, 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.3125, 520.265625)\"><rect class=\"basic label-container\" style=\"fill:#2196F3 !important\" x=\"-130\" y=\"-63\" width=\"260\" height=\"126\"></rect><g class=\"label\" style=\"color:#fff !important\" transform=\"translate(-100, -48)\"><rect></rect><foreignObject width=\"200\" height=\"96\"><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 or supplier 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 car<br>booking\"]) --> B{\"Type of<br>change?\"}\n\n        B -->|\"Modifying same PNR\"| C[\"<b>BOOKING_UPDATED</b><br>―――――――――――<br>Dates, locations, car type,<br>rate, or loyalty 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 -->|\"Manual rebook<br>(better rate)\"| F[\"<b>BOOKING_REBOOKED</b><br>―――――――――――<br>The confirmation number or supplier 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":"Modification and rebooking","id":"modification-and-rebooking","depth":1},{"value":"Modification and rebooking flow diagram","id":"modification-and-rebooking-flow-diagram","depth":2}],"frontmatter":{"seo":{"title":"Modification and rebooking"}},"lastModified":"2026-06-15T05:22:58.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/webhooks/booking-lifecycle/car-booking-lifecycle/car-modification-lifecycle","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}