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