Skip to content

UpdateActualTime

project_offering_idstring or null, (uuid)

The id of the project offering in which the actual time entry belongs to.

person_idstring or null, (uuid)

The id of the Person to which the actual time entry belongs. If a person is specified who does not currently have a role on the project, a new ProjectOfferingRole will be created using the person's default organization role. The person will be assigned to it, and the ActualTime entry will be attached.

descriptionstring or null

Notes associated with the actual time entry.

recorded_datestring or null, (date)

The date for which the actual time entry is recorded. ISO date formatting expected (yyyy-MM-dd)

hoursnumber or null, (double)

The number of hours associated with the actual time entry.

billableboolean or null

Indicates whether the actual time entry was for billable work.

{ "project_offering_id": "7dfed78d-ddbe-4f81-b7b1-e4094f9ff440", "person_id": "087e858e-473c-4f50-b5b0-c1df6c021550", "description": "string", "recorded_date": "2019-08-24", "hours": 0.1, "billable": true }