action staging_ecotaco_add_a_promotional_code { label: "Add a promotional code" description: "" provider: staging_ecotaco method: POST path: "/promotional_codes" encoding: json input: { type: "object" properties: { Accept: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }