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