GET Method Details for GetByID.
Get project expense by expense ID
Definition
https://app[x].timelog.com/[account name]/api/v{version}/project-expense/{expenseID}
Parameters
- expenseID integer Expense ID
- version string The requested API version
Returns
-
[200] A project expense
- AmountExpenseCurrency number Gets or sets the amount in expense currency
- ApprovedBy integer Gets or sets the approved by
- Comment string Gets or sets the comment
- CustomerID integer Gets or sets the customer ID
- DisbursementGuid string Gets or sets the disbursement GUID
- EmployeeID integer Gets or sets the employee ID
- ExpenseCostProjectCurrency number Gets or sets the cost of the expense in project currency
- ExpenseCostSystemCurrency number Gets or sets the cost of the expense in system currency
- ExpenseCurrencyISO string Gets or sets the expense currency ISO
- ExpenseDirectProjectExchangeRate number Gets or sets the expense currency exchange rate
- ExpenseNo string Gets or sets the expense number
- ExpenseTypeID integer Gets or sets the expense type ID
- ExternalID string Gets or sets the external ID
- InstallmentID integer Gets or sets the installment ID
- InvoicedAmountProjectCurrency number Gets or sets the invoiced amount
- InvoicedAmountSystemCurrency number Gets or sets the invoiced amount
- InvoiceLineID integer Gets or sets the invoice line ID
- InvoiceNo string Gets or sets the invoice number
- IsApproved boolean Gets or sets whether the expense is approved
- IsBillable boolean Gets or sets whether the expense is billable
- LegalEntityID integer Gets or sets the legal entity ID
- PaymentMethodID integer Gets or sets the payment method ID
- ProductNo string Gets or sets the product number
- ProfitRatio number Gets or sets the profit ratio
- ProjectCurrencyISO string Gets or sets the project currency ISO
- ProjectExpenseID integer Gets or sets the project expense ID
- ProjectID integer Gets or sets the project ID
- ProjectSubContractID integer Gets or sets the project sub contract ID
- PurchaseDate string Gets or sets the purchase date
- SalesPriceProjectCurrency number Gets or sets the sales price in project currency
- SalesPriceProjectExchangeRate number Gets or sets the sales price
- SalesPriceSystemCurrency number Gets or sets the sales price in system currency
- UnitType integer Gets or sets the unit type
- VatExpenseCurrency number Gets or sets the VAT
- [401] Invalid authentication token
-
[500] Project expense with the ID does not exist
- 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.