action letmc_sales_controller_get_sales_instructions_floor_plans { label: "A collection of floor plans linked to an instruction" provider: letmc method: GET path: "/v2/tier2/{shortName}/sales/salesinstructions/{salesInstructionID}/floorplans" 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 } }