File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -542,14 +542,14 @@ amadeus.dutyOfCare.diseases.covid19Report.get({
542542 language: ' EN'
543543});
544544
545- // Car & Transfers APIs
546- // Transfer Search API : Search Transfer offers
545+ // Cars & Transfers APIs
546+ // Transfer Search API: Search Transfer
547547amadeus .shopping .transferOffers .post (JSON .stringify (body));
548548
549- // Transfer Book API : Book a transfer based on the offer id
549+ // Transfer Book API: Book a transfer based on the offer id
550550amadeus .ordering .transferOrders .post (JSON .stringify (body),offerId= ' 2094123123' );
551551
552- // Transfer Management API : Cancel a transfer based on the order id & confirmation number
552+ // Transfer Management API: Cancel a transfer based on the order id & confirmation number
553553amadeus .ordering .transferOrder (' XXX' ).transfers .cancellation .post (JSON .stringify ({}), confirmNbr= ' 12345' );
554554
555555` ` `
You can’t perform that action at this time.
0 commit comments