@@ -795,7 +795,7 @@ <h4 id="uri-template-2">URI Template</h4>
795795</ code > </ pre > </ div > </ div >
796796
797797< h4 id ="example-of-usage-1 "> Example of Usage</ h4 >
798- < div class ="language-plaintext highlighter-rouge "> < div class ="highlight "> < pre class ="highlight "> < code > https://www.concursolutions.com/goto/car-shop?pickuplocation=48.85694273527786,2.3501079080340315&pickupdate=2024-06-01&pickuptime=12:00&dropofflocation=50.035467,8.562884&dropoffdate=2024-06-02&dropofftime=18:00
798+ < div class ="language-plaintext highlighter-rouge "> < div class ="highlight "> < pre class ="highlight "> < code > https://www.concursolutions.com/goto/car-shop?pickuplocation=48.85694273527786,2.3501079080340315&pickupdate=2024-06-01&pickuptime=12:00:00 &dropofflocation=50.035467,8.562884&dropoffdate=2024-06-02&dropofftime=18:00 :00
799799</ code > </ pre > </ div > </ div >
800800
801801< h4 id ="query-parameters-2 "> Query Parameters</ h4 >
@@ -825,7 +825,7 @@ <h4 id="query-parameters-2">Query Parameters</h4>
825825 < tr >
826826 < td > < code class ="language-plaintext highlighter-rouge "> pickuptime</ code > </ td >
827827 < td > < code class ="language-plaintext highlighter-rouge "> string</ code > </ td >
828- < td > < code class ="language-plaintext highlighter-rouge "> hh:mm</ code > </ td >
828+ < td > < code class ="language-plaintext highlighter-rouge "> hh:mm:ss </ code > </ td >
829829 < td > < strong > Required</ strong > < br /> Time when the car will be picked up. < br /> Uses the 24-hour format.</ td >
830830 </ tr >
831831 < tr >
@@ -843,7 +843,7 @@ <h4 id="query-parameters-2">Query Parameters</h4>
843843 < tr >
844844 < td > < code class ="language-plaintext highlighter-rouge "> dropofftime</ code > </ td >
845845 < td > < code class ="language-plaintext highlighter-rouge "> string</ code > </ td >
846- < td > < code class ="language-plaintext highlighter-rouge "> hh:mm</ code > </ td >
846+ < td > < code class ="language-plaintext highlighter-rouge "> hh:mm:ss </ code > </ td >
847847 < td > < strong > Required</ strong > < br /> Time when the car will be dropped off. < br /> Uses the 24-hour format.</ td >
848848 </ tr >
849849 < tr >
@@ -1048,7 +1048,7 @@ <h4 id="uri-template-5">URI Template</h4>
10481048</ code > </ pre > </ div > </ div >
10491049
10501050< h4 id ="example-of-usage-4 "> Example of Usage</ h4 >
1051- < div class ="language-plaintext highlighter-rouge "> < div class ="highlight "> < pre class ="highlight "> < code > https://www.concursolutions.com/goto/rail-shop?departuredate=2024-06-12&departuretime=15:00&returndate=2024-06-13&returntime=07:00&departurelocation=41.378696,2.140457&returnlocation=41.380057,2.138956
1051+ < div class ="language-plaintext highlighter-rouge "> < div class ="highlight "> < pre class ="highlight "> < code > https://www.concursolutions.com/goto/rail-shop?departuredate=2024-06-12&departuretime=15:00:00 &returndate=2024-06-13&returntime=07:00 :00&departurelocation=41.378696,2.140457&returnlocation=41.380057,2.138956
10521052</ code > </ pre > </ div > </ div >
10531053
10541054< h4 id ="query-parameters-5 "> Query Parameters</ h4 >
@@ -1078,7 +1078,7 @@ <h4 id="query-parameters-5">Query Parameters</h4>
10781078 < tr >
10791079 < td > < code class ="language-plaintext highlighter-rouge "> departuretime</ code > </ td >
10801080 < td > < code class ="language-plaintext highlighter-rouge "> string</ code > </ td >
1081- < td > < code class ="language-plaintext highlighter-rouge "> hh:mm</ code > </ td >
1081+ < td > < code class ="language-plaintext highlighter-rouge "> hh:mm:ss </ code > </ td >
10821082 < td > < strong > Required</ strong > < br /> Time when the train will depart. < br /> Uses the 24-hour format.</ td >
10831083 </ tr >
10841084 < tr >
@@ -1096,7 +1096,7 @@ <h4 id="query-parameters-5">Query Parameters</h4>
10961096 < tr >
10971097 < td > < code class ="language-plaintext highlighter-rouge "> returntime</ code > </ td >
10981098 < td > < code class ="language-plaintext highlighter-rouge "> string</ code > </ td >
1099- < td > < code class ="language-plaintext highlighter-rouge "> hh:mm</ code > </ td >
1099+ < td > < code class ="language-plaintext highlighter-rouge "> hh:mm:ss </ code > </ td >
11001100 < td > (Optional) < br /> Time when the train will return. < br /> Uses the 24-hour format.</ td >
11011101 </ tr >
11021102 < tr >
0 commit comments