POST Method Details for CreateEmployeeExpense.
Creates the employee expense.
Definition
https://app[x].timelog.com/[account name]/api/v{version}/project-header/employee-expense
Parameters
-
model object The model.
- Amount number Gets or sets the amount.
- Comment string Gets or sets the comment.
- CurrencyID integer Gets or sets the currency identifier.
- Date string Gets or sets the date.
- ExchangeRate number Gets or sets the exchange rate.
- ExpenseTypeID integer Gets or sets the expense type identifier.
- IsBillable boolean Gets or sets a value indicating whether this instance is billable.
- Number string Gets or sets the employee expense no.
- PaymentMethodID integer Gets or sets the payment method identifier.
- ProjectID integer Gets or sets the project identifier.
- VatAmount number Gets or sets the vat amount.
- version string The requested API version
Returns
- [200] Employee expense was created created successfully
- [401] Invalid authentication token
-
[500] Employee expense could not be created for the project
- 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.