action letmc_sales_controller_get_sales_instructions_features { label: "A collection of all features linked to a sales instruction" provider: letmc method: GET path: "/v2/tier2/{shortName}/sales/salesinstructions/{salesInstructionID}/features" encoding: json input: { type: "object" properties: { count: { type: "string" } offset: { type: "string" } salesInstructionID: { type: "string" } shortName: { type: "string" } } required: ["count", "offset", "salesInstructionID", "shortName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }