latestSwagger 2.02026-08-1766151238.8 KB

a444c5b1e78b

TimeEntry

OData end point to get a list of all time entries accessible by the user

get/api/timeentry

Response

OK

descriptionstring
notesstring

Internal notes, Not visible on the invoice.

datestring date-time required

The date for this time entry. Will be used on the invoice and in various reports.

hoursnumber double required

How many hours were logged, 1.1 = 1 hour and 6 minutes.

hourlyRatenumber double required

The hourly rate for this time entry.

totalnumber double

The total to be billed for this time entry. Set to ZERO if you wish to not bill this to the client.

createdDatestring date-time
status'Billable' | 'Billed' | 'Paid' | 'NotBillable'
guidstring uuid
namestring

Example response

[
  {
    "account": {
      "guid": "00000000-0000-0000-0000-000000000000"
    },
    "project": {
      "guid": "00000000-0000-0000-0000-000000000000",
      "accountGuid": "00000000-0000-0000-0000-000000000000"
    },
    "user": {
      "guid": "00000000-0000-0000-0000-000000000000"
    },
    "product": {
      "guid": "00000000-0000-0000-0000-000000000000"
    },
    "createdBy": {
      "guid": "00000000-0000-0000-0000-000000000000"
    },
    "saleDocumentItem": {
      "saleDocument": {
        "guid": "00000000-0000-0000-0000-000000000000"
      },
      "guid": "00000000-0000-0000-0000-000000000000"
    },
    "guid": "00000000-0000-0000-0000-000000000000"
  }
]