action letmc_get_v2_tier2_short_name_sales_salesinstructions_sales_instructio { label: "Get a specific sales instruction given its unique Object ID (OID)" provider: letmc method: GET path: "/v2/tier2/{shortName}/sales/salesinstructions/{salesInstructionID}" encoding: json input: { type: "object" properties: { salesInstructionID: { type: "string" } shortName: { type: "string" } } required: ["salesInstructionID", "shortName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }