action avaza_timesheet_submission_post { label: "Submit Timesheets for Approval." description: "Either provide a a specific Day (WholeDayOf) or any day in a Week (WholeWeekOf) to submit all draft timesheets in that day or week" provider: avaza method: POST path: "/api/TimesheetSubmission" encoding: json input: { type: "object" properties: { SendNotifications: { type: "string" } UserID: { type: "string" } WholeDayOf: { type: "string" } WholeWeekOf: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }