GET Method Details for GetDefaultHourlyRates.
Get all hourly rates
Definition
https://app[x].timelog.com/[account name]/api/v{version}/hourly-rate/default
Parameters
- version string The requested API version
Returns
-
[200] A list of default hourly rates
- Amount number Gets or sets the amount
- CurrencyISO string Gets or sets the CurrencyISO
- CustomerID integer Gets or sets the customer ID
- Description string Gets or sets the description
- HourlyRateCurrencyID integer Gets or sets the HourlyRate currency ID
- HourlyRateID integer Gets or sets the hourly rate ID
- HourlyRateName string Gets or sets the hourly rate name
- ID string Gets or sets the hourly rate GUID
- IsActive boolean Gets or sets whether the hourly rate is active
- IsDefault boolean Gets or sets whether the hourly rate is default
- LegalEntityID integer Gets or sets the legal entity ID
- ProductNo string Gets or sets the product number
- ServiceID integer Gets or sets the service ID
- [401] Invalid authentication token
-
[500] Request to GetDefaultHourlyRates 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.