action envoice_general_api_date_formats { label: "Return all of the platform supported Date Formats" provider: envoice method: GET path: "/api/general/dateformats" encoding: json input: { type: "object" properties: { "x-auth-key": { type: "string" } "x-auth-secret": { type: "string" } } required: ["x-auth-key", "x-auth-secret"] additionalProperties: false } output: { type: "array" items: { type: "string" } } }