Back to Employee Expense Financial Data
GET Method Details for GetByDate.
Get the employee expense financial data information of the user by the given date
Definition
https://app[x].timelog.com/[account name]/api/v{version}/employee-expense-financial-data/get-by-date
Parameters
- date string Date to select
- version string The requested API version
Returns
-
[200] Employee expense financial data
- CurrencyABB string Gets or sets the currency abb.
- CurrencyID integer Gets or sets the currency identifier.
- CurrencyRate number Gets or sets the currency rate.
- Date string Gets or sets the date.
- TotalAmount number Gets or sets the total amount.
- TotalAmountWithoutVat number Gets or sets the total amount without vat.
- TotalEmployeeExpenseCount integer Gets or sets the total employee expense count.
- UserID integer Gets or sets the user identifier.
- [401] Invalid authentication token
-
[500] Request to GetByDate has failed
- Code integer Gets the code.
- Details array Gets the details.
- Message string Gets the message.
- Parameters string Gets the parameters.
- Url string Gets the URL.