GET Method Details for GetAll.
Gets all mileage rate for user.
Definition
https://app[x].timelog.com/[account name]/api/v{version}/mileage-rate
Parameters
- version string The requested API version
Returns
-
[200] A list of mileage rates belong to the user
- AccountNumber string Gets or sets the account number.
- HasReimbursement boolean Gets or sets a value indicating whether this instance has reimbursement.
- ID string Gets or sets the identifier.
- IsActive boolean Gets or sets mileage rate status
- IsDefaultForPrivateCar boolean Gets or sets a value indicating whether this instance is default for private car.
- LegalEntityID integer Gets or sets the legal entity identifier.
- MileageRateID integer Gets or sets mileage rate id
- Name string Gets or sets mileage rate name
- ReimbursementCurrencyID integer Gets or sets the reimbursement currency identifier.
- SalaryCodeTaxable string Gets or sets the salary code taxable.
- SalaryCodeTaxFree string Gets or sets the salary code tax free.
- UnitType integer Gets or sets the type of the unit.
- [401] Invalid authentication token
-
[500] Unable to retrieve MileageRates for the user
- 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.