action xtrf_get_finance_1 { label: "Returns finance of a given quote." description: "Returns finance of a given quote." provider: xtrf method: GET path: "/quotes/{quoteId}/finance" encoding: json input: { type: "object" properties: { quoteId: { type: "string" } } required: ["quoteId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }