POST
/
timmi-timesheet
/
api
/
timesheets
/
submit

Body

application/json
ownerId
integer
required

Reference to the owner of submittable timesheets.

startsAt
string
required

First day of the last timesheet to submit.

endsAt
string

Last day of the last timesheet to submit. Optional.

transfers
object[]

Array of suggested transfer from one account to another.

Response

200 - application/json
id
integer

Unique id of the WorkflowItem.

exceptionMessage
string

Any human readable error message.

startsOn
string

The Timesheet the WorkflowItem is related on starting date (included).

endsOn
string

The Timesheet the WorkflowItem is related on ending date (excluded).

expectedNextActor
object

A Directory 'User'. See API reference for up-to-date attributes.

status
string
  • "success" for a succesfull workflow operation.
  • "error" if any error was met, and therefore an excetion message is set.
  • "noAction" if the workflow operation was not performed.

Was this page helpful?