{"info":{"_postman_id":"309151f2-55ca-4e3a-9362-a80aef06810b","name":"API Bus V9","description":"<html><head></head><body><h1 id=\"api-integration-guide-getting-started\"><strong>API Integration Guide – Getting Started</strong></h1>\n<p>To begin using the API, you will need a few credentials and settings that are essential for authentication and access.</p>\n<h3 id=\"1-get-your-api-credentials\">1. <strong>Get Your API Credentials</strong></h3>\n<p>Login to the <strong>DSA Portal</strong> to generate your API credentials:</p>\n<ul>\n<li><p><code>Api-Token</code></p>\n</li>\n<li><p><code>ClientId</code></p>\n</li>\n<li><p><code>UserName</code></p>\n</li>\n<li><p><code>Password</code></p>\n</li>\n<li><p><code>EndUserIp</code></p>\n</li>\n</ul>\n<blockquote>\n<p>These credentials are unique to your account and required for every API call. </p>\n</blockquote>\n<hr>\n<h3 id=\"2-whitelist-your-ip\">2. <strong>Whitelist Your IP</strong></h3>\n<p>To access the API securely, you must whitelist your public IP address in the <strong>DSA portal</strong>.</p>\n<p>This ensures that only trusted IPs can use the API with your credentials.</p>\n<hr>\n<h3 id=\"3-set-environment-variables\">3. <strong>Set Environment Variables</strong></h3>\n<p>Once you have all the required details:</p>\n<ul>\n<li><p>Replace the placeholders in the API documentation (like <code>Api-Token</code>) with your actual credentials.</p>\n</li>\n<li><p>You can use Postman's <strong>Environment</strong> feature to set these dynamically for convenience and better security.</p>\n</li>\n</ul>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jsonCopyEdit{\n  \"Api-Token\": \"your-api-token\",\n  \"ClientId\": \"your-client-id\",\n  \"UserName\": \"your-username\",\n  \"Password\": \"your-password\",\n  \"EndUserIp\": \"your-ip-address\"\n}\n\n</code></pre><blockquote>\n<p>🛠️ Pro Tip: Keep your environment variables updated if any credential changes, or regenerate your token from the DSA panel when needed. </p>\n</blockquote>\n<hr>\n<p>Now you're ready to start integrating with the API! 🚀</p>\n<p>For any help, feel free to reach out to the <strong>Support Team.</strong></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"API Integration Guide – Getting Started","slug":"api-integration-guide-getting-started"}],"owner":"19557394","collectionId":"309151f2-55ca-4e3a-9362-a80aef06810b","publishedId":"2sB34ikfQ3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-07-17T10:36:13.000Z"},"item":[{"name":"Search","id":"b5568cb1-0315-4245-b83a-9975f4a16e57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Api-Token","value":"{{ApiToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ClientId\": \"{{ClientId}}\",\n    \"UserName\": \"{{UserName}}\",\n    \"Password\": \"{{Password}}\",\n    \"FromCityCode\": \"19402\",\n    \"ToCityCode\": \"8875\",\n    \"DepartDate\": \"2025-07-30\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BusBaseUrl}}v9/rest/Search","urlObject":{"path":["rest","Search"],"host":["{{BusBaseUrl}}v9"],"query":[],"variable":[]}},"response":[{"id":"7cfbdac6-a22d-44ff-a709-3571674bd769","name":"Search","originalRequest":{"method":"POST","header":[{"key":"Api-Token","value":"{{ApiToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ClientId\": \"{{ClientId}}\",\n    \"UserName\": \"{{UserName}}\",\n    \"Password\": \"{{Password}}\",\n    \"FromCityCode\": \"19402\",\n    \"ToCityCode\": \"8875\",\n    \"DepartDate\": \"2025-07-30\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BusBaseUrl}}v9/rest/Search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 12 Jul 2025 07:18:37 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ci_session=ff15eb59b6c1aa8f294ae1e8115f367c447bab28; expires=Sat, 12-Jul-2025 09:18:33 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Error\": {\n        \"ErrorCode\": 0,\n        \"ErrorMessage\": \"\"\n    },\n    \"TraceId\": 36,\n    \"Result\": [\n        {\n            \"SrdvIndex\": 39,\n            \"ResultIndex\": \"2000000153240054664\",\n            \"DepartureTime\": \"2025-07-30T18:00:00\",\n            \"ArrivalTime\": \"2025-07-31T04:00:00\",\n            \"Duration\": 600,\n            \"IsArrivingNextDay\": \"false\",\n            \"AvailableSeats\": \"13\",\n            \"MaxSeatsPerTicket\": \"6\",\n            \"RouteId\": \"2000000100000054664\",\n            \"BusRoute\": \"Bangalore-Hyderabad\",\n            \"BusType\": \"Volvo A/C Seater (1+1)\",\n            \"OperatorId\": \"10419079\",\n            \"TravelsName\": \"TESTING ACCOUNT\",\n            \"Seater\": \"true\",\n            \"Sleeper\": \"false\",\n            \"MTicketEnabled\": \"true\",\n            \"IdProofRequired\": \"false\",\n            \"IsDropPointMandatory\": \"false\",\n            \"IsAC\": \"true\",\n            \"LiveTracking\": \"false\",\n            \"OTGEnabled\": \"false\",\n            \"VaccinatedBus\": \"false\",\n            \"VaccinatedStaff\": \"false\",\n            \"BoardingPoints\": [\n                {\n                    \"Id\": \"43227\",\n                    \"Name\": \"Domlur\",\n                    \"Address\": \"Domlur\",\n                    \"Location\": \"Domlur\",\n                    \"Landmark\": \"Domlur\",\n                    \"ContactNumber\": \"7204587325\",\n                    \"Time\": \"18:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DroppingPoints\": [\n                {\n                    \"Id\": \"24511\",\n                    \"Name\": \"Abids\",\n                    \"Address\": \"Kukatpalli, testing\",\n                    \"Location\": \"Abids\",\n                    \"Landmark\": \"kukatpalli,Testing\",\n                    \"ContactNumber\": \"99999999999999\",\n                    \"Time\": \"04:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DisplayFare\": \"5.25\",\n            \"Price\": [\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0.25,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"0.25\"\n                }\n            ],\n            \"PartialCancellationAllowed\": \"true\",\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationCharge\": \"100\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 0 to 12 hours from the Wed Jul 30 18:00:00 IST 2025, the cancellation fee is 100%\",\n                    \"TimeBeforeDept\": \"12\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"50\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 12 to 24 hours from the Wed Jul 30 18:00:00 IST 2025, the cancellation fee is 50%\",\n                    \"TimeBeforeDept\": \"24\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"10\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens anytime before 24 hours from the Wed Jul 30 18:00:00 IST 2025, the cancellation fee is 10%\",\n                    \"TimeBeforeDept\": \"-1\",\n                    \"FromDate\": \"2025-07-30\"\n                }\n            ]\n        },\n        {\n            \"SrdvIndex\": 39,\n            \"ResultIndex\": \"2000000153240079020\",\n            \"DepartureTime\": \"2025-07-30T01:00:00\",\n            \"ArrivalTime\": \"2025-07-30T21:00:00\",\n            \"Duration\": 1200,\n            \"IsArrivingNextDay\": \"false\",\n            \"AvailableSeats\": \"28\",\n            \"MaxSeatsPerTicket\": \"6\",\n            \"RouteId\": \"2000000100000079020\",\n            \"BusRoute\": \"Bangalore-Chennai-Hyderabad\",\n            \"BusType\": \"Volvo A/C Sleeper (2+2)\",\n            \"OperatorId\": \"10419079\",\n            \"TravelsName\": \"TESTING ACCOUNT\",\n            \"Seater\": \"false\",\n            \"Sleeper\": \"true\",\n            \"MTicketEnabled\": \"true\",\n            \"IdProofRequired\": \"false\",\n            \"IsDropPointMandatory\": \"false\",\n            \"IsAC\": \"true\",\n            \"LiveTracking\": \"false\",\n            \"OTGEnabled\": \"false\",\n            \"VaccinatedBus\": \"false\",\n            \"VaccinatedStaff\": \"false\",\n            \"BoardingPoints\": [\n                {\n                    \"Id\": \"89682\",\n                    \"Name\": \"Domlur I Stage (Pickup Bus)\",\n                    \"Address\": \"test\",\n                    \"Location\": \"Domlur I Stage\",\n                    \"Landmark\": \"test\",\n                    \"ContactNumber\": \"0099988899\",\n                    \"Time\": \"01:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DroppingPoints\": [\n                {\n                    \"Id\": \"24532\",\n                    \"Name\": \"Anand Bagh\",\n                    \"Address\": \"test\",\n                    \"Location\": \"Anand Bagh\",\n                    \"Landmark\": \"asdf\",\n                    \"ContactNumber\": \"123456789\",\n                    \"Time\": \"21:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DisplayFare\": \"8.40\",\n            \"Price\": [\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"8.00\",\n                    \"Tax\": \"0.40\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"8.40\",\n                    \"OfferedFare\": 8,\n                    \"AgentCommission\": 0.4,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"8.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"0.40\"\n                },\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"8.00\",\n                    \"Tax\": \"0.40\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"8.40\",\n                    \"OfferedFare\": 8,\n                    \"AgentCommission\": 0.4,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"8.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"0.40\"\n                },\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"10.00\",\n                    \"Tax\": \"0.50\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"10.50\",\n                    \"OfferedFare\": 10,\n                    \"AgentCommission\": 0.5,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"10.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"0.50\"\n                }\n            ],\n            \"PartialCancellationAllowed\": \"true\",\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationCharge\": \"100\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 0 to 12 hours from the Wed Jul 30 01:00:00 IST 2025, the cancellation fee is 100%\",\n                    \"TimeBeforeDept\": \"12\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"50\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 12 to 24 hours from the Wed Jul 30 01:00:00 IST 2025, the cancellation fee is 50%\",\n                    \"TimeBeforeDept\": \"24\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"10\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens anytime before 24 hours from the Wed Jul 30 01:00:00 IST 2025, the cancellation fee is 10%\",\n                    \"TimeBeforeDept\": \"-1\",\n                    \"FromDate\": \"2025-07-30\"\n                }\n            ]\n        },\n        {\n            \"SrdvIndex\": 39,\n            \"ResultIndex\": \"2000000153240109232\",\n            \"DepartureTime\": \"2025-07-30T20:00:00\",\n            \"ArrivalTime\": \"2025-07-31T05:00:00\",\n            \"Duration\": 540,\n            \"IsArrivingNextDay\": \"false\",\n            \"AvailableSeats\": \"12\",\n            \"MaxSeatsPerTicket\": \"6\",\n            \"RouteId\": \"2000000100000109232\",\n            \"BusRoute\": \"Bangalore-Pune-Hyderabad\",\n            \"BusType\": \"Espano Divo A/C Sleeper/Semi Sleeper (2+1)\",\n            \"OperatorId\": \"25541201\",\n            \"TravelsName\": \"Potter Travels\",\n            \"Seater\": \"true\",\n            \"Sleeper\": \"true\",\n            \"MTicketEnabled\": \"true\",\n            \"IdProofRequired\": \"false\",\n            \"IsDropPointMandatory\": \"false\",\n            \"IsAC\": \"true\",\n            \"LiveTracking\": \"false\",\n            \"OTGEnabled\": \"false\",\n            \"VaccinatedBus\": \"false\",\n            \"VaccinatedStaff\": \"false\",\n            \"BoardingPoints\": [\n                {\n                    \"Id\": \"256691\",\n                    \"Name\": \" HSR Layout BDA Complex\",\n                    \"Address\": \"ADADA\",\n                    \"Location\": \" HSR Layout BDA Complex\",\n                    \"Landmark\": \"qee\",\n                    \"ContactNumber\": \"9818649038\",\n                    \"Time\": \"20:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DroppingPoints\": [\n                {\n                    \"Id\": \"157955\",\n                    \"Name\": \"A S Rao Nagar\",\n                    \"Address\": \"A S Rao Nagar\",\n                    \"Location\": \"A S Rao Nagar\",\n                    \"Landmark\": \"test\",\n                    \"ContactNumber\": \"34345678345678\",\n                    \"Time\": \"05:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DisplayFare\": \"10.50\",\n            \"Price\": [\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"10.00\",\n                    \"Tax\": \"0.50\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"10.50\",\n                    \"OfferedFare\": 10,\n                    \"AgentCommission\": 0.5,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"10.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"0.50\"\n                },\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"10.00\",\n                    \"Tax\": \"0.50\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"10.50\",\n                    \"OfferedFare\": 10,\n                    \"AgentCommission\": 0.5,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"10.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"0.50\"\n                }\n            ],\n            \"PartialCancellationAllowed\": \"true\",\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationCharge\": \"100\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 0 to 12 hours from the Wed Jul 30 20:00:00 IST 2025, the cancellation fee is 100%\",\n                    \"TimeBeforeDept\": \"12\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"50\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 12 to 24 hours from the Wed Jul 30 20:00:00 IST 2025, the cancellation fee is 50%\",\n                    \"TimeBeforeDept\": \"24\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"10\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens anytime before 24 hours from the Wed Jul 30 20:00:00 IST 2025, the cancellation fee is 10%\",\n                    \"TimeBeforeDept\": \"-1\",\n                    \"FromDate\": \"2025-07-30\"\n                }\n            ]\n        },\n        {\n            \"SrdvIndex\": 39,\n            \"ResultIndex\": \"2000000153240114514\",\n            \"DepartureTime\": \"2025-07-30T20:02:00\",\n            \"ArrivalTime\": \"2025-07-31T05:00:00\",\n            \"Duration\": 538,\n            \"IsArrivingNextDay\": \"false\",\n            \"AvailableSeats\": \"7\",\n            \"MaxSeatsPerTicket\": \"6\",\n            \"RouteId\": \"2000000100000114514\",\n            \"BusRoute\": \"Bangalore-Chikmagalur-Hyderabad\",\n            \"BusType\": \"Bharat benz Non A/C Seater Pushback (1+1)\",\n            \"OperatorId\": \"25541201\",\n            \"TravelsName\": \"Poppin Travles\",\n            \"Seater\": \"true\",\n            \"Sleeper\": \"false\",\n            \"MTicketEnabled\": \"true\",\n            \"IdProofRequired\": \"false\",\n            \"IsDropPointMandatory\": \"false\",\n            \"IsAC\": \"false\",\n            \"LiveTracking\": \"false\",\n            \"OTGEnabled\": \"false\",\n            \"VaccinatedBus\": \"false\",\n            \"VaccinatedStaff\": \"false\",\n            \"BoardingPoints\": [\n                {\n                    \"Id\": \"252884\",\n                    \"Name\": \"Old Airport Road\",\n                    \"Address\": \"asdasdasdads\",\n                    \"Location\": \"Old Airport Road\",\n                    \"Landmark\": \"Murgeshpallya\",\n                    \"ContactNumber\": \"9818649039\",\n                    \"Time\": \"20:02\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DroppingPoints\": [\n                {\n                    \"Id\": \"235765\",\n                    \"Name\": \"APSRTC M G Bus Station\",\n                    \"Address\": \"Testingg\",\n                    \"Location\": \"APSRTC M G Bus Station\",\n                    \"Landmark\": \"Testingg\",\n                    \"ContactNumber\": \"1234567890\",\n                    \"Time\": \"05:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DisplayFare\": \"10.50\",\n            \"Price\": [\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"10.00\",\n                    \"Tax\": \"0.50\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"10.50\",\n                    \"OfferedFare\": 10,\n                    \"AgentCommission\": 0.5,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"10.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"0.50\"\n                }\n            ],\n            \"PartialCancellationAllowed\": \"true\",\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationCharge\": \"100\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 0 to 12 hours from the Wed Jul 30 20:02:00 IST 2025, the cancellation fee is 100%\",\n                    \"TimeBeforeDept\": \"12\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"50\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 12 to 24 hours from the Wed Jul 30 20:02:00 IST 2025, the cancellation fee is 50%\",\n                    \"TimeBeforeDept\": \"24\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"10\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens anytime before 24 hours from the Wed Jul 30 20:02:00 IST 2025, the cancellation fee is 10%\",\n                    \"TimeBeforeDept\": \"-1\",\n                    \"FromDate\": \"2025-07-30\"\n                }\n            ]\n        },\n        {\n            \"SrdvIndex\": 39,\n            \"ResultIndex\": \"2000000153240090662\",\n            \"DepartureTime\": \"2025-07-30T10:00:00\",\n            \"ArrivalTime\": \"2025-07-30T22:00:00\",\n            \"Duration\": 720,\n            \"IsArrivingNextDay\": \"false\",\n            \"AvailableSeats\": \"40\",\n            \"MaxSeatsPerTicket\": \"6\",\n            \"RouteId\": \"2000000100000090662\",\n            \"BusRoute\": \"Bangalore-Hyderabad\",\n            \"BusType\": \"Isuzu A/C Seater/Sleeper Executive Luxury (1+1)\",\n            \"OperatorId\": \"10419079\",\n            \"TravelsName\": \"TESTING ACCOUNT\",\n            \"Seater\": \"true\",\n            \"Sleeper\": \"true\",\n            \"MTicketEnabled\": \"true\",\n            \"IdProofRequired\": \"false\",\n            \"IsDropPointMandatory\": \"false\",\n            \"IsAC\": \"true\",\n            \"LiveTracking\": \"false\",\n            \"OTGEnabled\": \"false\",\n            \"VaccinatedBus\": \"false\",\n            \"VaccinatedStaff\": \"false\",\n            \"BoardingPoints\": [\n                {\n                    \"Id\": \"223503\",\n                    \"Name\": \"HAL Main Gate (Pickup Bus)\",\n                    \"Address\": \"hal\",\n                    \"Location\": \"HAL Main Gate\",\n                    \"Landmark\": \"hal\",\n                    \"ContactNumber\": \"64535425255\",\n                    \"Time\": \"10:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DroppingPoints\": [\n                {\n                    \"Id\": \"226777\",\n                    \"Name\": \"AFZALGUNJ  (VAN PICKUP) (Pickup Bus)\",\n                    \"Address\": \"AFZALGUNJ  (VAN PICKUP)\",\n                    \"Location\": \"AFZALGUNJ  (VAN PICKUP)\",\n                    \"Landmark\": \"AFZALGUNJ  (VAN PICKUP)\",\n                    \"ContactNumber\": \"9898989988\",\n                    \"Time\": \"22:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DisplayFare\": \"73.50\",\n            \"Price\": [\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"70.00\",\n                    \"Tax\": \"3.50\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"73.50\",\n                    \"OfferedFare\": 70,\n                    \"AgentCommission\": 3.5,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"70.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"3.50\"\n                },\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"70.00\",\n                    \"Tax\": \"3.50\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"73.50\",\n                    \"OfferedFare\": 70,\n                    \"AgentCommission\": 3.5,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"70.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"3.50\"\n                },\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"70.00\",\n                    \"Tax\": \"3.50\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"73.50\",\n                    \"OfferedFare\": 70,\n                    \"AgentCommission\": 3.5,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"70.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"3.50\"\n                }\n            ],\n            \"PartialCancellationAllowed\": \"true\",\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationCharge\": \"100\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 0 to 12 hours from the Wed Jul 30 10:00:00 IST 2025, the cancellation fee is 100%\",\n                    \"TimeBeforeDept\": \"12\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"50\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 12 to 24 hours from the Wed Jul 30 10:00:00 IST 2025, the cancellation fee is 50%\",\n                    \"TimeBeforeDept\": \"24\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"10\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens anytime before 24 hours from the Wed Jul 30 10:00:00 IST 2025, the cancellation fee is 10%\",\n                    \"TimeBeforeDept\": \"-1\",\n                    \"FromDate\": \"2025-07-30\"\n                }\n            ]\n        },\n        {\n            \"SrdvIndex\": 39,\n            \"ResultIndex\": \"2000000153240101903\",\n            \"DepartureTime\": \"2025-07-30T11:35:00\",\n            \"ArrivalTime\": \"2025-07-31T01:00:00\",\n            \"Duration\": 805,\n            \"IsArrivingNextDay\": \"false\",\n            \"AvailableSeats\": \"8\",\n            \"MaxSeatsPerTicket\": \"6\",\n            \"RouteId\": \"2000000100000101903\",\n            \"BusRoute\": \"Bangalore-Hyderabad\",\n            \"BusType\": \"Bharat benz Non A/C Sleeper Air Suspension (1+1)\",\n            \"OperatorId\": \"25541201\",\n            \"TravelsName\": \"TESTING ACCOUNT\",\n            \"Seater\": \"false\",\n            \"Sleeper\": \"true\",\n            \"MTicketEnabled\": \"true\",\n            \"IdProofRequired\": \"false\",\n            \"IsDropPointMandatory\": \"false\",\n            \"IsAC\": \"false\",\n            \"LiveTracking\": \"false\",\n            \"OTGEnabled\": \"false\",\n            \"VaccinatedBus\": \"false\",\n            \"VaccinatedStaff\": \"false\",\n            \"BoardingPoints\": [\n                {\n                    \"Id\": \"252884\",\n                    \"Name\": \"Old Airport Road\",\n                    \"Address\": \"asdasdasdads\",\n                    \"Location\": \"Old Airport Road\",\n                    \"Landmark\": \"Murgeshpallya\",\n                    \"ContactNumber\": \"9818649039\",\n                    \"Time\": \"11:35\",\n                    \"IsPrime\": \"true\"\n                },\n                {\n                    \"Id\": \"256691\",\n                    \"Name\": \" HSR Layout BDA Complex\",\n                    \"Address\": \"ADADA\",\n                    \"Location\": \" HSR Layout BDA Complex\",\n                    \"Landmark\": \"qee\",\n                    \"ContactNumber\": \"9818649038\",\n                    \"Time\": \"12:00\",\n                    \"IsPrime\": \"false\"\n                },\n                {\n                    \"Id\": \"157801\",\n                    \"Name\": \"Domlur\",\n                    \"Address\": \"hahahah\",\n                    \"Location\": \"Domlur\",\n                    \"Landmark\": \"Kings landing\",\n                    \"ContactNumber\": \"234567890456789\",\n                    \"Time\": \"12:30\",\n                    \"IsPrime\": \"false\"\n                }\n            ],\n            \"DroppingPoints\": [\n                {\n                    \"Id\": \"157955\",\n                    \"Name\": \"A S Rao Nagar\",\n                    \"Address\": \"A S Rao Nagar\",\n                    \"Location\": \"A S Rao Nagar\",\n                    \"Landmark\": \"test\",\n                    \"ContactNumber\": \"34345678345678\",\n                    \"Time\": \"01:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DisplayFare\": \"94.50\",\n            \"Price\": [\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"90.00\",\n                    \"Tax\": \"4.50\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"94.50\",\n                    \"OfferedFare\": 90,\n                    \"AgentCommission\": 4.5,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"90.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"4.50\"\n                }\n            ],\n            \"PartialCancellationAllowed\": \"true\",\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationCharge\": \"0\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens anytime before 0 hours from the Wed Jul 30 11:35:00 IST 2025, the cancellation fee is 0%\",\n                    \"TimeBeforeDept\": \"-1\",\n                    \"FromDate\": \"2025-07-30\"\n                }\n            ]\n        },\n        {\n            \"SrdvIndex\": 39,\n            \"ResultIndex\": \"2000000153240105832\",\n            \"DepartureTime\": \"2025-07-30T20:00:00\",\n            \"ArrivalTime\": \"2025-07-31T09:00:00\",\n            \"Duration\": 780,\n            \"IsArrivingNextDay\": \"false\",\n            \"AvailableSeats\": \"39\",\n            \"MaxSeatsPerTicket\": \"6\",\n            \"RouteId\": \"2000000100000105832\",\n            \"BusRoute\": \"Bangalore-Hyderabad\",\n            \"BusType\": \"Isuzu A/C Seater/Sleeper Executive Luxury (1+1)\",\n            \"OperatorId\": \"10419079\",\n            \"TravelsName\": \"TESTING ACCOUNT\",\n            \"Seater\": \"true\",\n            \"Sleeper\": \"true\",\n            \"MTicketEnabled\": \"true\",\n            \"IdProofRequired\": \"false\",\n            \"IsDropPointMandatory\": \"false\",\n            \"IsAC\": \"true\",\n            \"LiveTracking\": \"false\",\n            \"OTGEnabled\": \"false\",\n            \"VaccinatedBus\": \"false\",\n            \"VaccinatedStaff\": \"false\",\n            \"BoardingPoints\": [\n                {\n                    \"Id\": \"263409\",\n                    \"Name\": \"Indian Express\",\n                    \"Address\": \"Indra Nagar\",\n                    \"Location\": \"Indian Express\",\n                    \"Landmark\": \"Nandana Hotel\",\n                    \"ContactNumber\": \"98765432234\",\n                    \"Time\": \"20:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DroppingPoints\": [\n                {\n                    \"Id\": \"225777\",\n                    \"Name\": \"A.S Raonagar (Pickup Bus)\",\n                    \"Address\": \"sdfghjn\",\n                    \"Location\": \"A.S Raonagar\",\n                    \"Landmark\": \"kjmhnbvgcfxz\",\n                    \"ContactNumber\": \"908777776\",\n                    \"Time\": \"09:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DisplayFare\": \"105.00\",\n            \"Price\": [\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"100.00\",\n                    \"Tax\": \"5.00\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"105.00\",\n                    \"OfferedFare\": 100,\n                    \"AgentCommission\": 5,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"100.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"5.00\"\n                },\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"150.00\",\n                    \"Tax\": \"7.50\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"157.50\",\n                    \"OfferedFare\": 150,\n                    \"AgentCommission\": 7.5,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"150.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"7.50\"\n                }\n            ],\n            \"PartialCancellationAllowed\": \"true\",\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationCharge\": \"100\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 0 to 12 hours from the Wed Jul 30 20:00:00 IST 2025, the cancellation fee is 100%\",\n                    \"TimeBeforeDept\": \"12\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"50\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 12 to 24 hours from the Wed Jul 30 20:00:00 IST 2025, the cancellation fee is 50%\",\n                    \"TimeBeforeDept\": \"24\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"10\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens anytime before 24 hours from the Wed Jul 30 20:00:00 IST 2025, the cancellation fee is 10%\",\n                    \"TimeBeforeDept\": \"-1\",\n                    \"FromDate\": \"2025-07-30\"\n                }\n            ]\n        },\n        {\n            \"SrdvIndex\": 39,\n            \"ResultIndex\": \"2000000153240082096\",\n            \"DepartureTime\": \"2025-07-30T13:00:00\",\n            \"ArrivalTime\": \"2025-07-30T23:00:00\",\n            \"Duration\": 600,\n            \"IsArrivingNextDay\": \"false\",\n            \"AvailableSeats\": \"24\",\n            \"MaxSeatsPerTicket\": \"6\",\n            \"RouteId\": \"2000000100000082096\",\n            \"BusRoute\": \"Bangalore-Hyderabad\",\n            \"BusType\": \"A/C Seater/Sleeper Multi Axle (2+2)\",\n            \"OperatorId\": \"24997562\",\n            \"TravelsName\": \"TESTING ACCOUNT\",\n            \"Seater\": \"true\",\n            \"Sleeper\": \"true\",\n            \"MTicketEnabled\": \"true\",\n            \"IdProofRequired\": \"false\",\n            \"IsDropPointMandatory\": \"false\",\n            \"IsAC\": \"true\",\n            \"LiveTracking\": \"false\",\n            \"OTGEnabled\": \"false\",\n            \"VaccinatedBus\": \"false\",\n            \"VaccinatedStaff\": \"false\",\n            \"BoardingPoints\": [\n                {\n                    \"Id\": \"206878\",\n                    \"Name\": \" HSR Layout BDA Complex\",\n                    \"Address\": \"Bangalore\",\n                    \"Location\": \" HSR Layout BDA Complex\",\n                    \"Landmark\": \"Towards Bellandhur road \",\n                    \"ContactNumber\": \"1234567890\",\n                    \"Time\": \"13:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DroppingPoints\": [\n                {\n                    \"Id\": \"206869\",\n                    \"Name\": \"Nampally\",\n                    \"Address\": \"Hyderabad\",\n                    \"Location\": \"Nampally\",\n                    \"Landmark\": \"Towards Congress bahavan \",\n                    \"ContactNumber\": \"1234567890\",\n                    \"Time\": \"23:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DisplayFare\": \"107.10\",\n            \"Price\": [\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"102.00\",\n                    \"Tax\": \"5.10\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"107.10\",\n                    \"OfferedFare\": 102,\n                    \"AgentCommission\": 5.1,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"102.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"5.10\"\n                },\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"106.00\",\n                    \"Tax\": \"5.30\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"111.30\",\n                    \"OfferedFare\": 106,\n                    \"AgentCommission\": 5.3,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"106.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"5.30\"\n                }\n            ],\n            \"PartialCancellationAllowed\": \"true\",\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationCharge\": \"100\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 0 to 12 hours from the Wed Jul 30 13:00:00 IST 2025, the cancellation fee is 100%\",\n                    \"TimeBeforeDept\": \"12\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"50\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 12 to 24 hours from the Wed Jul 30 13:00:00 IST 2025, the cancellation fee is 50%\",\n                    \"TimeBeforeDept\": \"24\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"10\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens anytime before 24 hours from the Wed Jul 30 13:00:00 IST 2025, the cancellation fee is 10%\",\n                    \"TimeBeforeDept\": \"-1\",\n                    \"FromDate\": \"2025-07-30\"\n                }\n            ]\n        },\n        {\n            \"SrdvIndex\": 39,\n            \"ResultIndex\": \"2000000153240004008\",\n            \"DepartureTime\": \"2025-07-30T17:00:00\",\n            \"ArrivalTime\": \"2025-07-31T05:00:00\",\n            \"Duration\": 720,\n            \"IsArrivingNextDay\": \"false\",\n            \"AvailableSeats\": \"13\",\n            \"MaxSeatsPerTicket\": \"6\",\n            \"RouteId\": \"2000000100000004008\",\n            \"BusRoute\": \"Mangalore-Bangalore-Hyderabad\",\n            \"BusType\": \"Luxura A/C Seater Semi Luxury (1+1)\",\n            \"OperatorId\": \"11223665\",\n            \"TravelsName\": \"TESTING ACCOUNT\",\n            \"Seater\": \"true\",\n            \"Sleeper\": \"false\",\n            \"MTicketEnabled\": \"true\",\n            \"IdProofRequired\": \"true\",\n            \"IsDropPointMandatory\": \"false\",\n            \"IsAC\": \"true\",\n            \"LiveTracking\": \"false\",\n            \"OTGEnabled\": \"false\",\n            \"VaccinatedBus\": \"false\",\n            \"VaccinatedStaff\": \"false\",\n            \"BoardingPoints\": [\n                {\n                    \"Id\": \"26804\",\n                    \"Name\": \" HSR Layout BDA Complex\",\n                    \"Address\": \"qwerty\",\n                    \"Location\": \" HSR Layout BDA Complex\",\n                    \"Landmark\": \"test\",\n                    \"ContactNumber\": \"1234567890\",\n                    \"Time\": \"17:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DroppingPoints\": [\n                {\n                    \"Id\": \"21132\",\n                    \"Name\": \"Afzal Gunj\",\n                    \"Address\": \"City Bus Stop\",\n                    \"Location\": \"Afzal Gunj\",\n                    \"Landmark\": \"Bus Stand\",\n                    \"ContactNumber\": \"8886930786\",\n                    \"Time\": \"05:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DisplayFare\": \"126.00\",\n            \"Price\": [\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"120.00\",\n                    \"Tax\": \"6.00\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"126.00\",\n                    \"OfferedFare\": 120,\n                    \"AgentCommission\": 6,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"120.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"6.00\"\n                },\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"150.00\",\n                    \"Tax\": \"7.50\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"157.50\",\n                    \"OfferedFare\": 150,\n                    \"AgentCommission\": 7.5,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"150.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"7.50\"\n                }\n            ],\n            \"PartialCancellationAllowed\": \"true\",\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationCharge\": \"100\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 0 to 12 hours from the Wed Jul 30 09:00:00 IST 2025, the cancellation fee is 100%\",\n                    \"TimeBeforeDept\": \"12\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"50\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 12 to 24 hours from the Wed Jul 30 09:00:00 IST 2025, the cancellation fee is 50%\",\n                    \"TimeBeforeDept\": \"24\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"10\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens anytime before 24 hours from the Wed Jul 30 09:00:00 IST 2025, the cancellation fee is 10%\",\n                    \"TimeBeforeDept\": \"-1\",\n                    \"FromDate\": \"2025-07-30\"\n                }\n            ]\n        },\n        {\n            \"SrdvIndex\": 39,\n            \"ResultIndex\": \"2000000153240032003\",\n            \"DepartureTime\": \"2025-07-30T20:05:00\",\n            \"ArrivalTime\": \"2025-07-31T05:00:00\",\n            \"Duration\": 535,\n            \"IsArrivingNextDay\": \"false\",\n            \"AvailableSeats\": \"55\",\n            \"MaxSeatsPerTicket\": \"6\",\n            \"RouteId\": \"2000000100000032003\",\n            \"BusRoute\": \"Bangalore-Mysore-Hyderabad\",\n            \"BusType\": \"Mercedes Benz A/C Seater/Sleeper Multi Axle (2+3)\",\n            \"OperatorId\": \"10419079\",\n            \"TravelsName\": \"bobo\",\n            \"Seater\": \"true\",\n            \"Sleeper\": \"true\",\n            \"MTicketEnabled\": \"true\",\n            \"IdProofRequired\": \"false\",\n            \"IsDropPointMandatory\": \"false\",\n            \"IsAC\": \"true\",\n            \"LiveTracking\": \"false\",\n            \"OTGEnabled\": \"false\",\n            \"VaccinatedBus\": \"false\",\n            \"VaccinatedStaff\": \"false\",\n            \"BoardingPoints\": [\n                {\n                    \"Id\": \"79537\",\n                    \"Name\": \"B K Circle\",\n                    \"Address\": \"test\",\n                    \"Location\": \"B K Circle\",\n                    \"Landmark\": \"test\",\n                    \"ContactNumber\": \"1234567890\",\n                    \"Time\": \"17:29\",\n                    \"IsPrime\": \"false\"\n                },\n                {\n                    \"Id\": \"71470\",\n                    \"Name\": \"CV Dasarahalli\",\n                    \"Address\": \"tuk\",\n                    \"Location\": \"Domlur\",\n                    \"Landmark\": \"sdad\",\n                    \"ContactNumber\": \"1234567890\",\n                    \"Time\": \"20:05\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DroppingPoints\": [\n                {\n                    \"Id\": \"24527\",\n                    \"Name\": \"Afzal Gunj\",\n                    \"Address\": \"test\",\n                    \"Location\": \"Afzal Gunj\",\n                    \"Landmark\": \"asd\",\n                    \"ContactNumber\": \"1234567890\",\n                    \"Time\": \"05:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DisplayFare\": \"126.00\",\n            \"Price\": [\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"120.00\",\n                    \"Tax\": \"6.00\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"126.00\",\n                    \"OfferedFare\": 120,\n                    \"AgentCommission\": 6,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"120.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"6.00\"\n                },\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"130.00\",\n                    \"Tax\": \"6.50\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"136.50\",\n                    \"OfferedFare\": 130,\n                    \"AgentCommission\": 6.5,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"130.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"6.50\"\n                }\n            ],\n            \"PartialCancellationAllowed\": \"true\",\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationCharge\": \"100\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 0 to 12 hours from the Wed Jul 30 17:29:00 IST 2025, the cancellation fee is 100%\",\n                    \"TimeBeforeDept\": \"12\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"50\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 12 to 24 hours from the Wed Jul 30 17:29:00 IST 2025, the cancellation fee is 50%\",\n                    \"TimeBeforeDept\": \"24\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"10\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens anytime before 24 hours from the Wed Jul 30 17:29:00 IST 2025, the cancellation fee is 10%\",\n                    \"TimeBeforeDept\": \"-1\",\n                    \"FromDate\": \"2025-07-30\"\n                }\n            ]\n        },\n        {\n            \"SrdvIndex\": 39,\n            \"ResultIndex\": \"2000000153240117941\",\n            \"DepartureTime\": \"2025-07-30T20:00:00\",\n            \"ArrivalTime\": \"2025-07-31T06:00:00\",\n            \"Duration\": 600,\n            \"IsArrivingNextDay\": \"false\",\n            \"AvailableSeats\": \"20\",\n            \"MaxSeatsPerTicket\": \"6\",\n            \"RouteId\": \"2000000100000117941\",\n            \"BusRoute\": \"Bangalore-Hyderabad\",\n            \"BusType\": \"Volvo A/C Seater (1+1)\",\n            \"OperatorId\": \"10419079\",\n            \"TravelsName\": \"TESTING ACCOUNT\",\n            \"Seater\": \"true\",\n            \"Sleeper\": \"false\",\n            \"MTicketEnabled\": \"true\",\n            \"IdProofRequired\": \"false\",\n            \"IsDropPointMandatory\": \"false\",\n            \"IsAC\": \"true\",\n            \"LiveTracking\": \"false\",\n            \"OTGEnabled\": \"false\",\n            \"VaccinatedBus\": \"false\",\n            \"VaccinatedStaff\": \"false\",\n            \"BoardingPoints\": [\n                {\n                    \"Id\": \"207597\",\n                    \"Name\": \"Bommasandra \",\n                    \"Address\": \"Opp. XYZ Hotel, Bommsandra, Bangalore, 560017\\nNote- Actual bus will not come here, Pick up will be done in Van.\",\n                    \"Location\": \"Bommasandra\",\n                    \"Landmark\": \"Opp. XYZ Hotel\",\n                    \"ContactNumber\": \"09090909090\",\n                    \"Time\": \"20:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DroppingPoints\": [\n                {\n                    \"Id\": \"226786\",\n                    \"Name\": \"Anand Bagh (Pickup Bus)\",\n                    \"Address\": \"Anand Bagh\",\n                    \"Location\": \"Anand Bagh\",\n                    \"Landmark\": \"Anand Bagh\",\n                    \"ContactNumber\": \"8787878689\",\n                    \"Time\": \"06:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DisplayFare\": \"166.95\",\n            \"Price\": [\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"159.00\",\n                    \"Tax\": \"7.95\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"166.95\",\n                    \"OfferedFare\": 159,\n                    \"AgentCommission\": 7.95,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"159.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"7.95\"\n                },\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"169.00\",\n                    \"Tax\": \"8.45\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"177.45\",\n                    \"OfferedFare\": 169,\n                    \"AgentCommission\": 8.45,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"169.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"8.45\"\n                }\n            ],\n            \"PartialCancellationAllowed\": \"true\",\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationCharge\": \"100\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 0 to 12 hours from the Wed Jul 30 20:00:00 IST 2025, the cancellation fee is 100%\",\n                    \"TimeBeforeDept\": \"12\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"50\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 12 to 24 hours from the Wed Jul 30 20:00:00 IST 2025, the cancellation fee is 50%\",\n                    \"TimeBeforeDept\": \"24\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"10\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens anytime before 24 hours from the Wed Jul 30 20:00:00 IST 2025, the cancellation fee is 10%\",\n                    \"TimeBeforeDept\": \"-1\",\n                    \"FromDate\": \"2025-07-30\"\n                }\n            ]\n        },\n        {\n            \"SrdvIndex\": 39,\n            \"ResultIndex\": \"2000000153240071485\",\n            \"DepartureTime\": \"2025-07-30T03:00:00\",\n            \"ArrivalTime\": \"2025-07-31T08:00:00\",\n            \"Duration\": 1740,\n            \"IsArrivingNextDay\": \"false\",\n            \"AvailableSeats\": \"0\",\n            \"MaxSeatsPerTicket\": \"6\",\n            \"RouteId\": \"2000000100000071485\",\n            \"BusRoute\": \"Bangalore-Chennai-Hyderabad\",\n            \"BusType\": \"Bharat benz A/C Seater (2+1)\",\n            \"OperatorId\": \"10419079\",\n            \"TravelsName\": \"TESTING ACCOUNT\",\n            \"Seater\": \"true\",\n            \"Sleeper\": \"false\",\n            \"MTicketEnabled\": \"true\",\n            \"IdProofRequired\": \"false\",\n            \"IsDropPointMandatory\": \"false\",\n            \"IsAC\": \"true\",\n            \"LiveTracking\": \"false\",\n            \"OTGEnabled\": \"false\",\n            \"VaccinatedBus\": \"false\",\n            \"VaccinatedStaff\": \"false\",\n            \"BoardingPoints\": [\n                {\n                    \"Id\": \"43227\",\n                    \"Name\": \"Domlur\",\n                    \"Address\": \"Domlur\",\n                    \"Location\": \"Domlur\",\n                    \"Landmark\": \"Domlur\",\n                    \"ContactNumber\": \"7204587325\",\n                    \"Time\": \"03:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DroppingPoints\": [\n                {\n                    \"Id\": \"24510\",\n                    \"Name\": \"Ameerpet\",\n                    \"Address\": \"affafafaf\",\n                    \"Location\": \"Ameerpet\",\n                    \"Landmark\": \"Testing testing\",\n                    \"ContactNumber\": \"9999999999999999\",\n                    \"Time\": \"08:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DisplayFare\": \"210.00\",\n            \"Price\": [\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"200.00\",\n                    \"Tax\": \"10.00\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"210.00\",\n                    \"OfferedFare\": 200,\n                    \"AgentCommission\": 10,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"200.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"10.00\"\n                }\n            ],\n            \"PartialCancellationAllowed\": \"true\",\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationCharge\": \"2\",\n                    \"CancellationChargeType\": \"Fixed\",\n                    \"PolicyString\": \"If the cancellation happens between 0 to 696 hours from the Wed Jul 30 03:00:00 IST 2025, the cancellation fee is Rs2\",\n                    \"TimeBeforeDept\": \"696\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"30\",\n                    \"CancellationChargeType\": \"Fixed\",\n                    \"PolicyString\": \"If the cancellation happens anytime before 696 hours from the Wed Jul 30 03:00:00 IST 2025, the cancellation fee is Rs30\",\n                    \"TimeBeforeDept\": \"-1\",\n                    \"FromDate\": \"2025-07-30\"\n                }\n            ]\n        },\n        {\n            \"SrdvIndex\": 39,\n            \"ResultIndex\": \"2000000153240001394\",\n            \"DepartureTime\": \"2025-07-30T19:00:00\",\n            \"ArrivalTime\": \"2025-07-31T09:00:00\",\n            \"Duration\": 840,\n            \"IsArrivingNextDay\": \"false\",\n            \"AvailableSeats\": \"9\",\n            \"MaxSeatsPerTicket\": \"6\",\n            \"RouteId\": \"2000000100000001394\",\n            \"BusRoute\": \"Bangalore-Hyderabad\",\n            \"BusType\": \"Volvo A/C Seater (1+1)\",\n            \"OperatorId\": \"10419079\",\n            \"TravelsName\": \"bogds1\",\n            \"Seater\": \"true\",\n            \"Sleeper\": \"false\",\n            \"MTicketEnabled\": \"true\",\n            \"IdProofRequired\": \"false\",\n            \"IsDropPointMandatory\": \"false\",\n            \"IsAC\": \"true\",\n            \"LiveTracking\": \"false\",\n            \"OTGEnabled\": \"false\",\n            \"VaccinatedBus\": \"false\",\n            \"VaccinatedStaff\": \"false\",\n            \"BoardingPoints\": [\n                {\n                    \"Id\": \"27176\",\n                    \"Name\": \"Koramangala\",\n                    \"Address\": \"sa\",\n                    \"Location\": \"Koramangala\",\n                    \"Landmark\": \"ASD\",\n                    \"ContactNumber\": \"1234567890\",\n                    \"Time\": \"19:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DroppingPoints\": [\n                {\n                    \"Id\": \"24510\",\n                    \"Name\": \"Ameerpet\",\n                    \"Address\": \"affafafaf\",\n                    \"Location\": \"Ameerpet\",\n                    \"Landmark\": \"Testing testing\",\n                    \"ContactNumber\": \"9999999999999999\",\n                    \"Time\": \"09:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DisplayFare\": \"283.50\",\n            \"Price\": [\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"270.00\",\n                    \"Tax\": \"13.50\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"283.50\",\n                    \"OfferedFare\": 270,\n                    \"AgentCommission\": 13.5,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"270.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"13.50\"\n                }\n            ],\n            \"PartialCancellationAllowed\": \"true\",\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationCharge\": \"100\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 0 to 24 hours from the Wed Jul 30 19:00:00 IST 2025, the cancellation fee is 100%\",\n                    \"TimeBeforeDept\": \"24\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"50\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens anytime before 24 hours from the Wed Jul 30 19:00:00 IST 2025, the cancellation fee is 50%\",\n                    \"TimeBeforeDept\": \"-1\",\n                    \"FromDate\": \"2025-07-30\"\n                }\n            ]\n        },\n        {\n            \"SrdvIndex\": 39,\n            \"ResultIndex\": \"2000000153240000099\",\n            \"DepartureTime\": \"2025-07-30T16:00:00\",\n            \"ArrivalTime\": \"2025-07-30T22:00:00\",\n            \"Duration\": 360,\n            \"IsArrivingNextDay\": \"false\",\n            \"AvailableSeats\": \"19\",\n            \"MaxSeatsPerTicket\": \"6\",\n            \"RouteId\": \"2000000100000000099\",\n            \"BusRoute\": \"Bangalore-Hyderabad\",\n            \"BusType\": \"Isuzu Non A/C Seater Maharaja push back (1+1)\",\n            \"OperatorId\": \"8000\",\n            \"TravelsName\": \"agent002\",\n            \"Seater\": \"true\",\n            \"Sleeper\": \"false\",\n            \"MTicketEnabled\": \"true\",\n            \"IdProofRequired\": \"false\",\n            \"IsDropPointMandatory\": \"false\",\n            \"IsAC\": \"false\",\n            \"LiveTracking\": \"false\",\n            \"OTGEnabled\": \"false\",\n            \"VaccinatedBus\": \"false\",\n            \"VaccinatedStaff\": \"false\",\n            \"BoardingPoints\": [\n                {\n                    \"Id\": \"17987\",\n                    \"Name\": \"Central\",\n                    \"Address\": \"Central\",\n                    \"Location\": \"1st Stage\",\n                    \"Landmark\": \"Central\",\n                    \"ContactNumber\": \"090909090909\",\n                    \"Time\": \"16:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DroppingPoints\": [\n                {\n                    \"Id\": \"16925\",\n                    \"Name\": \"Panjagutta Rd\",\n                    \"Address\": \"qwerty\",\n                    \"Location\": \"Panjagutta Rd\",\n                    \"Landmark\": \"temple\",\n                    \"ContactNumber\": \"1231231231\",\n                    \"Time\": \"22:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DisplayFare\": \"315.00\",\n            \"Price\": [\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"300.00\",\n                    \"Tax\": \"15.00\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"315.00\",\n                    \"OfferedFare\": 300,\n                    \"AgentCommission\": 15,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"300.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"15.00\"\n                }\n            ],\n            \"PartialCancellationAllowed\": \"true\",\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationCharge\": \"100\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens anytime before 0 hours from the Wed Jul 30 16:00:00 IST 2025, the cancellation fee is 100%\",\n                    \"TimeBeforeDept\": \"-1\",\n                    \"FromDate\": \"2025-07-30\"\n                }\n            ]\n        },\n        {\n            \"SrdvIndex\": 39,\n            \"ResultIndex\": \"2000000153240062115\",\n            \"DepartureTime\": \"2025-07-30T17:00:00\",\n            \"ArrivalTime\": \"2025-07-31T08:00:00\",\n            \"Duration\": 900,\n            \"IsArrivingNextDay\": \"false\",\n            \"AvailableSeats\": \"24\",\n            \"MaxSeatsPerTicket\": \"6\",\n            \"RouteId\": \"2000000100000062115\",\n            \"BusRoute\": \"Bangalore-Bidar-Chennai-Hyderabad\",\n            \"BusType\": \"Volvo Multiaxle A/C Sleeper/Semi Sleeper (2+1)\",\n            \"OperatorId\": \"13100169\",\n            \"TravelsName\": \"TESTING ACCOUNT\",\n            \"Seater\": \"true\",\n            \"Sleeper\": \"true\",\n            \"MTicketEnabled\": \"true\",\n            \"IdProofRequired\": \"false\",\n            \"IsDropPointMandatory\": \"false\",\n            \"IsAC\": \"true\",\n            \"LiveTracking\": \"false\",\n            \"OTGEnabled\": \"false\",\n            \"VaccinatedBus\": \"false\",\n            \"VaccinatedStaff\": \"false\",\n            \"BoardingPoints\": [\n                {\n                    \"Id\": \"26609\",\n                    \"Name\": \"Domlur\",\n                    \"Address\": \"Domlur\",\n                    \"Location\": \"Domlur\",\n                    \"Landmark\": \"Domlur\",\n                    \"ContactNumber\": \"909090909090\",\n                    \"Time\": \"16:00\",\n                    \"IsPrime\": \"false\"\n                },\n                {\n                    \"Id\": \"38621\",\n                    \"Name\": \"Marathahalli Multiplex\",\n                    \"Address\": \"Innovative multiplex Bus stop, Near srs travels. Marathahalli.\",\n                    \"Location\": \"Marathahalli\",\n                    \"Landmark\": \"Opposite srs travels\",\n                    \"ContactNumber\": \"9999988888\",\n                    \"Time\": \"17:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DroppingPoints\": [\n                {\n                    \"Id\": \"36730\",\n                    \"Name\": \"A.S Raonagar\",\n                    \"Address\": \"geeta nagar\",\n                    \"Location\": \"A.S Raonagar\",\n                    \"Landmark\": \"matosh residency\",\n                    \"ContactNumber\": \"1234567313\",\n                    \"Time\": \"08:00\",\n                    \"IsPrime\": \"true\"\n                }\n            ],\n            \"DisplayFare\": \"630.00\",\n            \"Price\": [\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"600.00\",\n                    \"Tax\": \"30.00\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"630.00\",\n                    \"OfferedFare\": 600,\n                    \"AgentCommission\": 30,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"600.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"30.00\"\n                },\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"600.00\",\n                    \"Tax\": \"30.00\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"630.00\",\n                    \"OfferedFare\": 600,\n                    \"AgentCommission\": 30,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"600.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"30.00\"\n                },\n                {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"600.00\",\n                    \"Tax\": \"30.00\",\n                    \"OtherCharges\": \"0.00\",\n                    \"Discount\": \"0\",\n                    \"PublishedFare\": \"630.00\",\n                    \"OfferedFare\": 600,\n                    \"AgentCommission\": 30,\n                    \"MarkUp\": \"0\",\n                    \"GstTaxableAmount\": \"600.00\",\n                    \"GstRate\": \"5\",\n                    \"GstAmount\": \"30.00\"\n                }\n            ],\n            \"PartialCancellationAllowed\": \"true\",\n            \"CancellationPolicies\": [\n                {\n                    \"CancellationCharge\": \"100\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 0 to 12 hours from the Wed Jul 30 16:00:00 IST 2025, the cancellation fee is 100%\",\n                    \"TimeBeforeDept\": \"12\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"50\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens between 12 to 24 hours from the Wed Jul 30 16:00:00 IST 2025, the cancellation fee is 50%\",\n                    \"TimeBeforeDept\": \"24\",\n                    \"FromDate\": \"2025-07-30\"\n                },\n                {\n                    \"CancellationCharge\": \"10\",\n                    \"CancellationChargeType\": \"Percentage\",\n                    \"PolicyString\": \"If the cancellation happens anytime before 24 hours from the Wed Jul 30 16:00:00 IST 2025, the cancellation fee is 10%\",\n                    \"TimeBeforeDept\": \"-1\",\n                    \"FromDate\": \"2025-07-30\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"b5568cb1-0315-4245-b83a-9975f4a16e57"},{"name":"GetSeatLayOut","id":"a0b21c9d-6ed8-4f7d-84c4-015b5648d7dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Api-Token","value":"{{ApiToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ClientId\": \"{{ClientId}}\",\n    \"UserName\": \"{{UserName}}\",\n    \"Password\": \"{{Password}}\",\n    \"TraceId\": \"25949\",\n    \"SrdvIndex\": \"39\",\n    \"ResultIndex\": \"2000000153240054664\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BusBaseUrl}}v9/rest/GetSeatLayOut","urlObject":{"path":["rest","GetSeatLayOut"],"host":["{{BusBaseUrl}}v9"],"query":[],"variable":[]}},"response":[{"id":"fe65dc51-0b69-4ac0-8519-458e763ce785","name":"Get SeatLay Out","originalRequest":{"method":"POST","header":[{"key":"Api-Token","value":"{{ApiToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ClientId\": \"{{ClientId}}\",\n    \"UserName\": \"{{UserName}}\",\n    \"Password\": \"{{Password}}\",\n    \"TraceId\": \"36\",\n    \"SrdvIndex\": \"39\",\n    \"ResultIndex\": \"2000000153240054664\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BusBaseUrl}}v9/rest/GetSeatLayOut"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 12 Jul 2025 07:24:02 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ci_session=ea79a017fccbef74d21298bbc39e2969d849a61b; expires=Sat, 12-Jul-2025 09:24:01 GMT; Max-Age=7200; path=/; HttpOnly"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Error\": {\n        \"ErrorCode\": 0,\n        \"ErrorMessage\": \"\"\n    },\n    \"TraceId\": \"36\",\n    \"SrdvIndex\": \"39\",\n    \"ResultIndex\": \"2000000153240054664\",\n    \"AvailableSeats\": \"13\",\n    \"PaxIdRequired\": \"No\",\n    \"Result\": {\n        \"0\": [\n            {\n                \"ColumnNo\": 0,\n                \"RowNo\": 0,\n                \"IsLadiesSeat\": \"false\",\n                \"IsMalesSeat\": \"false\",\n                \"IsUpper\": false,\n                \"SeatName\": \"1\",\n                \"SeatStatus\": \"true\",\n                \"ReservedForSocialDistancing\": \"false\",\n                \"DoubleBirth\": \"false\",\n                \"SeatType\": \"Seater\",\n                \"Width\": \"1\",\n                \"Price\": {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"Discount\": 0,\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0,\n                    \"AgentMarkUp\": 0,\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GSTRate\": \"5\",\n                    \"GSTAmount\": \"0.25\"\n                },\n                \"SeatFare\": 5\n            },\n            {\n                \"ColumnNo\": 1,\n                \"RowNo\": 0,\n                \"IsLadiesSeat\": \"false\",\n                \"IsMalesSeat\": \"false\",\n                \"IsUpper\": false,\n                \"SeatName\": \"2\",\n                \"SeatStatus\": \"false\",\n                \"ReservedForSocialDistancing\": \"false\",\n                \"DoubleBirth\": \"false\",\n                \"SeatType\": \"Seater\",\n                \"Width\": \"1\",\n                \"Price\": {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"Discount\": 0,\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0,\n                    \"AgentMarkUp\": 0,\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GSTRate\": \"5\",\n                    \"GSTAmount\": \"0.25\"\n                },\n                \"SeatFare\": 5\n            },\n            {\n                \"ColumnNo\": 2,\n                \"RowNo\": 0,\n                \"IsLadiesSeat\": \"false\",\n                \"IsMalesSeat\": \"false\",\n                \"IsUpper\": false,\n                \"SeatName\": \"3\",\n                \"SeatStatus\": \"true\",\n                \"ReservedForSocialDistancing\": \"false\",\n                \"DoubleBirth\": \"false\",\n                \"SeatType\": \"Seater\",\n                \"Width\": \"1\",\n                \"Price\": {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"Discount\": 0,\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0,\n                    \"AgentMarkUp\": 0,\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GSTRate\": \"5\",\n                    \"GSTAmount\": \"0.25\"\n                },\n                \"SeatFare\": 5\n            },\n            {\n                \"ColumnNo\": 3,\n                \"RowNo\": 0,\n                \"IsLadiesSeat\": \"false\",\n                \"IsMalesSeat\": \"false\",\n                \"IsUpper\": false,\n                \"SeatName\": \"4\",\n                \"SeatStatus\": \"false\",\n                \"ReservedForSocialDistancing\": \"false\",\n                \"DoubleBirth\": \"false\",\n                \"SeatType\": \"Seater\",\n                \"Width\": \"1\",\n                \"Price\": {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"Discount\": 0,\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0,\n                    \"AgentMarkUp\": 0,\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GSTRate\": \"5\",\n                    \"GSTAmount\": \"0.25\"\n                },\n                \"SeatFare\": 5\n            },\n            {\n                \"ColumnNo\": 4,\n                \"RowNo\": 0,\n                \"IsLadiesSeat\": \"false\",\n                \"IsMalesSeat\": \"false\",\n                \"IsUpper\": false,\n                \"SeatName\": \"5\",\n                \"SeatStatus\": \"false\",\n                \"ReservedForSocialDistancing\": \"false\",\n                \"DoubleBirth\": \"false\",\n                \"SeatType\": \"Seater\",\n                \"Width\": \"1\",\n                \"Price\": {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"Discount\": 0,\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0,\n                    \"AgentMarkUp\": 0,\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GSTRate\": \"5\",\n                    \"GSTAmount\": \"0.25\"\n                },\n                \"SeatFare\": 5\n            },\n            {\n                \"ColumnNo\": 5,\n                \"RowNo\": 0,\n                \"IsLadiesSeat\": \"false\",\n                \"IsMalesSeat\": \"false\",\n                \"IsUpper\": false,\n                \"SeatName\": \"6\",\n                \"SeatStatus\": \"true\",\n                \"ReservedForSocialDistancing\": \"false\",\n                \"DoubleBirth\": \"false\",\n                \"SeatType\": \"Seater\",\n                \"Width\": \"1\",\n                \"Price\": {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"Discount\": 0,\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0,\n                    \"AgentMarkUp\": 0,\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GSTRate\": \"5\",\n                    \"GSTAmount\": \"0.25\"\n                },\n                \"SeatFare\": 5\n            },\n            {\n                \"ColumnNo\": 6,\n                \"RowNo\": 0,\n                \"IsLadiesSeat\": \"false\",\n                \"IsMalesSeat\": \"false\",\n                \"IsUpper\": false,\n                \"SeatName\": \"7\",\n                \"SeatStatus\": \"false\",\n                \"ReservedForSocialDistancing\": \"false\",\n                \"DoubleBirth\": \"false\",\n                \"SeatType\": \"Seater\",\n                \"Width\": \"1\",\n                \"Price\": {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"Discount\": 0,\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0,\n                    \"AgentMarkUp\": 0,\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GSTRate\": \"5\",\n                    \"GSTAmount\": \"0.25\"\n                },\n                \"SeatFare\": 5\n            },\n            {\n                \"ColumnNo\": 7,\n                \"RowNo\": 0,\n                \"IsLadiesSeat\": \"false\",\n                \"IsMalesSeat\": \"false\",\n                \"IsUpper\": false,\n                \"SeatName\": \"8\",\n                \"SeatStatus\": \"true\",\n                \"ReservedForSocialDistancing\": \"false\",\n                \"DoubleBirth\": \"false\",\n                \"SeatType\": \"Seater\",\n                \"Width\": \"1\",\n                \"Price\": {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"Discount\": 0,\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0,\n                    \"AgentMarkUp\": 0,\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GSTRate\": \"5\",\n                    \"GSTAmount\": \"0.25\"\n                },\n                \"SeatFare\": 5\n            },\n            {\n                \"ColumnNo\": 8,\n                \"RowNo\": 0,\n                \"IsLadiesSeat\": \"false\",\n                \"IsMalesSeat\": \"false\",\n                \"IsUpper\": false,\n                \"SeatName\": \"9\",\n                \"SeatStatus\": \"false\",\n                \"ReservedForSocialDistancing\": \"false\",\n                \"DoubleBirth\": \"false\",\n                \"SeatType\": \"Seater\",\n                \"Width\": \"1\",\n                \"Price\": {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"Discount\": 0,\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0,\n                    \"AgentMarkUp\": 0,\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GSTRate\": \"5\",\n                    \"GSTAmount\": \"0.25\"\n                },\n                \"SeatFare\": 5\n            },\n            {\n                \"ColumnNo\": 9,\n                \"RowNo\": 0,\n                \"IsLadiesSeat\": \"false\",\n                \"IsMalesSeat\": \"false\",\n                \"IsUpper\": false,\n                \"SeatName\": \"10\",\n                \"SeatStatus\": \"true\",\n                \"ReservedForSocialDistancing\": \"false\",\n                \"DoubleBirth\": \"false\",\n                \"SeatType\": \"Seater\",\n                \"Width\": \"1\",\n                \"Price\": {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"Discount\": 0,\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0,\n                    \"AgentMarkUp\": 0,\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GSTRate\": \"5\",\n                    \"GSTAmount\": \"0.25\"\n                },\n                \"SeatFare\": 5\n            }\n        ],\n        \"2\": [\n            {\n                \"ColumnNo\": 0,\n                \"RowNo\": 2,\n                \"IsLadiesSeat\": \"false\",\n                \"IsMalesSeat\": \"false\",\n                \"IsUpper\": false,\n                \"SeatName\": \"11\",\n                \"SeatStatus\": \"true\",\n                \"ReservedForSocialDistancing\": \"false\",\n                \"DoubleBirth\": \"false\",\n                \"SeatType\": \"Seater\",\n                \"Width\": \"1\",\n                \"Price\": {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"Discount\": 0,\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0,\n                    \"AgentMarkUp\": 0,\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GSTRate\": \"5\",\n                    \"GSTAmount\": \"0.25\"\n                },\n                \"SeatFare\": 5\n            },\n            {\n                \"ColumnNo\": 1,\n                \"RowNo\": 2,\n                \"IsLadiesSeat\": \"false\",\n                \"IsMalesSeat\": \"false\",\n                \"IsUpper\": false,\n                \"SeatName\": \"12\",\n                \"SeatStatus\": \"true\",\n                \"ReservedForSocialDistancing\": \"false\",\n                \"DoubleBirth\": \"false\",\n                \"SeatType\": \"Seater\",\n                \"Width\": \"1\",\n                \"Price\": {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"Discount\": 0,\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0,\n                    \"AgentMarkUp\": 0,\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GSTRate\": \"5\",\n                    \"GSTAmount\": \"0.25\"\n                },\n                \"SeatFare\": 5\n            },\n            {\n                \"ColumnNo\": 2,\n                \"RowNo\": 2,\n                \"IsLadiesSeat\": \"false\",\n                \"IsMalesSeat\": \"false\",\n                \"IsUpper\": false,\n                \"SeatName\": \"13\",\n                \"SeatStatus\": \"true\",\n                \"ReservedForSocialDistancing\": \"false\",\n                \"DoubleBirth\": \"false\",\n                \"SeatType\": \"Seater\",\n                \"Width\": \"1\",\n                \"Price\": {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"Discount\": 0,\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0,\n                    \"AgentMarkUp\": 0,\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GSTRate\": \"5\",\n                    \"GSTAmount\": \"0.25\"\n                },\n                \"SeatFare\": 5\n            },\n            {\n                \"ColumnNo\": 3,\n                \"RowNo\": 2,\n                \"IsLadiesSeat\": \"false\",\n                \"IsMalesSeat\": \"false\",\n                \"IsUpper\": false,\n                \"SeatName\": \"14\",\n                \"SeatStatus\": \"false\",\n                \"ReservedForSocialDistancing\": \"false\",\n                \"DoubleBirth\": \"false\",\n                \"SeatType\": \"Seater\",\n                \"Width\": \"1\",\n                \"Price\": {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"Discount\": 0,\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0,\n                    \"AgentMarkUp\": 0,\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GSTRate\": \"5\",\n                    \"GSTAmount\": \"0.25\"\n                },\n                \"SeatFare\": 5\n            },\n            {\n                \"ColumnNo\": 4,\n                \"RowNo\": 2,\n                \"IsLadiesSeat\": \"false\",\n                \"IsMalesSeat\": \"false\",\n                \"IsUpper\": false,\n                \"SeatName\": \"15\",\n                \"SeatStatus\": \"false\",\n                \"ReservedForSocialDistancing\": \"false\",\n                \"DoubleBirth\": \"false\",\n                \"SeatType\": \"Seater\",\n                \"Width\": \"1\",\n                \"Price\": {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"Discount\": 0,\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0,\n                    \"AgentMarkUp\": 0,\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GSTRate\": \"5\",\n                    \"GSTAmount\": \"0.25\"\n                },\n                \"SeatFare\": 5\n            },\n            {\n                \"ColumnNo\": 5,\n                \"RowNo\": 2,\n                \"IsLadiesSeat\": \"false\",\n                \"IsMalesSeat\": \"false\",\n                \"IsUpper\": false,\n                \"SeatName\": \"16\",\n                \"SeatStatus\": \"true\",\n                \"ReservedForSocialDistancing\": \"false\",\n                \"DoubleBirth\": \"false\",\n                \"SeatType\": \"Seater\",\n                \"Width\": \"1\",\n                \"Price\": {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"Discount\": 0,\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0,\n                    \"AgentMarkUp\": 0,\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GSTRate\": \"5\",\n                    \"GSTAmount\": \"0.25\"\n                },\n                \"SeatFare\": 5\n            },\n            {\n                \"ColumnNo\": 6,\n                \"RowNo\": 2,\n                \"IsLadiesSeat\": \"false\",\n                \"IsMalesSeat\": \"false\",\n                \"IsUpper\": false,\n                \"SeatName\": \"17\",\n                \"SeatStatus\": \"true\",\n                \"ReservedForSocialDistancing\": \"false\",\n                \"DoubleBirth\": \"false\",\n                \"SeatType\": \"Seater\",\n                \"Width\": \"1\",\n                \"Price\": {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"Discount\": 0,\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0,\n                    \"AgentMarkUp\": 0,\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GSTRate\": \"5\",\n                    \"GSTAmount\": \"0.25\"\n                },\n                \"SeatFare\": 5\n            },\n            {\n                \"ColumnNo\": 7,\n                \"RowNo\": 2,\n                \"IsLadiesSeat\": \"false\",\n                \"IsMalesSeat\": \"false\",\n                \"IsUpper\": false,\n                \"SeatName\": \"18\",\n                \"SeatStatus\": \"true\",\n                \"ReservedForSocialDistancing\": \"false\",\n                \"DoubleBirth\": \"false\",\n                \"SeatType\": \"Seater\",\n                \"Width\": \"1\",\n                \"Price\": {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"Discount\": 0,\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0,\n                    \"AgentMarkUp\": 0,\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GSTRate\": \"5\",\n                    \"GSTAmount\": \"0.25\"\n                },\n                \"SeatFare\": 5\n            },\n            {\n                \"ColumnNo\": 8,\n                \"RowNo\": 2,\n                \"IsLadiesSeat\": \"false\",\n                \"IsMalesSeat\": \"false\",\n                \"IsUpper\": false,\n                \"SeatName\": \"19\",\n                \"SeatStatus\": \"true\",\n                \"ReservedForSocialDistancing\": \"false\",\n                \"DoubleBirth\": \"false\",\n                \"SeatType\": \"Seater\",\n                \"Width\": \"1\",\n                \"Price\": {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"Discount\": 0,\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0,\n                    \"AgentMarkUp\": 0,\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GSTRate\": \"5\",\n                    \"GSTAmount\": \"0.25\"\n                },\n                \"SeatFare\": 5\n            },\n            {\n                \"ColumnNo\": 9,\n                \"RowNo\": 2,\n                \"IsLadiesSeat\": \"false\",\n                \"IsMalesSeat\": \"false\",\n                \"IsUpper\": false,\n                \"SeatName\": \"20\",\n                \"SeatStatus\": \"true\",\n                \"ReservedForSocialDistancing\": \"false\",\n                \"DoubleBirth\": \"false\",\n                \"SeatType\": \"Seater\",\n                \"Width\": \"1\",\n                \"Price\": {\n                    \"CurrencyCode\": \"INR\",\n                    \"BaseFare\": \"5.00\",\n                    \"Tax\": \"0.25\",\n                    \"Discount\": 0,\n                    \"PublishedFare\": \"5.25\",\n                    \"OfferedFare\": 5,\n                    \"AgentCommission\": 0,\n                    \"AgentMarkUp\": 0,\n                    \"GstTaxableAmount\": \"5.00\",\n                    \"GSTRate\": \"5\",\n                    \"GSTAmount\": \"0.25\"\n                },\n                \"SeatFare\": 5\n            }\n        ]\n    }\n}"}],"_postman_id":"a0b21c9d-6ed8-4f7d-84c4-015b5648d7dd"},{"name":"GetBoardingPointDetails","id":"1010090e-f732-4fa2-a560-642e174a84b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Api-Token","value":"{{ApiToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ClientId\": \"{{ClientId}}\",\n    \"UserName\": \"{{UserName}}\",\n    \"Password\": \"{{Password}}\",\n    \"TraceId\": \"36\",\n    \"SrdvIndex\": \"39\",\n    \"ResultIndex\": \"2000000153240054664\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BusBaseUrl}}v9/rest/GetBoardingPointDetails","urlObject":{"path":["rest","GetBoardingPointDetails"],"host":["{{BusBaseUrl}}v9"],"query":[],"variable":[]}},"response":[{"id":"3e399390-77b9-4ae0-baca-70373b323fef","name":"Get Boarding Point","originalRequest":{"method":"POST","header":[{"key":"Api-Token","value":"{{ApiToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ClientId\": \"{{ClientId}}\",\n    \"UserName\": \"{{UserName}}\",\n    \"Password\": \"{{Password}}\",\n    \"TraceId\": \"36\",\n    \"SrdvIndex\": \"39\",\n    \"ResultIndex\": \"2000000153240054664\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BusBaseUrl}}v9/rest/GetBoardingPointDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 12 Jul 2025 07:25:15 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Error\": {\n        \"ErrorCode\": 0,\n        \"ErrorMessage\": \"\"\n    },\n    \"TraceId\": \"36\",\n    \"SrdvIndex\": \"39\",\n    \"ResultIndex\": \"2000000153240054664\",\n    \"BoardingPoints\": [\n        {\n            \"Id\": \"43227\",\n            \"MasterId\": \"77419\",\n            \"Name\": \"Domlur\",\n            \"Location\": \"Domlur\",\n            \"Address\": \"Domlur\",\n            \"Landmark\": \"Domlur\",\n            \"ContactNumber\": \"7204587325\",\n            \"Time\": \"18:00\"\n        }\n    ],\n    \"DroppingPoints\": [\n        {\n            \"Id\": \"24511\",\n            \"MasterId\": \"69092\",\n            \"Name\": \"Abids\",\n            \"Location\": \"Abids\",\n            \"Address\": \"Kukatpalli, testing\",\n            \"Landmark\": \"kukatpalli,Testing\",\n            \"ContactNumber\": \"99999999999999\",\n            \"Time\": \"04:00\"\n        }\n    ]\n}"}],"_postman_id":"1010090e-f732-4fa2-a560-642e174a84b2"},{"name":"Block","id":"80c142fe-3185-44a9-867d-acee3bf86691","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Api-Token","value":"{{ApiToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"EndUserIp\": \"{{EndUserIp}}\",\n    \"ClientId\": \"{{ClientId}}\",\n    \"UserName\": \"{{UserName}}\",\n    \"Password\": \"{{Password}}\",\n    \"TraceId\": \"36\",\n    \"SrdvIndex\": \"39\",\n    \"ResultIndex\": \"2000000153240054664\",\n    \"BoardingPointId\": \"43227\",\n    \"DroppingPointId\": \"24511\",\n    \"RefId\": \"35\",\n    \"Passengers\": [\n        {\n            \"Title\": \"Mr\",\n            \"FirstName\": \"Joe\",\n            \"LastName\": \"Smith\",\n            \"Gender\": \"1\",\n            \"Age\": \"25\",\n            \"Email\": \"joesmith@emailaddress.com\",\n            \"PhoneNo\": \"999999999\",\n            \"LeadPassenger\": \"true\",\n            \"IdNumber\": \"7412589634875984\",\n            \"IdType\": \"Aadhar Card\",\n            \"Address\": \"1212 Sector 18, Noida, UP\",\n            \"SeatName\": \"1\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{BusBaseUrl}}v9/rest/Block","urlObject":{"path":["rest","Block"],"host":["{{BusBaseUrl}}v9"],"query":[],"variable":[]}},"response":[{"id":"70ab9a55-4e46-4d92-a545-57defdc39d6f","name":"Block","originalRequest":{"method":"POST","header":[{"key":"Api-Token","value":"{{ApiToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"EndUserIp\": \"{{EndUserIp}}\",\n    \"ClientId\": \"{{ClientId}}\",\n    \"UserName\": \"{{UserName}}\",\n    \"Password\": \"{{Password}}\",\n    \"TraceId\": \"36\",\n    \"SrdvIndex\": \"39\",\n    \"ResultIndex\": \"2000000153240054664\",\n    \"BoardingPointId\": \"43227\",\n    \"DroppingPointId\": \"24511\",\n    \"RefId\": \"35\",\n    \"Passengers\": [\n        {\n            \"Title\": \"Mr\",\n            \"FirstName\": \"Joe\",\n            \"LastName\": \"Smith\",\n            \"Gender\": \"1\",\n            \"Age\": \"25\",\n            \"Email\": \"joesmith@emailaddress.com\",\n            \"PhoneNo\": \"999999999\",\n            \"LeadPassenger\": \"true\",\n            \"IdNumber\": \"7412589634875984\",\n            \"IdType\": \"Aadhar Card\",\n            \"Address\": \"1212 Sector 18, Noida, UP\",\n            \"SeatName\": \"1\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{BusBaseUrl}}v9/rest/Block"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Sat, 12 Jul 2025 07:27:57 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\"Error\":{\"ErrorCode\":0,\"ErrorMessage\":\"\"},\"TraceId\":\"36\",\"SrdvIndex\":\"39\",\"ResultIndex\":\"2000000153240054664\",\"BlockKey\":\"7nnx5vVbhB\",\"DepartureTime\":\"2025-07-30T18:00:00\",\"ArrivalTime\":\"2025-07-31T04:00:00\",\"Duration\":600,\"IsArrivingNextDay\":\"false\",\"BusType\":\"Volvo A\\/C Seater (1+1)\",\"TravelsName\":\"TESTING ACCOUNT\",\"Price\":{\"BaseFare\":5},\"BoardingPointdetails\":{\"Id\":\"43227\",\"MasterId\":\"77419\",\"Name\":\"Domlur\",\"Location\":\"Domlur\",\"Address\":\"Domlur\",\"Landmark\":\"Domlur\",\"ContactNumber\":\"7204587325\",\"Time\":\"18:00\"},\"DroppingPointsDetails\":{\"Id\":\"24511\",\"MasterId\":\"69092\",\"Name\":\"Abids\",\"Location\":\"Abids\",\"Address\":\"Kukatpalli, testing\",\"Landmark\":\"kukatpalli,Testing\",\"ContactNumber\":\"99999999999999\",\"Time\":\"04:00\"},\"CancellationPolicy\":[{\"CancellationCharge\":\"100\",\"CancellationChargeType\":\"Percentage\",\"PolicyString\":\"If the cancellation happens between 0 to 12 hours from the Wed Jul 30 18:00:00 IST 2025, the cancellation fee is 100%\",\"TimeBeforeDept\":\"12\",\"FromDate\":\"2025-07-30\"},{\"CancellationCharge\":\"50\",\"CancellationChargeType\":\"Percentage\",\"PolicyString\":\"If the cancellation happens between 12 to 24 hours from the Wed Jul 30 18:00:00 IST 2025, the cancellation fee is 50%\",\"TimeBeforeDept\":\"24\",\"FromDate\":\"2025-07-30\"},{\"CancellationCharge\":\"10\",\"CancellationChargeType\":\"Percentage\",\"PolicyString\":\"If the cancellation happens anytime before 24 hours from the Wed Jul 30 18:00:00 IST 2025, the cancellation fee is 10%\",\"TimeBeforeDept\":\"-1\",\"FromDate\":\"2025-07-30\"}],\"Passengers\":[{\"LeadPassenger\":\"true\",\"Title\":\"Mr\",\"FirstName\":\"Joe\",\"Age\":\"25\",\"Gender\":\"1\",\"IdNumber\":\"7412589634875984\",\"IdType\":\"Aadhar Card\",\"PhoneNo\":\"999999999\",\"Address\":\"1212 Sector 18, Noida, UP\",\"Seat\":{\"ColumnNo\":\"0\",\"RowNo\":\"0\",\"IsLadiesSeat\":\"false\",\"IsMalesSeat\":\"false\",\"IsUpper\":false,\"SeatFare\":\"5.25\",\"SeatIndex\":\"1\",\"SeatName\":\"1\",\"SeatStatus\":\"true\",\"SeatType\":\"Seater\",\"Width\":\"1\",\"Price\":{\"CurrencyCode\":\"INR\",\"BaseFare\":\"5.00\",\"Tax\":\"0.25\",\"PublishedFare\":\"5.25\",\"OfferedFare\":\"5.25\",\"GstTaxableAmount\":\"5.00\",\"GstRate\":\"5\",\"GSTAmount\":\"0.25\"}}}]}"}],"_postman_id":"80c142fe-3185-44a9-867d-acee3bf86691"},{"name":"Book","id":"a74c80c6-c791-47ae-b304-bf0402ac7bdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Api-Token","value":"{{ApiToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ClientId\": \"{{ClientId}}\",\n    \"UserName\": \"{{UserName}}\",\n    \"Password\": \"{{Password}}\",\n    \"TraceId\": \"36\",\n    \"SrdvIndex\": \"39\",\n    \"ResultIndex\": \"2000005651120038374\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BusBaseUrl}}v9/rest/Book","urlObject":{"path":["rest","Book"],"host":["{{BusBaseUrl}}v9"],"query":[],"variable":[]}},"response":[],"_postman_id":"a74c80c6-c791-47ae-b304-bf0402ac7bdb"}]}