@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Flight Offers Price
@base https://test.api.amadeus.com/v1
@version 1.3.0
@endpoints 1
@toc shopping(1)

@endpoint POST /shopping/flight-offers/pricing
@desc Confirm pricing of given flightOffers.
@required {X-HTTP-Method-Override: any # the HTTP method to apply, priceFlightOffersBody: any # list of criteria to confirm the price of a dedicated flight-offers}
@optional {include: any # Sub-resources to be included:  * **credit-card-fees** to get the credit card fee applied on the booking  * **bags** to get extra bag options  * **other-services** to get services options  * **detailed-fare-rules** to get detailed fare rules options, forceClass: any # parameter to force the usage of booking class for pricing - **true**, to for pricing with the specified booking class - **false**, to get the best available price}
@returns(200) Successful Operation
@errors {400: code    | title                                  ------- | -------------------------------------  477     | INVALID FORMAT 2668    | PARAMETER COMBINATION INVALID/RESTRICTED 2781    | INVALID LENGTH 4926    | INVALID DATA RECEIVED 32171   | MANDATORY DATA MISSING}

@end
