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